Author

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

Sy
legendary
Activity: 1484
Merit: 1003
Bounty Detective
The logo looks more like Roulette than a HDD...

Google Image search "hdd platter"
hero member
Activity: 1400
Merit: 505
Can anyone tell me if it's possible to mine while the plot is still being generated?
or one should wait until the plot is complete?

it will be ok, just found two blocks while generating plots
newbie
Activity: 17
Merit: 0
Can anyone help with this error I am getting when trying to run_generate.bat
Wallet runs fine and run_dump_address work no problem. 

Exception in thread "main" java.lang.NoClassDefFoundError: akka/actor/ActorSyste
m
        at pocminer.POCMiner.startGenerate(POCMiner.java:65)
        at pocminer.POCMiner.main(POCMiner.java:42)
Caused by: java.lang.ClassNotFoundException: akka.actor.ActorSystem
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 2 more

sr. member
Activity: 341
Merit: 250
Can anyone tell me if it's possible to mine while the plot is still being generated?
or one should wait until the plot is complete?
hero member
Activity: 1400
Merit: 505
It should reread the plot on every block afaik.
Yeah, it re-reads the whole contents of the folder, including checking what files are in it every block, so you can even add or remove plot files while it's running. The only reason you'd need to restart it is if you need to add passphrases.

can it read symlink-ed file correctly? so i can generate plot on different disk or even on the network, and put that symlink on plot folder
member
Activity: 84
Merit: 10
OK got running wallet.
Can anyone help me and tell how to add hdd capacity and start mining?

thanks in advance
hero member
Activity: 546
Merit: 500
Hmm, looks like I'll wait till this hits the exchanges before buying.
hero member
Activity: 518
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


Without the ability to make plots, then mining can't occur. The OP really needs a better detailed instructions for this setup.

I like this because this is much less power usage then AMD gpu mining.
hero member
Activity: 644
Merit: 500
can't u put that logo's in an personal message?

we try to solve problems, and u take a lot of space with that big logo's Cheesy

anyway it looks nice but, its hard to read eachothers info between that big logo's
hero member
Activity: 910
Merit: 500
4.
IT's cool ,, must choose a cool logo,, the coin is cool!
hero member
Activity: 910
Merit: 500
The dev is so clever,finally we can make money by our disks Grin

i just read it.. make money by our dicks
funny,  make money by our dicks is the best way of makinig money. so thank you,dev.
sr. member
Activity: 448
Merit: 250
full member
Activity: 238
Merit: 100
Looks interesting. How much HDD space is required?
Your HDD space is like your hashrate, so as much as you're willing to use.

hi,dev.if wallet in pc1 set nxt.myAddress = ip1:8123  and the other in pc2 set nxt.myAddress=ip2:8123 and miners in their on pc share the same account, will it cause any problem?
sr. member
Activity: 448
Merit: 250
sr. member
Activity: 448
Merit: 250
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
Jump to: