Author

Topic: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000 - page 1291. (Read 2170889 times)

hero member
Activity: 1400
Merit: 505
Any benchmarks yet about plot size limits aka what can you pc scan within 2000 seconds? Cheesy

it should be within 240 seconds to be exact, based on OP post of blocktime is 4 minutes.

and there are no performance issue here, wether ur pc can scan terabyte of data within 200 seconds or not, since each block you only need to read relevant scoop which is about 0.024% of your plot size
hero member
Activity: 894
Merit: 1000
Hi guys

Anybody in here willing to help me getting started?
I downloaded everything, but can't get it to work.
I'm on IRC in the burstcoin room...
The one that gets me started gets 50% of my first mined block...

Regards

Goldmaxx
Sy
legendary
Activity: 1484
Merit: 1003
Bounty Detective
Any benchmarks yet about plot size limits aka what can you pc scan within 2000 seconds? Cheesy
hero member
Activity: 1400
Merit: 505
I did a few skims over the source today, a diff against NXT and a quick glance over all of the classes in the crypto library.  No hidden surprises in the wallet, no obviously blatent bugs/oversights, no shenanigans with hidden pre-mines etc.  This means the only argument someone could make to yell "SCAM" with would be the dev pre-generating some huge plot.  I think this is not so unfair at all, and would be hard to call scammy.

Overall an excellent launch.  Kudos to the dev(s)!

To be sure, I deleted all of jars, downloaded dependencies manually, and built from source on both linux and windows under cygwin.  Building on windows took some fiddling with classpath, but otherwise went fine.

I've generated a few GB of plot and am mining, but no blocks yet.  I'm assuming by now that some people already have huuuuge plots.

I think the mining process could be optimized a lot, but I personally don't have much time to put toward it and don't want to have to either trudge through java land or do a new implementation...  Maybe later.

I think this is a great concept and has a lot of promise to move blockchain technologies forward, but I worry about the economics of the coin.  It is hard to value "empty storage space over time" in a meaningful way.  It is pretty easy to quantify your availability of electric capacity under traditional PoW, as energy costs are fairly fixed.  Storage space is not very scarce, and it's costs (at large scales, anyway) are somewhat variable.

it could be improved by instead of storing un-relevant data, its store useful data.
for example to store a filesharing on blockchain, the larger u store people (network) file, the larger chance that ur nonce will be valid to announce block
newbie
Activity: 11
Merit: 0
Hi. I have a problem here.
The plot generator got stuck in the middle of work (nonce 40000).
Now I have in the plots dir the file adr_0_81920, but it is only 10gb rather than 20gb.

How should I act now?
continue from 81921 or 40000?


If I am not mistaken, you can simply rename the file into adr_0_40000, and edit the run_generate.bat into something like "java -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate YOURADDHERE 40000 500 7", and continue to run. A new plot file will be created with the range 40000 to any number you wish.
sr. member
Activity: 434
Merit: 250
I did a few skims over the source today, a diff against NXT and a quick glance over all of the classes in the crypto library.  No hidden surprises in the wallet, no obviously blatent bugs/oversights, no shenanigans with hidden pre-mines etc.  This means the only argument someone could make to yell "SCAM" with would be the dev pre-generating some huge plot.  I think this is not so unfair at all, and would be hard to call scammy.

Overall an excellent launch.  Kudos to the dev(s)!

To be sure, I deleted all of jars, downloaded dependencies manually, and built from source on both linux and windows under cygwin.  Building on windows took some fiddling with classpath, but otherwise went fine.

I've generated a few GB of plot and am mining, but no blocks yet.  I'm assuming by now that some people already have huuuuge plots.

I think the mining process could be optimized a lot, but I personally don't have much time to put toward it and don't want to have to either trudge through java land or do a new implementation...  Maybe later.

I think this is a great concept and has a lot of promise to move blockchain technologies forward, but I worry about the economics of the coin.  It is hard to value "empty storage space over time" in a meaningful way.  It is pretty easy to quantify your availability of electric capacity under traditional PoW, as energy costs are fairly fixed.  Storage space is not very scarce, and it's costs (at large scales, anyway) are somewhat variable.
hero member
Activity: 644
Merit: 500
is that what should appear in screen when i run server


Initializing Burst server version 1.0.0
2014-08-11 17:08:01 INFO: nxt.enableStackTraces = "true"
2014-08-11 17:08:01 INFO: nxt.enableLogTraceback = "false"
2014-08-11 17:08:01 INFO: logging enabled
2014-08-11 17:08:01 INFO: nxt.dbCacheKB = "0"
2014-08-11 17:08:01 INFO: nxt.isTestnet = "false"
2014-08-11 17:08:01 INFO: nxt.dbUrl = "jdbc:h2:burst_db/burst;DB_CLOSE_ON_EXIT=F
ALSE"
2014-08-11 17:08:01 INFO: nxt.maxDbConnections = "10"
2014-08-11 17:08:01 INFO: nxt.dbLoginTimeout = "70"
2014-08-11 17:08:01 INFO: nxt.dbDefaultLockTimeout = "10"
2014-08-11 17:08:04 INFO: Database update may take a while if needed, current db
 version 51...
2014-08-11 17:08:04 INFO: nxt.forceValidate = "false"
2014-08-11 17:08:04 INFO: nxt.myPlatform = "PC"
2014-08-11 17:08:04 INFO: nxt.myAddress not defined
2014-08-11 17:08:04 INFO: nxt.peerServerPort = "8123"
2014-08-11 17:08:04 INFO: nxt.shareMyAddress = "true"
2014-08-11 17:08:04 INFO: nxt.myHallmark not defined
2014-08-11 17:08:04 INFO: nxt.wellKnownPeers = "162.243.75.149; 178.62.17.193"
2014-08-11 17:08:04 INFO: nxt.knownBlacklistedPeers not defined
2014-08-11 17:08:04 INFO: nxt.maxNumberOfConnectedPublicPeers = "20"
2014-08-11 17:08:04 INFO: nxt.connectTimeout = "4000"
2014-08-11 17:08:04 INFO: nxt.readTimeout = "8000"
2014-08-11 17:08:04 INFO: nxt.enableHallmarkProtection = "false"
2014-08-11 17:08:04 INFO: nxt.pushThreshold = "0"
2014-08-11 17:08:04 INFO: nxt.pullThreshold = "0"
2014-08-11 17:08:04 INFO: nxt.blacklistingPeriod = "600000"
2014-08-11 17:08:04 INFO: nxt.communicationLoggingMask = "0"
2014-08-11 17:08:04 INFO: nxt.sendToPeersLimit = "10"
2014-08-11 17:08:04 INFO: nxt.usePeersDb = "true"
2014-08-11 17:08:04 INFO: nxt.savePeers = "true"
2014-08-11 17:08:04 INFO: nxt.peerServerHost = "0.0.0.0"
2014-08-11 17:08:04 INFO: nxt.peerServerIdleTimeout = "30000"
2014-08-11 17:08:04 INFO: nxt.enablePeerServerDoSFilter = "true"
2014-08-11 17:08:04 INFO: nxt.peerServerDoSFilter.maxRequestsPerSec = "30"
2014-08-11 17:08:04 INFO: nxt.peerServerDoSFilter.delayMs = "1000"
2014-08-11 17:08:04 INFO: nxt.peerServerDoSFilter.maxRequestMs = "300000"
2014-08-11 17:08:04 INFO: nxt.allowedBotHosts = "127.0.0.1; localhost; [0:0:0:0:
0:0:0:1];"
2014-08-11 17:08:04 INFO: nxt.enableAPIServer = "true"
2014-08-11 17:08:04 INFO: nxt.apiServerPort = "8125"
2014-08-11 17:08:04 INFO: nxt.apiServerHost = "127.0.0.1"
2014-08-11 17:08:04 INFO: nxt.apiSSL = "false"
2014-08-11 17:08:04 INFO: nxt.apiServerIdleTimeout = "30000"
2014-08-11 17:08:04 INFO: nxt.apiResourceBase = "html/ui"
2014-08-11 17:08:04 INFO: nxt.javadocResourceBase = "html/doc"
2014-08-11 17:08:04 INFO: nxt.apiServerCORS = "false"
2014-08-11 17:08:04 INFO: nxt.allowedUserHosts = "127.0.0.1; localhost; [0:0:0:0
:0:0:0:1];"
2014-08-11 17:08:04 INFO: nxt.enableUIServer = "false"
2014-08-11 17:08:04 INFO: User interface server not enabled
2014-08-11 17:08:04 INFO: nxt.debugTraceQuote = """
2014-08-11 17:08:04 INFO: nxt.debugTraceSeparator = "   "
2014-08-11 17:08:04 INFO: nxt.debugLogUnconfirmed = "false"
2014-08-11 17:08:04 INFO: nxt.debugTraceAccounts not defined
2014-08-11 17:08:04 INFO: nxt.debugTraceLog = "nxt-trace.csv"
2014-08-11 17:08:04 INFO: Genesis block already in database
2014-08-11 17:08:04 INFO: Scanning blockchain...
2014-08-11 17:08:04 INFO: processed block 0
2014-08-11 17:08:04 INFO: ...done
2014-08-11 17:08:04 INFO: Started peer networking server at 0.0.0.0:8123
2014-08-11 17:08:04 INFO: Started API server at 127.0.0.1:8125
2014-08-11 17:08:04 INFO: Burst server 1.0.0 started successfully.
2014-08-11 17:08:18 INFO: nxt.apiServerEnforcePOST = "true"


yes
and the proccess blocks is 0 cause i havent found block yet.is this correct?
hero member
Activity: 1400
Merit: 505
{"result":"deadline: 123456..."}
Does anyone know how that number is assigned?


that number is a deadline in seconds, if no one has better deadline than you (block found occured before ur deadline reached), then u create the block
Thanks.

The lowest deadline i had was 2068, does that mean that i have no chance to find a block? (almost 6 hours of mining.)
Or is the deadline random generated?

Is it really seconds? Because as my previous poster said, the numbers are way too high, my lowest one being around 20k

quoted from OP post, on "How it works" section

Quote
..The resulting number is a number of seconds. If that many seconds passes since the last block without a new one, the address/nonce combination used to generate that plot/scoop is eligable to announce a new block....
Sy
legendary
Activity: 1484
Merit: 1003
Bounty Detective
{"result":"deadline: 123456..."}
Does anyone know how that number is assigned?


that number is a deadline in seconds, if no one has better deadline than you (block found occured before ur deadline reached), then u create the block
Thanks.

The lowest deadline i had was 2068, does that mean that i have no chance to find a block? (almost 6 hours of mining.)
Or is the deadline random generated?

Is it really seconds? Because as my previous poster said, the numbers are way too high, my lowest one being around 20k
full member
Activity: 227
Merit: 100
hi all !why in the settings
"_0_8191_500" Processes comes to end 8191 and saves the file ,
and when "_8192_16383_500" processes are not preserved, when manually closing the file in the future can not be read  Sad
hero member
Activity: 1400
Merit: 505
{"result":"deadline: 123456..."}
Does anyone know how that number is assigned?


that number is a deadline in seconds, if no one has better deadline than you (block found occured before ur deadline reached), then u create the block
Thanks.

The lowest deadline i had was 2068, does that mean that i have no chance to find a block? (almost 6 hours of mining.)
Or is the deadline random generated?

i am not a dev here, but i think it is yes you dont have "huge" chance to announce block for current block, based on average blocktime is under 2000 seconds, but there is still a chance that no miner has lower deadline than ur 2068 seconds, if this is occured then blocktime is 2068 seconds, the difficulty will adjust lower for next block

full member
Activity: 238
Merit: 100
is that what should appear in screen when i run server


Initializing Burst server version 1.0.0
2014-08-11 17:08:01 INFO: nxt.enableStackTraces = "true"
2014-08-11 17:08:01 INFO: nxt.enableLogTraceback = "false"
2014-08-11 17:08:01 INFO: logging enabled
2014-08-11 17:08:01 INFO: nxt.dbCacheKB = "0"
2014-08-11 17:08:01 INFO: nxt.isTestnet = "false"
2014-08-11 17:08:01 INFO: nxt.dbUrl = "jdbc:h2:burst_db/burst;DB_CLOSE_ON_EXIT=F
ALSE"
2014-08-11 17:08:01 INFO: nxt.maxDbConnections = "10"
2014-08-11 17:08:01 INFO: nxt.dbLoginTimeout = "70"
2014-08-11 17:08:01 INFO: nxt.dbDefaultLockTimeout = "10"
2014-08-11 17:08:04 INFO: Database update may take a while if needed, current db
 version 51...
2014-08-11 17:08:04 INFO: nxt.forceValidate = "false"
2014-08-11 17:08:04 INFO: nxt.myPlatform = "PC"
2014-08-11 17:08:04 INFO: nxt.myAddress not defined
2014-08-11 17:08:04 INFO: nxt.peerServerPort = "8123"
2014-08-11 17:08:04 INFO: nxt.shareMyAddress = "true"
2014-08-11 17:08:04 INFO: nxt.myHallmark not defined
2014-08-11 17:08:04 INFO: nxt.wellKnownPeers = "162.243.75.149; 178.62.17.193"
2014-08-11 17:08:04 INFO: nxt.knownBlacklistedPeers not defined
2014-08-11 17:08:04 INFO: nxt.maxNumberOfConnectedPublicPeers = "20"
2014-08-11 17:08:04 INFO: nxt.connectTimeout = "4000"
2014-08-11 17:08:04 INFO: nxt.readTimeout = "8000"
2014-08-11 17:08:04 INFO: nxt.enableHallmarkProtection = "false"
2014-08-11 17:08:04 INFO: nxt.pushThreshold = "0"
2014-08-11 17:08:04 INFO: nxt.pullThreshold = "0"
2014-08-11 17:08:04 INFO: nxt.blacklistingPeriod = "600000"
2014-08-11 17:08:04 INFO: nxt.communicationLoggingMask = "0"
2014-08-11 17:08:04 INFO: nxt.sendToPeersLimit = "10"
2014-08-11 17:08:04 INFO: nxt.usePeersDb = "true"
2014-08-11 17:08:04 INFO: nxt.savePeers = "true"
2014-08-11 17:08:04 INFO: nxt.peerServerHost = "0.0.0.0"
2014-08-11 17:08:04 INFO: nxt.peerServerIdleTimeout = "30000"
2014-08-11 17:08:04 INFO: nxt.enablePeerServerDoSFilter = "true"
2014-08-11 17:08:04 INFO: nxt.peerServerDoSFilter.maxRequestsPerSec = "30"
2014-08-11 17:08:04 INFO: nxt.peerServerDoSFilter.delayMs = "1000"
2014-08-11 17:08:04 INFO: nxt.peerServerDoSFilter.maxRequestMs = "300000"
2014-08-11 17:08:04 INFO: nxt.allowedBotHosts = "127.0.0.1; localhost; [0:0:0:0:
0:0:0:1];"
2014-08-11 17:08:04 INFO: nxt.enableAPIServer = "true"
2014-08-11 17:08:04 INFO: nxt.apiServerPort = "8125"
2014-08-11 17:08:04 INFO: nxt.apiServerHost = "127.0.0.1"
2014-08-11 17:08:04 INFO: nxt.apiSSL = "false"
2014-08-11 17:08:04 INFO: nxt.apiServerIdleTimeout = "30000"
2014-08-11 17:08:04 INFO: nxt.apiResourceBase = "html/ui"
2014-08-11 17:08:04 INFO: nxt.javadocResourceBase = "html/doc"
2014-08-11 17:08:04 INFO: nxt.apiServerCORS = "false"
2014-08-11 17:08:04 INFO: nxt.allowedUserHosts = "127.0.0.1; localhost; [0:0:0:0
:0:0:0:1];"
2014-08-11 17:08:04 INFO: nxt.enableUIServer = "false"
2014-08-11 17:08:04 INFO: User interface server not enabled
2014-08-11 17:08:04 INFO: nxt.debugTraceQuote = """
2014-08-11 17:08:04 INFO: nxt.debugTraceSeparator = "   "
2014-08-11 17:08:04 INFO: nxt.debugLogUnconfirmed = "false"
2014-08-11 17:08:04 INFO: nxt.debugTraceAccounts not defined
2014-08-11 17:08:04 INFO: nxt.debugTraceLog = "nxt-trace.csv"
2014-08-11 17:08:04 INFO: Genesis block already in database
2014-08-11 17:08:04 INFO: Scanning blockchain...
2014-08-11 17:08:04 INFO: processed block 0
2014-08-11 17:08:04 INFO: ...done
2014-08-11 17:08:04 INFO: Started peer networking server at 0.0.0.0:8123
2014-08-11 17:08:04 INFO: Started API server at 127.0.0.1:8125
2014-08-11 17:08:04 INFO: Burst server 1.0.0 started successfully.
2014-08-11 17:08:18 INFO: nxt.apiServerEnforcePOST = "true"


yes
hero member
Activity: 644
Merit: 500
is that what should appear in screen when i run server


Initializing Burst server version 1.0.0
2014-08-11 17:08:01 INFO: nxt.enableStackTraces = "true"
2014-08-11 17:08:01 INFO: nxt.enableLogTraceback = "false"
2014-08-11 17:08:01 INFO: logging enabled
2014-08-11 17:08:01 INFO: nxt.dbCacheKB = "0"
2014-08-11 17:08:01 INFO: nxt.isTestnet = "false"
2014-08-11 17:08:01 INFO: nxt.dbUrl = "jdbc:h2:burst_db/burst;DB_CLOSE_ON_EXIT=F
ALSE"
2014-08-11 17:08:01 INFO: nxt.maxDbConnections = "10"
2014-08-11 17:08:01 INFO: nxt.dbLoginTimeout = "70"
2014-08-11 17:08:01 INFO: nxt.dbDefaultLockTimeout = "10"
2014-08-11 17:08:04 INFO: Database update may take a while if needed, current db
 version 51...
2014-08-11 17:08:04 INFO: nxt.forceValidate = "false"
2014-08-11 17:08:04 INFO: nxt.myPlatform = "PC"
2014-08-11 17:08:04 INFO: nxt.myAddress not defined
2014-08-11 17:08:04 INFO: nxt.peerServerPort = "8123"
2014-08-11 17:08:04 INFO: nxt.shareMyAddress = "true"
2014-08-11 17:08:04 INFO: nxt.myHallmark not defined
2014-08-11 17:08:04 INFO: nxt.wellKnownPeers = "162.243.75.149; 178.62.17.193"
2014-08-11 17:08:04 INFO: nxt.knownBlacklistedPeers not defined
2014-08-11 17:08:04 INFO: nxt.maxNumberOfConnectedPublicPeers = "20"
2014-08-11 17:08:04 INFO: nxt.connectTimeout = "4000"
2014-08-11 17:08:04 INFO: nxt.readTimeout = "8000"
2014-08-11 17:08:04 INFO: nxt.enableHallmarkProtection = "false"
2014-08-11 17:08:04 INFO: nxt.pushThreshold = "0"
2014-08-11 17:08:04 INFO: nxt.pullThreshold = "0"
2014-08-11 17:08:04 INFO: nxt.blacklistingPeriod = "600000"
2014-08-11 17:08:04 INFO: nxt.communicationLoggingMask = "0"
2014-08-11 17:08:04 INFO: nxt.sendToPeersLimit = "10"
2014-08-11 17:08:04 INFO: nxt.usePeersDb = "true"
2014-08-11 17:08:04 INFO: nxt.savePeers = "true"
2014-08-11 17:08:04 INFO: nxt.peerServerHost = "0.0.0.0"
2014-08-11 17:08:04 INFO: nxt.peerServerIdleTimeout = "30000"
2014-08-11 17:08:04 INFO: nxt.enablePeerServerDoSFilter = "true"
2014-08-11 17:08:04 INFO: nxt.peerServerDoSFilter.maxRequestsPerSec = "30"
2014-08-11 17:08:04 INFO: nxt.peerServerDoSFilter.delayMs = "1000"
2014-08-11 17:08:04 INFO: nxt.peerServerDoSFilter.maxRequestMs = "300000"
2014-08-11 17:08:04 INFO: nxt.allowedBotHosts = "127.0.0.1; localhost; [0:0:0:0:
0:0:0:1];"
2014-08-11 17:08:04 INFO: nxt.enableAPIServer = "true"
2014-08-11 17:08:04 INFO: nxt.apiServerPort = "8125"
2014-08-11 17:08:04 INFO: nxt.apiServerHost = "127.0.0.1"
2014-08-11 17:08:04 INFO: nxt.apiSSL = "false"
2014-08-11 17:08:04 INFO: nxt.apiServerIdleTimeout = "30000"
2014-08-11 17:08:04 INFO: nxt.apiResourceBase = "html/ui"
2014-08-11 17:08:04 INFO: nxt.javadocResourceBase = "html/doc"
2014-08-11 17:08:04 INFO: nxt.apiServerCORS = "false"
2014-08-11 17:08:04 INFO: nxt.allowedUserHosts = "127.0.0.1; localhost; [0:0:0:0
:0:0:0:1];"
2014-08-11 17:08:04 INFO: nxt.enableUIServer = "false"
2014-08-11 17:08:04 INFO: User interface server not enabled
2014-08-11 17:08:04 INFO: nxt.debugTraceQuote = """
2014-08-11 17:08:04 INFO: nxt.debugTraceSeparator = "   "
2014-08-11 17:08:04 INFO: nxt.debugLogUnconfirmed = "false"
2014-08-11 17:08:04 INFO: nxt.debugTraceAccounts not defined
2014-08-11 17:08:04 INFO: nxt.debugTraceLog = "nxt-trace.csv"
2014-08-11 17:08:04 INFO: Genesis block already in database
2014-08-11 17:08:04 INFO: Scanning blockchain...
2014-08-11 17:08:04 INFO: processed block 0
2014-08-11 17:08:04 INFO: ...done
2014-08-11 17:08:04 INFO: Started peer networking server at 0.0.0.0:8123
2014-08-11 17:08:04 INFO: Started API server at 127.0.0.1:8125
2014-08-11 17:08:04 INFO: Burst server 1.0.0 started successfully.
2014-08-11 17:08:18 INFO: nxt.apiServerEnforcePOST = "true"
sr. member
Activity: 336
Merit: 250
{"result":"deadline: 123456..."}
Does anyone know how that number is assigned?


that number is a deadline in seconds, if no one has better deadline than you (block found occured before ur deadline reached), then u create the block
Thanks.

The lowest deadline i had was 2068, does that mean that i have no chance to find a block? (almost 6 hours of mining.)
Or is the deadline random generated?
hero member
Activity: 1400
Merit: 505
{"result":"deadline: 123456..."}
Does anyone know how that number is assigned?


that number is a deadline in seconds, if no one has better deadline than you (block found occured before ur deadline reached), then u create the block
Sy
legendary
Activity: 1484
Merit: 1003
Bounty Detective
Generation is done now, do i ever have to run it again?

CPU usage dropped alot (at 1%), hdd usage is way down too (at 2%), run_miner.bat is running - normal? Shouldn't i have high CPU or HDD usage?

i dont think so, ur rig mostly spent idle waiting for deadline time, until next block is started, so based on my understanding, ur rig work every ~200 seconds and then do nothing

Ah okay...so generating a larger plot seems like a good idea to keep it busy Smiley
sr. member
Activity: 336
Merit: 250
{"result":"deadline: 123456..."}
Does anyone know how that number is assigned?
hero member
Activity: 1400
Merit: 505
Generation is done now, do i ever have to run it again?

CPU usage dropped alot (at 1%), hdd usage is way down too (at 2%), run_miner.bat is running - normal? Shouldn't i have high CPU or HDD usage?

i dont think so, ur rig mostly spent idle waiting for deadline time, until next block is started, so based on my understanding, ur rig work every ~200 seconds and then do nothing
hero member
Activity: 1400
Merit: 505
I don't think this works with VM's.  Has anyone got this working?
I installed the wallet, sync't it, created an account etc.
Then I cloned the VM, created a second instance, and then on both instances started generating plots and mining (with the same account ID).  It appears that both of them find identical shares at the same time.  How is this possible?  It would imply that each VM is working on an identical plot, so the question is, what makes plot's unique?  Are they not randomly generated? 

your nonce range, each nonce is taking 256KB of ur disk, on second vm you should generate plot of next nonce, for example if first VM have nonce range 1-1000 then second VM should be 1001 - 2000

or you can have identical nonce range but different address, still on both case you need to re-generate plot
Makes perfect sense thanks!!

How do you determine the range? First pc i ran with address 0 400000 512 6 so at the second i have to run what?

you generating with first nonce 0, then u create plot of 400000 nonce so ur range is 0-400000, u taking space 400000/4 MB = 100GB


So far so good, so for the second pc i start at 400001, select my range and so on?

never tried that yet, but based on my understanding thats how u increase block creation chance

Cheers, the last question is, if my miner can overlap with each other, wouldn't it been wiser to start at nounces less people are using themself? Or are the random vs your address anyway?

i dont think so, since on OP diagram, nonce is hashed with miner address.

so the hash will overlap only if their nonce range is same AND their mining address is same,
no matter how you select nonce range, its hash range is unique to ur own address
Sy
legendary
Activity: 1484
Merit: 1003
Bounty Detective
Generation is done now, do i ever have to run it again?

CPU usage dropped alot (at 1%), hdd usage is way down too (at 2%), run_miner.bat is running - normal? Shouldn't i have high CPU or HDD usage?
Jump to: