this example :
C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate xxxxx plot#tostartwith plot#toendwith 1000 4
how do i know where i want my plot to start and end? could i have some clarification please, and how would i go about setting this up on multiple harddrives... and lastly what are the to last arguments on the end of this.. the 1000 and the four?
use the run_generate.bat, its easier.
run_generate.bat id-that-you-got-from-running-run_dump_address.bat starting-nonce ending-nonce stagger-size cores-to-use
like this
run_generate.bat 987654567890987612 0 80000 8000 7
It will start from nonce 0 and will plot to nonce 80000
The next file should start at nonce 80000 to whatever you want it to be. Like:
run_generate.bat 987654567890987612 80000 80000 8000 7
The same applies if you run across multiple drives. Do not overlap the nonces. Start your next file from where you stopped the previous one
I think I'm even more confused now, I'm noob. okay i am editing my generate bat file. i have my ID in there but I do not know what plots to use, or "nonces" to use, should i just use the 0 to 80000?? will it figure it out by it self? im testing it on a old computer i have sitting around with like 50gb freespace... before i unpack some harddrives i want to know what I am doing.
Hi,
you have to plot from 0 to "HDD free space x 4096" and if you want to use more plotfiles then from "(plotfilesize1) +1 to "(HDD free space x 4096)+plotfilesize1".
Now you got me confused...