i have started to mine from nonce 1 .... now it says nonce 422501 .... when i create another plot how is better to start again from nonce 1 or continue from 422501 ?
Thanks!
The next plot should be start+number of nonces+1.
So 1+422501+1. If you leave the last +1 out you will have an overlapping nonce, waste of 256kb .
If you use the same address on the same pc do not use overlapping nonces.
i hope that i have undestand ...
this is my first 1 800000 500 2
second must be 1+422501+1 : 422503 800000 500 2
and if the 3rd is 650001 i need to put 422503+650001+1 ?
Is this correct ?
what is you hardware setup?
What is your available disk space?
i use this command : java -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate account 422503 800000 500 2
I have 5 TB space ... i used 300 GB so for ....I5 .. 8 GB Ram ...
If you have 8gb of ram use java 64bit and then:
"C:\Program Files\Java\jre7\bin\java.exe" -Xmx2000m .......................
So, you are using 800000 as the number of plots each time.
Sinc you have 5TB and already used 300 Gb space, why not just make a large plot?
5Tb = 5120 Gb - 300 Gb used = 4820 GB available.
Let's say you will use another 4800GB.
" first 1 800000 500 2"
Second:
800002 19660800 2000 3
command would be:
"C:\Program Files\Java\jre7\bin\java.exe" -Xmx2000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate youraddres 800002 19660800 2000 3
If you get errors try -Xmx1000 and 800002 19660800 1000 3.
Or you could simply go and make plots of 250 Gb each time. There is a plot and nonces calculator on the forum. Look around if you like.