Author

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

full member
Activity: 126
Merit: 100
how to use my USB 3.0  2T Portable Hard Disk  ,just connect it to my computer ,, is that ok??
sr. member
Activity: 280
Merit: 250
Ok so now my question is, lets say I'm running this as a 200 gb "plot"? Using the settings you posted dev, do I need to stop it from doing this plotting/noncing thing or can I leave it going? If I leave it going does it know when to start over or is it just creating a 200gb plots that can be mined over and over? I don't really understand this part. Lastly if I need to stop the mining/plotting do I have to change anything in the batch file when i start it back up again or does it know where to pick up from? If I have to change something then what needs to change and how do I know what to look at to continue it without overlapping.

Sorry so many questions this is pretty cool but odd as hell Smiley
The plots can be used basically forever once they are generated. When generating a plot file, you specify a range of numbers to use by giving it the start, and how many you want it to do. If you stop it, it won't pick back up, but you can just start on a new range, it won't make a difference.

Can anyone decipher this for me? It comes after every new block is found... want to make sure nothing is screwed up.

Error reading file: 9880717460241903153_0_4000000_500
Error reading file: 9880717460241903153_0_800000_500
New best: 9880717460241903153:67157
Submitting share
"result":"deadline: 2821"

When the new block showed up, it tried to skim through your plots. It gets information about the plot from the filename, and it mentions an error if the plot doesn't match the filename's specs. This could be something simple like you are still generating the plot, or you cut it off midway, and generally won't make it difference, it's just saying that that plot isn't according to spec. Every couple seconds while skimming through the plot data, it will try to submit the best value it has found so far to the wallet. The wallet returns a deadline, which tells you that if no block has been found in that number of seconds, you will be eligable to announce the next block and collect the reward.

Any tricks on accessing web front end from a VPS?
There is a list of allowed users you can add your ip to in conf/nxt-default.properties
There is no reason to do that however as you can run the wallet locally, use the same passphrase, and see the same screen without transmitting your passphrase over the internet
sr. member
Activity: 434
Merit: 250
Universal Life Church Minister
Every time I try to open the batch file it closes right away. I have tried to use C:\Windows\SysWOW64\java as was suggested but it doesn't work. I have java 7 installed and updated. I've tried on C and D drives and I think I would need to have it on the D drive that I want to use, but I'm not sure about that. My sdd C drive is nearly full so am I correct in thinking I need to launch the program from the D drive? thanks if you can get me going would be appreciated
Open the bat file in Text Editor, add the new line:
Code:
pause
save, execute the bat file and see output.

The system cannot find the path specified
I copied Java into the D drive but it is not being recognized. how do I make it work? thanks.
The system cannot find java.exe.
You should find the java.exe (for example C:\Program Files\Java\JRE7\bin\java.exe)
and edit the bat file replacing "java" to full path.
Excellent thank you but now I have a new problem. I have put my address plus my settings following D:\Java\JRE7\bin\java.exe -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner
 %*
and I get the error is not recognized as an internal or external command, operable program or batch file. thanks again for the help.

try delete -Xmx1000m
newbie
Activity: 56
Merit: 0
What am I doing wrong?
https://i.imgur.com/iavBerQ.jpg

Change your pass, you have just shown it to the world.

Your Private key : 5551654913216416650519849

Again, to others who post screen shots of the miner, remove the first line that is printed "Added Key:..." other wise you will have your coins jacked.
Yes, of course I will change ... I did a screen for an example!
But I can not open the wallet! I do not know what to do?
member
Activity: 109
Merit: 10
Every time I try to open the batch file it closes right away. I have tried to use C:\Windows\SysWOW64\java as was suggested but it doesn't work. I have java 7 installed and updated. I've tried on C and D drives and I think I would need to have it on the D drive that I want to use, but I'm not sure about that. My sdd C drive is nearly full so am I correct in thinking I need to launch the program from the D drive? thanks if you can get me going would be appreciated
Open the bat file in Text Editor, add the new line:
Code:
pause
save, execute the bat file and see output.

The system cannot find the path specified
I copied Java into the D drive but it is not being recognized. how do I make it work? thanks.
The system cannot find java.exe.
You should find the java.exe (for example C:\Program Files\Java\JRE7\bin\java.exe)
and edit the bat file replacing "java" to full path.
Excellent thank you but now I have a new problem. I have put my address plus my settings following D:\Java\JRE7\bin\java.exe -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner
 %*
and I get the error is not recognized as an internal or external command, operable program or batch file. thanks again for the help.
sr. member
Activity: 434
Merit: 250
Universal Life Church Minister
Block 22

Block 14485390489631984978 Info

    Transactions
    Block Details

Date    Amount    Fee    To    From
06:46:17   10   1   BURST-FLLR-HT8G-8Z7M-CFHY9   BURST-SDAC-FFUD-SMCB-D3Q74
-------

WTF? POS?
hero member
Activity: 518
Merit: 500
got nr.12  Grin

i was a little confused about how it all plays together ... but following worked for me ...

miner:
edit passphrases.txt (enter secure pass in first row)
execute run_dump_address.bat
generate plots with id from addresses.txt

wallet:
start server with run.bat in wallet folder

miner:
execute run_mine.bat in miner folder

wallet:
open wallet via link/url
login with your pass from passphrases.txt

wait for blocks :-)

No disrespect to the dev, but you even gave better details on how to get started. Great help to the community. Thanks
full member
Activity: 224
Merit: 100
Can anyone decipher this for me? It comes after every new block is found... want to make sure nothing is screwed up.

Error reading file: 9880717460241903153_0_4000000_500
Error reading file: 9880717460241903153_0_800000_500
New best: 9880717460241903153:67157
Submitting share
"result":"deadline: 2821"
hero member
Activity: 560
Merit: 500
Ok so now my question is, lets say I'm running this as a 200 gb "plot"? Using the settings you posted dev, do I need to stop it from doing this plotting/noncing thing or can I leave it going? If I leave it going does it know when to start over or is it just creating a 200gb plots that can be mined over and over? I don't really understand this part. Lastly if I need to stop the mining/plotting do I have to change anything in the batch file when i start it back up again or does it know where to pick up from? If I have to change something then what needs to change and how do I know what to look at to continue it without overlapping.

Sorry so many questions this is pretty cool but odd as hell Smiley
newbie
Activity: 56
Merit: 0
got nr.12  Grin

i was a little confused about how it all plays together ... but following worked for me ...

miner:
edit passphrases.txt (enter secure pass in first row)
execute run_dump_address.bat
generate plots with id from addresses.txt - How to do it?

wallet:
start server with run.bat in wallet folder

miner:
execute run_mine.bat in miner folder

wallet:
open wallet via link/url
login with your pass from passphrases.txt

wait for blocks :-)

https://bitcointalksearch.org/topic/m.8286556

... Copy the long number generated after your password from address.txt
... run run_generate.bat like this "run_generate.bat 8191
The number of plots should be a multiple of 8191. ...
And you can send me this file (run_generate.bat) for example?
sr. member
Activity: 280
Merit: 250
One of the beautiful things about having this on an external drive, is that i can bring this puppy to work with me and hook it up to whatever terminal I am near and run it from there...LOL  Grin Genius!!!

Am I also correct to assume that you could make image copies of the HDD that you set this up on and have them mine as well off of several machines?

By the way...generating the plots takes FOREVER! lol
Generating from nonce: 283500
Writing from nonce 283500
Generating from nonce: 284000
Writing from nonce 284000
Generating from nonce: 284500
Writing from nonce 284500
Generating from nonce: 285000
Writing from nonce 285000
Generating from nonce: 285500

and I was in from the start...trying to plot out 800 Gig HDD...
Plots are tied to your address. If you imaged a fully loaded drive you wouldn't gain anything, and you'd just be calculating the same results multiple places.

What phrase do I use for the wallet? Is it the one it gives me when it runs or the passphrase I made?
The one you made up

What am I doing wrong?


Change your pass, you have just shown it to the world.

Your Private key : 5551654913216416650519849

Again, to others who post screen shots of the miner, remove the first line that is printed "Added Key:..." other wise you will have your coins jacked.
Good catch on that. It should also be noted that the wallet recomment passphrases be at least 35 character alphanumic with symbols.
member
Activity: 101
Merit: 10
Twitter -> @z0rius
What am I doing wrong?


Change your pass, you have just shown it to the world.

Your Private key : 5551654913216416650519849

Again, to others who post screen shots of the miner, remove the first line that is printed "Added Key:..." other wise you will have your coins jacked.
hero member
Activity: 672
Merit: 500
What phrase do I use for the wallet? Is it the one it gives me when it runs or the passphrase I made?
The one you made.
member
Activity: 87
Merit: 10
14GB Plot file but no block found yet.

Keep in mind and this goes for everyone....You are solo mining against everyone else...Its not like mining on a pool.  So therefore...1 block containing 10,000 coins is found every 4 minutes or so...You either get the entire block or you get nothing
member
Activity: 87
Merit: 10
sr. member
Activity: 308
Merit: 292
★YoBit.Net★ 350+ Coins Exchange & Dice
What phrase do I use for the wallet? Is it the one it gives me when it runs or the passphrase I made?
member
Activity: 87
Merit: 10
guy i can still not create address my java is installed here
"C:\Program Files (x86)\Java"
all i get is and error can recognise command

http://www.morfiblog.pl/2013/02/25/brak-polecenia-javac-w-konsoli-cmd/
legendary
Activity: 1484
Merit: 1000
sr. member
Activity: 420
Merit: 250
24 hours and no copycat coin of this yet?  Not one promising anon transactions, distributed exchanges, and moon rockets?
newbie
Activity: 56
Merit: 0
Jump to: