Mario241077
Legendary
Offline
Activity: 1302
Merit: 1000
ORB has a good chance to grow.
|
 |
December 11, 2014, 01:58:05 PM |
|
|
|
|
|
|
|
|
|
Bitcoin addresses contain a checksum, so it is very unlikely that mistyping an address will cause you to lose money.
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
|
|
|
|
Mario241077
Legendary
Offline
Activity: 1302
Merit: 1000
ORB has a good chance to grow.
|
 |
December 11, 2014, 01:59:57 PM Last edit: December 11, 2014, 02:15:15 PM by Mario241077 |
|
i work without stakemindepth=10000 minersleep=500 and have more as 6000 inputs and it's running with low CPU usage
so i can run two wallets on one computer, one has more as 6000 inputs and the other more as 2000 inputs
-stakemindepth is 10000 (confirmations) and -minersleep is 500 (milliseconds) by default, but if you increase -minersleep to 1000 or even higher, it will be fine at slightly lower CPU utilisation. It searches 60 seconds back every time, so iterating your stake miner every 0.5 second or 1 second doesn't make any real difference. can i set minersleep to 0?? edit: ok I've tried it, the CPU load increases significantly at 0 
|
|
|
|
ghostlander (OP)
Legendary
Offline
Activity: 1229
Merit: 1020
No surrender, no retreat, no regret.
|
 |
December 11, 2014, 02:17:25 PM |
|
i work without stakemindepth=10000 minersleep=500 and have more as 6000 inputs and it's running with low CPU usage
so i can run two wallets on one computer, one has more as 6000 inputs and the other more as 2000 inputs
-stakemindepth is 10000 (confirmations) and -minersleep is 500 (milliseconds) by default, but if you increase -minersleep to 1000 or even higher, it will be fine at slightly lower CPU utilisation. It searches 60 seconds back every time, so iterating your stake miner every 0.5 second or 1 second doesn't make any real difference. can i set minersleep to 0?? You better don't  Stake miner will eat 100% of a single core and make your client unresponsive.
|
|
|
|
Mario241077
Legendary
Offline
Activity: 1302
Merit: 1000
ORB has a good chance to grow.
|
 |
December 11, 2014, 02:25:34 PM |
|
i work without stakemindepth=10000 minersleep=500 and have more as 6000 inputs and it's running with low CPU usage
so i can run two wallets on one computer, one has more as 6000 inputs and the other more as 2000 inputs
-stakemindepth is 10000 (confirmations) and -minersleep is 500 (milliseconds) by default, but if you increase -minersleep to 1000 or even higher, it will be fine at slightly lower CPU utilisation. It searches 60 seconds back every time, so iterating your stake miner every 0.5 second or 1 second doesn't make any real difference. can i set minersleep to 0?? You better don't  Stake miner will eat 100% of a single core and make your client unresponsive. i have set to 250.... but stakemindepth=10000 I have omitted. otherwise the Staking inputs reduce to 0 min. and weighing, 92574 coin days to ~ 70000 coin days edit: sorry i I had put stakemindepth=20,000! at 10,000 everything is ok;)
|
|
|
|
Mario241077
Legendary
Offline
Activity: 1302
Merit: 1000
ORB has a good chance to grow.
|
 |
December 11, 2014, 02:34:40 PM |
|
if i set stakemindepth=0 ist the miner able for all inputs right?
|
|
|
|
Mario241077
Legendary
Offline
Activity: 1302
Merit: 1000
ORB has a good chance to grow.
|
 |
December 11, 2014, 02:36:27 PM |
|
READY NEOSCRYPT POOL!!! http://www.dnb.io/
|
|
|
|
ghostlander (OP)
Legendary
Offline
Activity: 1229
Merit: 1020
No surrender, no retreat, no regret.
|
 |
December 11, 2014, 02:52:34 PM |
|
if i set stakemindepth=0 ist the miner able for all inputs right?
All above -minstakinginput in value which is 1 ORB by default.
|
|
|
|
zeewolf
Full Member
 
Offline
Activity: 236
Merit: 100
In dreamland; he awaits you.
|
 |
December 11, 2014, 09:05:26 PM Last edit: December 11, 2014, 09:19:03 PM by zeewolf |
|
I have problem compiling latest release (neoscrypt) of daemon on RaspberryPi : http://pastebin.com/DSsBJ9jK  Edit: Looks like neoscrypt doesn't support anything other that SSE2 processors, not ARM  am I right ?
|
|
|
|
ghostlander (OP)
Legendary
Offline
Activity: 1229
Merit: 1020
No surrender, no retreat, no regret.
|
 |
December 12, 2014, 06:49:20 PM |
|
I have problem compiling latest release (neoscrypt) of daemon on RaspberryPi : http://pastebin.com/DSsBJ9jK  Edit: Looks like neoscrypt doesn't support anything other that SSE2 processors, not ARM  am I right ? The assembly code requires MMX at least, but it shouldn't be a problem on x86 manufactured after 1997. There is no ARM support currently, so remove -DASM from your Makefile to use the reference C code only.
|
|
|
|
zeewolf
Full Member
 
Offline
Activity: 236
Merit: 100
In dreamland; he awaits you.
|
 |
December 13, 2014, 02:12:01 PM |
|
The assembly code requires MMX at least, but it shouldn't be a problem on x86 manufactured after 1997. There is no ARM support currently, so remove -DASM from your Makefile to use the reference C code only.
Thanks! It helped.
|
|
|
|
ghostlander (OP)
Legendary
Offline
Activity: 1229
Merit: 1020
No surrender, no retreat, no regret.
|
 |
December 13, 2014, 02:35:27 PM Last edit: December 14, 2014, 02:17:23 AM by ghostlander |
|
There may be a short downtime on the block explorer at the switch time later today. I need to upgrade the block hash verification module (Scrypt to BLAKE2s).
UPDATE: Upgrade complete with a customised module and a very short downtime. By the way, Orbitcoin is the 1st coin to use BLAKE2s for block hashing. About 6x faster than SHA-256d with a comparable security margin in keyed mode.
|
|
|
|
ghostlander (OP)
Legendary
Offline
Activity: 1229
Merit: 1020
No surrender, no retreat, no regret.
|
 |
December 13, 2014, 11:51:38 PM Last edit: December 14, 2014, 02:10:22 AM by ghostlander |
|
Orbitcoin has switched to NeoScrypt just half an hour ago. To celebrate this and deal with a bit high PoW difficulty after switching from Scrypt, here we have some bounties: 1) 100 ORB to whoever mines the 1st NeoScrypt PoW block; 2) 10 ORB for each of 50 following NeoScrypt PoW blocks. You also get the usual block reward of 1 ORB. Solo mine or join our pool http://dnb.ioHave fun!  UPDATE: The 1st ORB NeoScrypt block #1010099 was found by phantom at dnb.io pool. Congratulations 
|
|
|
|
Butoeskor
|
 |
December 14, 2014, 05:07:11 PM |
|
Hi, im new in this coin and need information. If i download the wallet (last version) for work with that wallet doing stake (for to see your performance...). What amount aprox of coins (ORB) i need for stake? I need any amount 20, 50, 100 for i can beginning work POS. How many time of madurations for blocks and stake time. I need examples pls. Thanks for all.
|
|
|
|
ghostlander (OP)
Legendary
Offline
Activity: 1229
Merit: 1020
No surrender, no retreat, no regret.
|
 |
December 14, 2014, 05:55:22 PM |
|
Hi, im new in this coin and need information. If i download the wallet (last version) for work with that wallet doing stake (for to see your performance...). What amount aprox of coins (ORB) i need for stake? I need any amount 20, 50, 100 for i can beginning work POS. How many time of madurations for blocks and stake time. I need examples pls. Thanks for all.
You need 20 ORB at least to start with. If you pool mine, make sure that withdrawals to your wallet are no less than 20 ORB each. This is the optimal input value, though your wallet will manage coins while staking on its own to keep them in range of 20 to 40 ORB per input.
|
|
|
|
Miner-TE
|
 |
December 14, 2014, 11:04:57 PM |
|
Now that we are on neoscrypt ... Anyone have a sgminier config for a HD5870?
|
BTC - 1PeMMYGn7xbZjUYeaWe9ct1VV6szLS1vkD - LTC - LbtcJRJJQQBjZuHr6Wm7vtB9RnnWtRNYpq
|
|
|
|
Miner-TE
|
 |
December 15, 2014, 11:30:09 PM |
|
Thanks for that ... Up and running on a 5870 at ~30kh/s System crashes if i go above I11. Anyone know what the best benchmark for a 5870 is with neoscrypt?
|
BTC - 1PeMMYGn7xbZjUYeaWe9ct1VV6szLS1vkD - LTC - LbtcJRJJQQBjZuHr6Wm7vtB9RnnWtRNYpq
|
|
|
ghostlander (OP)
Legendary
Offline
Activity: 1229
Merit: 1020
No surrender, no retreat, no regret.
|
 |
December 16, 2014, 01:23:53 AM |
|
Thanks for that ... Up and running on a 5870 at ~30kh/s System crashes if i go above I11. Anyone know what the best benchmark for a 5870 is with neoscrypt? It should be able to do -I13 on any OpenCL capable video card. It equals to thread concurrency of 2^13 = 8192. 32Kb of global memory per thread required, hence 256Mb consumed. -w 256 or 128 or 64 doesn't matter much now. It's how many threads per work group. You may not increase intensity on the fly due to memory allocation (out of allocated memory = HW errors), but you can decrease it and increase again up to the initial value. HD6970 = ~50KH/s HD6750 (HD5750) = ~23KH/s It also depends on drivers. Catalyst 12.8 to 13.4 seem to do the best for these cards.
|
|
|
|
Arsenay
|
 |
December 16, 2014, 05:08:24 AM |
|
Hi where to find the block explorer for Orbitcoin ?
|
|
|
|
|
|