Step 6: Copy your account number and paste it into the run_generate .bat file along with your plot description and how many threads you wish to use. plottostartwith=0 or 1 plottoendwith=800000 (for every 200 Gig section)
Example for this is:
C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate *youraccount#* *plot#tostartwith* *plot#toendwith* 1000 4
I do not understand this (
*youraccount#* *plot#tostartwith* *plot#toendwith* 1000 4). What and how of this needs to be replaced? Can me someone mention a specific example? Thank you!
There is a very detailed explanation in the official site's mining guide:
http://burstcoin.info/miner.phpIf you need a way to calculate the number of plots, you can divide the size of the free space you want to use (in kB) at 256 (as each plot is 256kB).
For example if you want to mine with 500GB you have to get the size in kilobytes which is 524288000 (easiest way is using a byte converter) and divide it by 256. The result is 2048000 and if this is the first file in the plots folder you should replace *plot#tostartwith* *plot#toendwith* with 0 and 2048000