Author

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

legendary
Activity: 1059
Merit: 1000
Now it works, I'm a genius!
I had to change the letter from upper case to lower case, not D but d!  Grin Roll Eyes

and it works very well!  Grin

legendary
Activity: 1288
Merit: 1002
I like to announce a new version of my Linux miner/plotter/plot optimizer:

https://bchain.info/dcct_miner.tgz
sha256: eca303c3f2fb46a698797eab707bcc927614cfdd135c8e17114b52a6c962d641

How to use it
Download and unpack it:
wget https://bchain.info/dcct_miner.tgz
tar -xvzf dcct_miner.tgz

Then compile it:
make

of if you use 32-bit Linux:
make linux32

If you really can't compile it use the ones in "bin".

Now you have 3 tools:

The C plotfile generator

This tool creates plotfiles. In simple mode use it like this:
Code:
./plot -k -d /path/to/storage

This will fill the entire disk with a single plot file using a random start nonce, 80% of available memory and max. threads.

Or specify:
Code:
./plot -k -s 100000 -n 500G -m 10G -t 3

for starting nonce 100000, 500GB plot size, 10GB memory usage and 3 threads.

The plot optimizer utility

The new version is a LOT faster!

If you created your plots with a small stagger size, processing them takes a long time. You might miss your deadline if its found too late!
The utility optimizes your already created files making them a lot faster to read.

How to use it?

Code:
./optimize plots/1234567890_0_100000_1000

Or process your whole plot directory:

Code:
./optimize plots/*

You can limit the memory usage, for example to 1GB:

Code:
./optimize -m 1G plots/*

It will replace your plot files with optimized ones.

This does not work for incomplete plotfiles.

The miner

You want to use your plotfiles to generate coins, this is where the miner is used.

For solo mining put your passphrase in a file called "passphrases.txt". It supports only one passphrase and uses the files first line.
Avoid spaces before/after your passphrase.

Then start the miner:

Code:
./mine [ ..]

For example:

Code:
./mine 127.0.0.1 /mnt/disk1/plots /home/user/plots /mnt/usb1/plots

Each directory is read by a separate thread. If you use multiple HDD's try to use one directory per HDD, this is fastest.

The miner creates some nice output:
Code:
2872 MB read/11488 GB total/deadline 50134s (49664s left)
New block 8674, basetarget 9388869
2872 MB read/11488 GB total/deadline 21573s (21476s left)
New block 8675, basetarget 9260523
2872 MB read/11488 GB total/deadline 3040s (2823s left)
New block 8676, basetarget 9461804
2872 MB read/11488 GB total/deadline 1122s (1018s left)
New block 8677, basetarget 9502439

When seconds left approach zero, you likely found a block.

The miner also supports pool mining:
For uray's pool use:

Code:
./mine_uray.sh []

For dev's pools (share based)

Code:
./mine_dev_v1.sh []

or

Code:
./mine_dev_v2.sh []

I keep getting this:

Code:
Could not get mining info from Node. Will retry..            
917 MB read/3671 GB total/deadline 1426805s (1426631s left)          
New block 14088, basetarget 2407011                          
21 MB read/85 GB total/deadline 711256s (711246s left)                  
Walet reported no deadline.
917 MB read/3671 GB total/deadline 117016s (116939s left)          
New block 14089, basetarget 2360711                          
317 MB read/1271 GB total/deadline 73700s (73684s left)              
Walet reported no deadline.
917 MB read/3671 GB total/deadline 73700s (73307s left)          
New block 14090, basetarget 2395043                          
0 MB read/0 GB total/no deadline                
Walet reported no deadline.


Is this normal? If not, how to fix it? Please help!
full member
Activity: 210
Merit: 100
I cannot understand why it keeps giving me this error!
The plot is located in the directory D, however, does not work!


and specially note the \\ just one \ isn't enough  Cool

Same error with 2!

did you make a symlink (mklink) from another drive to this plot folder?
cause that won't work, at least for it didn't do, so I had to point directly
to the drive where the original plot folder is located - give it a try Wink
legendary
Activity: 1059
Merit: 1000
The path of your plots should be like this:
D:\\local path\\plots

Try it...

It does not work!  Cry
legendary
Activity: 1512
Merit: 1000
quarkchain.io
The path of your plots should be like this:
D:\\local path\\plots

Try it...
legendary
Activity: 1059
Merit: 1000
I cannot understand why it keeps giving me this error!
The plot is located in the directory D, however, does not work!



and specially note the \\ just one \ isn't enough  Cool

Same error with 2!
full member
Activity: 210
Merit: 100
I cannot understand why it keeps giving me this error!
The plot is located in the directory D, however, does not work!



and specially note the \\ just one \ isn't enough  Cool
legendary
Activity: 1059
Merit: 1000
I cannot understand why it keeps giving me this error!
The plot is located in the directory D, however, does not work!

full member
Activity: 210
Merit: 100

btw above screenshot is a good example why to use "pause" Wink

You mean, good example to use cmd.exe and run your stuff from there instead. It won't bite.

I meant exactly what I said (refering to the use of .bat files) see everyone his other preferences, let's keep it like that. It won't bite Wink
hero member
Activity: 518
Merit: 500
I really dont get it ... why dont the bagholders buy the coin at this price ? I have already buy more then 300k BURST ... it is the first coin that can be mined with HDD and looks like nobody care about low energy bills ... everyone like to pay a lot of $ ...
because look how many coins are produced every day Wink

BURST will never come back to 500 satoshi.
My 2 cents.



lol, no offense, but your 2 cents are WAY off.

I will be buying as soon as I possibly can, Just had to shell out 4 thousand dollars, so my cash is a little low right now. But trust me, I would totally be buying if I had extra btc lying around.

fabula doesn't understand that Alibaba IPO has Chinese investors selling their cryptos for the stock. The stock open 40% higher than the IPO price and rising.

To fabula, are you a professional analyst and/or a business economics professional? You can never foretell the rise and fall of prices, if it was easy, then everyone would be rich.
sr. member
Activity: 435
Merit: 250

btw above screenshot is a good example why to use "pause" Wink

You mean, good example to use cmd.exe and run your stuff from there instead. It won't bite.
sr. member
Activity: 435
Merit: 250
NEW POC MINER 1 R3

https://github.com/uraymeiviar/burst-miner/releases/tag/1.0

How do I configure it?
I have to make a bat file and write what?

for windows Wink

thanks

burst-miner.exe
pause

it will use mining.conf as a standard conf file, so put your correct plot folder in there first Wink

I don't get it why you teach people to make a bat file and put pause at the finish. And I am not talking just about you here. I've been witnessing a lot of people doing the same thing.
Just open a freakin cmd window, go to the folder and type whatever you need. It'll be easier than to keep modifying a bat file...
CMD didn't killed anyone to date.

ever thought about the fact, that you won't see the error if cmd windows crashes without pause, just an idea Wink

Yes you will.
If you get an error, just scroll up. Cmd.exe doesn't "vanish" like that.
full member
Activity: 210
Merit: 100
NEW POC MINER 1 R3

https://github.com/uraymeiviar/burst-miner/releases/tag/1.0

How do I configure it?
I have to make a bat file and write what?

for windows Wink

thanks

burst-miner.exe
pause

 Wink

thanks!  Wink


I have another problem



just wanted to add this, but was restricted but 360 seconds posting rule Wink

don't forget to change plot folder in mining.conf
e.g. "C:\\Burst\\plots" or wherever you have saved it
and specially note the \\ just one \ isn't enough Smiley

btw above screenshot is a good example why to use "pause" Wink
full member
Activity: 210
Merit: 100
NEW POC MINER 1 R3

https://github.com/uraymeiviar/burst-miner/releases/tag/1.0

How do I configure it?
I have to make a bat file and write what?

for windows Wink

thanks

burst-miner.exe
pause

it will use mining.conf as a standard conf file, so put your correct plot folder in there first Wink

I don't get it why you teach people to make a bat file and put pause at the finish. And I am not talking just about you here. I've been witnessing a lot of people doing the same thing.
Just open a freakin cmd window, go to the folder and type whatever you need. It'll be easier than to keep modifying a bat file...
CMD didn't killed anyone to date.

ever thought about the fact, that you won't see the error if cmd windows crashes without pause, just an idea Wink
full member
Activity: 224
Merit: 100
NEW POC MINER 1 R3

https://github.com/uraymeiviar/burst-miner/releases/tag/1.0

How do I configure it?
I have to make a bat file and write what?

for windows Wink

thanks

burst-miner.exe
pause

it will use mining.conf as a standard conf file, so put your correct plot folder in there first Wink

I don't get it why you teach people to make a bat file and put pause at the finish. And I am not talking just about you here. I've been witnessing a lot of people doing the same thing.
Just open a freakin cmd window, go to the folder and type whatever you need. It'll be easier than to keep modifying a bat file...
CMD didn't killed anyone to date.
legendary
Activity: 1059
Merit: 1000
NEW POC MINER 1 R3

https://github.com/uraymeiviar/burst-miner/releases/tag/1.0

How do I configure it?
I have to make a bat file and write what?

for windows Wink

thanks

burst-miner.exe
pause

 Wink

thanks!  Wink


I have another problem

sr. member
Activity: 826
Merit: 250
any ideas why optimized plotes not finding share on pool???
optimized 20tb but cant find a share for hours wtf need to plot again???

Not sure, but I can say that my optimized plots work perfectly. Chances are, if an optimized plot isn't working properly the original plot wasn't either.

Have you a link for optimize my plots ?
full member
Activity: 210
Merit: 100
NEW POC MINER 1 R3

https://github.com/uraymeiviar/burst-miner/releases/tag/1.0

How do I configure it?
I have to make a bat file and write what?

for windows Wink

thanks

burst-miner.exe
pause

it will use mining.conf as a standard conf file, so put your correct plot folder in there first Wink
legendary
Activity: 1059
Merit: 1000
NEW POC MINER 1 R3

https://github.com/uraymeiviar/burst-miner/releases/tag/1.0

How do I configure it?
I have to make a bat file and write what?

for windows Wink

thanks
legendary
Activity: 2282
Merit: 1072
https://crowetic.com | https://qortal.org
I really dont get it ... why dont the bagholders buy the coin at this price ? I have already buy more then 300k BURST ... it is the first coin that can be mined with HDD and looks like nobody care about low energy bills ... everyone like to pay a lot of $ ...
because look how many coins are produced every day Wink

BURST will never come back to 500 satoshi.
My 2 cents.



lol, no offense, but your 2 cents are WAY off.

I will be buying as soon as I possibly can, Just had to shell out 4 thousand dollars, so my cash is a little low right now. But trust me, I would totally be buying if I had extra btc lying around.
Jump to: