Author

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

hero member
Activity: 644
Merit: 500
u also got the latest java?

well i prefer to have ur error  then mine Cheesy haha i also can't get it work, also got problems at step 6..

and what if u put that ** like in the example?

C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate *9748628600988844653#*
 *plot#tostartwith=1* *plot#toendwith* 1000 4

i tried this as last, ofc it's not working, i changed everything after: tostartwith and toendwith, everytime same problems: not enough space or missing arg
sr. member
Activity: 448
Merit: 250
hero member
Activity: 518
Merit: 500
This is meant as a quick start guide for those having issues with setting their system up on windows. This might be useful for those not familiar with the NXT platform...

First download this:
Wallet: https://mega.co.nz/#!ml4RTKBR!8g0-7RNjkIowgIJuhu-GHLXJRkKRxBlGh_tkbI4Sar4

Next download this:
POCMiner: https://mega.co.nz/#!b0pzHajA!ERk068l5NS6kR7zdLdTgltqyPw3Z60lwAWvgXtNQNTk

And lastly, ensure that you have the latest Java downloaded onto your PC. It seems as though incorrect java versions and correct java installation were the main causes of 50% of the problems listed in the beginning pages.

Step 1: Extract everything to the root of the drive you want to use (ie. the main driver directory). You should wind up with everything from the pocminer_v1 folder showing in the root directory, and with the Burst_1.0.0 folder in the root directory (containing the wallet program).
***you cannot extract this file to the root along with the miner, as they both contain files with the same names, and they will overwrite one or the other. Just leave the wallet in its own folder***

Step 2: Type a PASSWORD of your choosing into the passphrase text doc and save it.

Step 3: If using windows, replace the first word "java" in each of the .bat files with "C:\Windows\SysWOW64\java" and "save as" each of them as .bat files again.

Example for the run_generate .bat file:
Original; java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate %*

modified: C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate %*

Step 3a: Many of the values in the original .bat files were causing issues for my computer, so I changed the -Xmx4000m (or whatever your # was) to a lower value like 1000 or 500 (ie. -Xmx1000m) and it began working. This will be entirely system dependent, and is like tweaking a normal miner's settings to find what works best.

Step 4: Double click the run_dump_address .bat file

Step 5: check the address .txt file and retrieve your your account #

Example for address is:
Found address: *whateverpassyouentered* -> *youraccount#*

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

Step 7: Double click the run_generate .bat file and a command window should open, and you should see the computer begin to start creating plots, beginning with whatever you specified in your file.
*THIS TAKES A LONG TIME* (you can still start mining while creating plots, but don't expect your chances to be high within the first 8-10 hrs. It also took me personally about 8 hrs to plot my first 200 Gig section, so go watch a movie or get a bite to eat when this guide is done)

Step 8: Double click the run .bat and it will open briefly and then close.

Step 9: Open the Burst_1.0.0 folder and Double click the run .bat file there and let it install

Step 10: double click the Burst_Wallet internet shortcut file

Step 11: enter your password (which is the one you entered into the passphrase text file earlier). This should open your account "front end" gui.

Step 12: Go back to the root directory and double click the run_mine .bat file.

At this point you should have a total of 3 command line windows open...your computer should be generating plots in one command window, have initialized the Burst server and come to the nxt.apiServerEnforcePOST="true" line in another, and yet a thrid command window should be displaying your mining. The mining will repeatedly generate lines such as:

{"height":"2","generationSignature":"c26ef60f51aa5fc6225a481f08e51903085067a8a7d
558f94712d702f2a67bb4"}
{"height":"3","generationSignature":"a62b500a5dfc7f5e614fcf4917d83ffccd01e9c9643
d7d0e982c75043d27baff"}
Error reading file: 10818239041755946932_1_800000_500
{"height":"3","generationSignature":"a62b500a5dfc7f5e614fcf4917d83ffccd01e9c9643
d7d0e982c75043d27baff"}
{"height":"3","generationSignature":"a62b500a5dfc7f5e614fcf4917d83ffccd01e9c9643
d7d0e982c75043d27baff"}
New best: 10818239041755946932:160093
Submitting share
{"result":"deadline: 508"}

This is good, and it means YOU ARE NOW MINING. The "deadline" is a measurement of seconds until you may generate a block (provided no one else has already generated one). Yes, it is a bit of a race, but as your plot # increases, so do your chances of hitting/solving a block. I believe you can compare the size of your plot to what would be your hashrate if mining a normal scrypt coin.

Any other issues with a single step can be analyzed by typing "pause" on a seperate line in any of the .bat files, which will give you time to read and post whatever error you are experiencing.

If there is anything I left out feel free to let me know or just add to this. Donations to BURST-H2ZW-3H4D-RJBS-FCVGV
or 15977480701804512252

I think I found my issue, because the run generate bat opens and closes immediate, meaning that I'm not creating plots on my 500GB hdd. So, I need help with step 6 with the 500GB hdd.

I put pause in the command of the "run_generate.bat" to see the error. I got the following:
Exception in thread "main" nava.lang.NumberFormatException: For input string: "plottostartwith=0"
               at java.lang.Number.FormatException.forInputString(Unknown Source)
               at java.lang.Long.parseLong(Unknown Source)
               at java.lang.Long.parseLong(Unknown Source)
               at pocminer.POCMiner.main(POCMine.java:42)

This is what I put for the comman-line run_generate.bat: java -Xmx500m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate (my account #) plottostartwith=0 plottoendwith=400000 1000 4
pause

Any help is really greatly appreciated....

so why u dont put the path to java?? i think u mis a few steps?
C:\Windows\SysWOW64\java u miss the whole path to the java folder.. i think that give the java errors, because there is no java in ur mining folder




Ok, I forgot to put that, but it still giving me the same error after fixing that. I did everything exactly before step 6.
hero member
Activity: 1400
Merit: 505
Is there a way to use GPU to generate the PLOT file faster?

faster cpu, huge ram and set ur stagger size to 8191
hero member
Activity: 1400
Merit: 505
The dev is so clever,finally we can make money by our disks Grin

i just read it.. make money by our dicks
member
Activity: 118
Merit: 100
The dev is so clever,finally we can make money by our disks Grin
hero member
Activity: 644
Merit: 500
This is meant as a quick start guide for those having issues with setting their system up on windows. This might be useful for those not familiar with the NXT platform...

First download this:
Wallet: https://mega.co.nz/#!ml4RTKBR!8g0-7RNjkIowgIJuhu-GHLXJRkKRxBlGh_tkbI4Sar4

Next download this:
POCMiner: https://mega.co.nz/#!b0pzHajA!ERk068l5NS6kR7zdLdTgltqyPw3Z60lwAWvgXtNQNTk

And lastly, ensure that you have the latest Java downloaded onto your PC. It seems as though incorrect java versions and correct java installation were the main causes of 50% of the problems listed in the beginning pages.

Step 1: Extract everything to the root of the drive you want to use (ie. the main driver directory). You should wind up with everything from the pocminer_v1 folder showing in the root directory, and with the Burst_1.0.0 folder in the root directory (containing the wallet program).
***you cannot extract this file to the root along with the miner, as they both contain files with the same names, and they will overwrite one or the other. Just leave the wallet in its own folder***

Step 2: Type a PASSWORD of your choosing into the passphrase text doc and save it.

Step 3: If using windows, replace the first word "java" in each of the .bat files with "C:\Windows\SysWOW64\java" and "save as" each of them as .bat files again.

Example for the run_generate .bat file:
Original; java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate %*

modified: C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate %*

Step 3a: Many of the values in the original .bat files were causing issues for my computer, so I changed the -Xmx4000m (or whatever your # was) to a lower value like 1000 or 500 (ie. -Xmx1000m) and it began working. This will be entirely system dependent, and is like tweaking a normal miner's settings to find what works best.

Step 4: Double click the run_dump_address .bat file

Step 5: check the address .txt file and retrieve your your account #

Example for address is:
Found address: *whateverpassyouentered* -> *youraccount#*

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

Step 7: Double click the run_generate .bat file and a command window should open, and you should see the computer begin to start creating plots, beginning with whatever you specified in your file.
*THIS TAKES A LONG TIME* (you can still start mining while creating plots, but don't expect your chances to be high within the first 8-10 hrs. It also took me personally about 8 hrs to plot my first 200 Gig section, so go watch a movie or get a bite to eat when this guide is done)

Step 8: Double click the run .bat and it will open briefly and then close.

Step 9: Open the Burst_1.0.0 folder and Double click the run .bat file there and let it install

Step 10: double click the Burst_Wallet internet shortcut file

Step 11: enter your password (which is the one you entered into the passphrase text file earlier). This should open your account "front end" gui.

Step 12: Go back to the root directory and double click the run_mine .bat file.

At this point you should have a total of 3 command line windows open...your computer should be generating plots in one command window, have initialized the Burst server and come to the nxt.apiServerEnforcePOST="true" line in another, and yet a thrid command window should be displaying your mining. The mining will repeatedly generate lines such as:

{"height":"2","generationSignature":"c26ef60f51aa5fc6225a481f08e51903085067a8a7d
558f94712d702f2a67bb4"}
{"height":"3","generationSignature":"a62b500a5dfc7f5e614fcf4917d83ffccd01e9c9643
d7d0e982c75043d27baff"}
Error reading file: 10818239041755946932_1_800000_500
{"height":"3","generationSignature":"a62b500a5dfc7f5e614fcf4917d83ffccd01e9c9643
d7d0e982c75043d27baff"}
{"height":"3","generationSignature":"a62b500a5dfc7f5e614fcf4917d83ffccd01e9c9643
d7d0e982c75043d27baff"}
New best: 10818239041755946932:160093
Submitting share
{"result":"deadline: 508"}

This is good, and it means YOU ARE NOW MINING. The "deadline" is a measurement of seconds until you may generate a block (provided no one else has already generated one). Yes, it is a bit of a race, but as your plot # increases, so do your chances of hitting/solving a block. I believe you can compare the size of your plot to what would be your hashrate if mining a normal scrypt coin.

Any other issues with a single step can be analyzed by typing "pause" on a seperate line in any of the .bat files, which will give you time to read and post whatever error you are experiencing.

If there is anything I left out feel free to let me know or just add to this. Donations to BURST-H2ZW-3H4D-RJBS-FCVGV
or 15977480701804512252

I think I found my issue, because the run generate bat opens and closes immediate, meaning that I'm not creating plots on my 500GB hdd. So, I need help with step 6 with the 500GB hdd.

I put pause in the command of the "run_generate.bat" to see the error. I got the following:
Exception in thread "main" nava.lang.NumberFormatException: For input string: "plottostartwith=0"
               at java.lang.Number.FormatException.forInputString(Unknown Source)
               at java.lang.Long.parseLong(Unknown Source)
               at java.lang.Long.parseLong(Unknown Source)
               at pocminer.POCMiner.main(POCMine.java:42)

This is what I put for the comman-line run_generate.bat: java -Xmx500m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate (my account #) plottostartwith=0 plottoendwith=400000 1000 4
pause

Any help is really greatly appreciated....

so why u dont put the path to java?? i think u mis a few steps?
C:\Windows\SysWOW64\java u miss the whole path to the java folder.. i think that give the java errors, because there is no java in ur mining folder


hero member
Activity: 770
Merit: 500
Fuck this shit! 1day mining 2pc 200Gb and nothing 8========3

Even I didn't get single block yet, hard luck.
hero member
Activity: 518
Merit: 500
This is meant as a quick start guide for those having issues with setting their system up on windows. This might be useful for those not familiar with the NXT platform...

First download this:
Wallet: https://mega.co.nz/#!ml4RTKBR!8g0-7RNjkIowgIJuhu-GHLXJRkKRxBlGh_tkbI4Sar4

Next download this:
POCMiner: https://mega.co.nz/#!b0pzHajA!ERk068l5NS6kR7zdLdTgltqyPw3Z60lwAWvgXtNQNTk

And lastly, ensure that you have the latest Java downloaded onto your PC. It seems as though incorrect java versions and correct java installation were the main causes of 50% of the problems listed in the beginning pages.

Step 1: Extract everything to the root of the drive you want to use (ie. the main driver directory). You should wind up with everything from the pocminer_v1 folder showing in the root directory, and with the Burst_1.0.0 folder in the root directory (containing the wallet program).
***you cannot extract this file to the root along with the miner, as they both contain files with the same names, and they will overwrite one or the other. Just leave the wallet in its own folder***

Step 2: Type a PASSWORD of your choosing into the passphrase text doc and save it.

Step 3: If using windows, replace the first word "java" in each of the .bat files with "C:\Windows\SysWOW64\java" and "save as" each of them as .bat files again.

Example for the run_generate .bat file:
Original; java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate %*

modified: C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate %*

Step 3a: Many of the values in the original .bat files were causing issues for my computer, so I changed the -Xmx4000m (or whatever your # was) to a lower value like 1000 or 500 (ie. -Xmx1000m) and it began working. This will be entirely system dependent, and is like tweaking a normal miner's settings to find what works best.

Step 4: Double click the run_dump_address .bat file

Step 5: check the address .txt file and retrieve your your account #

Example for address is:
Found address: *whateverpassyouentered* -> *youraccount#*

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

Step 7: Double click the run_generate .bat file and a command window should open, and you should see the computer begin to start creating plots, beginning with whatever you specified in your file.
*THIS TAKES A LONG TIME* (you can still start mining while creating plots, but don't expect your chances to be high within the first 8-10 hrs. It also took me personally about 8 hrs to plot my first 200 Gig section, so go watch a movie or get a bite to eat when this guide is done)

Step 8: Double click the run .bat and it will open briefly and then close.

Step 9: Open the Burst_1.0.0 folder and Double click the run .bat file there and let it install

Step 10: double click the Burst_Wallet internet shortcut file

Step 11: enter your password (which is the one you entered into the passphrase text file earlier). This should open your account "front end" gui.

Step 12: Go back to the root directory and double click the run_mine .bat file.

At this point you should have a total of 3 command line windows open...your computer should be generating plots in one command window, have initialized the Burst server and come to the nxt.apiServerEnforcePOST="true" line in another, and yet a thrid command window should be displaying your mining. The mining will repeatedly generate lines such as:

{"height":"2","generationSignature":"c26ef60f51aa5fc6225a481f08e51903085067a8a7d
558f94712d702f2a67bb4"}
{"height":"3","generationSignature":"a62b500a5dfc7f5e614fcf4917d83ffccd01e9c9643
d7d0e982c75043d27baff"}
Error reading file: 10818239041755946932_1_800000_500
{"height":"3","generationSignature":"a62b500a5dfc7f5e614fcf4917d83ffccd01e9c9643
d7d0e982c75043d27baff"}
{"height":"3","generationSignature":"a62b500a5dfc7f5e614fcf4917d83ffccd01e9c9643
d7d0e982c75043d27baff"}
New best: 10818239041755946932:160093
Submitting share
{"result":"deadline: 508"}

This is good, and it means YOU ARE NOW MINING. The "deadline" is a measurement of seconds until you may generate a block (provided no one else has already generated one). Yes, it is a bit of a race, but as your plot # increases, so do your chances of hitting/solving a block. I believe you can compare the size of your plot to what would be your hashrate if mining a normal scrypt coin.

Any other issues with a single step can be analyzed by typing "pause" on a seperate line in any of the .bat files, which will give you time to read and post whatever error you are experiencing.

If there is anything I left out feel free to let me know or just add to this. Donations to BURST-H2ZW-3H4D-RJBS-FCVGV
or 15977480701804512252

I think I found my issue, because the run generate bat opens and closes immediate, meaning that I'm not creating plots on my 500GB hdd. So, I need help with step 6 with the 500GB hdd.

I put pause in the command of the "run_generate.bat" to see the error. I got the following:
Exception in thread "main" nava.lang.NumberFormatException: For input string: "plottostartwith=0"
               at java.lang.Number.FormatException.forInputString(Unknown Source)
               at java.lang.Long.parseLong(Unknown Source)
               at java.lang.Long.parseLong(Unknown Source)
               at pocminer.POCMiner.main(POCMine.java:42)

This is what I put for the comman-line run_generate.bat: java -Xmx500m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate (my account #) plottostartwith=0 plottoendwith=400000 1000 4
pause

Any help is really greatly appreciated....
hero member
Activity: 644
Merit: 500
Fuck this shit! 1day mining 2pc 200Gb and nothing 8========3

for example: i think 200gb is same as 200 khash there where an 5tb hardisk took 5000 khash for example, 200gb is nothing ofc Cheesy

anyway i'm happy u get the stuff running, i can not even get it run Cheesy
full member
Activity: 238
Merit: 100
Fuck this shit! 1day mining 2pc 200Gb and nothing 8========3
did your pc share the same wallet? i mean just open one wallet total
hero member
Activity: 686
Merit: 500
Fuck this shit! 1day mining 2pc 200Gb and nothing 8========3

Good! It's very difficult to find a block! Maybe people who found blocks will not sell very low!

Anyway since yesterday afternoon nothing with 1,5 TB!
newbie
Activity: 5
Merit: 0
Fuck this shit! 1day mining 2pc 200Gb and nothing 8========3
Sy
legendary
Activity: 1484
Merit: 1003
Bounty Detective
0 400000 512 creates ~107gb files

This will run without any -Xmx option, max i can run on Windows (32 Bit java?) is -Xmx1000m which allows me to use 1024 instead of 512
hero member
Activity: 644
Merit: 500
hi there
this is way too complicated!! i tried to run things like you said in readme file but nothing happened!!
can you please tell me if these .bat files are ssuported in win 8 command prompt because it seems it is not allowing them to run!!

i got this in my run_generate.bat:
C:\Windows\SysWOW64\java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate *9748628600988844653#*
 *plot#tostartwith* *plot#toendwith* 1000

i changed the xmx to 500, but also 2k and 4k
i changed tostartwith for tostartwith=0 and =1
i changed toendwith for 1000 4, 1000, 500, 80000 and many different opties

i get 2 different errors,
1 time: missing args
other time: not enough space ( he ask for 400gb what is not any problem, even if i change the toendwith he keep asking for the 400gb )

the harddisk where i located the miner + wallet got enough space. but i want to start with 250gb for test.

hope some1 can help me with this -.- i like this whole idea about hdd mining, but arg damn its not that easy i see ( i always got problems with this kind of stuff Cheesy )
full member
Activity: 238
Merit: 100
hi,dev, i have change the nexdefault.propertity, other computer still can't connect to the wallet, is it the same as i just open each wallet and just change each wallet's ip ?

I changed 2 values

Quote
# Hosts from which to allow http/json API requests, if enabled.
nxt.allowedBotHosts=0.0.0.0; *
and

Quote
# Host interface on which to listen for http/json API request, default localhost only.
# Set to 0.0.0.0 to allow the API server to accept requests from all network interfaces.
nxt.apiServerHost=0.0.0.0

At least one is really necessary ^^ mining with 3 clients vs one wallet.
\
must change to 0.0.0.0? or use the ip of my computer, it was 127.0.0.1 . is it need to be delete? thanks

127.0.0.1 isn't the ip of your computer, if you only got a few machines add them by hand seperated by ;

I just lazy-changed it to 0.0.0.0 to accept connections from every client on the network.
still can't work,,,,if i chose to open each wallet in each computer with the same account , will it have some problem?

Why would you open the wallet on each computer? You just mine on the others or put the wallet ip into your browser, won't work with 127.0.0.1 anymore.

if i open the wallet in pc1 and also changed the allowed ip ,..the miner in pc2 still report can't get the wallet info,,,
hero member
Activity: 686
Merit: 500
@Dev

What about a small bounty for a logo?! Maybe you can involve someone to do that!
hero member
Activity: 585
Merit: 500
a good coin,but why no logo?
Sy
legendary
Activity: 1484
Merit: 1003
Bounty Detective
hi,dev, i have change the nexdefault.propertity, other computer still can't connect to the wallet, is it the same as i just open each wallet and just change each wallet's ip ?

I changed 2 values

Quote
# Hosts from which to allow http/json API requests, if enabled.
nxt.allowedBotHosts=0.0.0.0; *
and

Quote
# Host interface on which to listen for http/json API request, default localhost only.
# Set to 0.0.0.0 to allow the API server to accept requests from all network interfaces.
nxt.apiServerHost=0.0.0.0

At least one is really necessary ^^ mining with 3 clients vs one wallet.
\
must change to 0.0.0.0? or use the ip of my computer, it was 127.0.0.1 . is it need to be delete? thanks

127.0.0.1 isn't the ip of your computer, if you only got a few machines add them by hand seperated by ;

I just lazy-changed it to 0.0.0.0 to accept connections from every client on the network.
still can't work,,,,if i chose to open each wallet in each computer with the same account , will it have some problem?

Why would you open the wallet on each computer? You just mine on the others or put the wallet ip into your browser, won't work with 127.0.0.1 anymore.
sr. member
Activity: 280
Merit: 250
I've created 2 files of 200GB each with:

./run_generate.sh 12595482374044621801 0 819100 8191 8

and

./run_generate.sh 12595482374044621801 819100 819100 8191 8

but still getting deadlines of ~20k.

Code:
New best: 12595482374044621801:103625
Submitting share
{"result":"deadline: 26445"}

is anything wrong here?

Looks right to me. You'll get a different deadline each block, you just didn't get very lucky on that one.
Jump to: