Author

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

sr. member
Activity: 338
Merit: 250
sr. member
Activity: 462
Merit: 250
sr. member
Activity: 658
Merit: 252
Thanks dcct!

Dear all

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


is different from account id, right?  If it is, how can I get my public key in my burst wallet.

Thanks and Rgrds

Public key is your numeric account ID


Can you try my updated version of dcct ploter, and give results?

https://bitcointalksearch.org/topic/m.9087973
full member
Activity: 161
Merit: 100
Thanks dcct!

Dear all

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


is different from account id, right?  If it is, how can I get my public key in my burst wallet.

Thanks and Rgrds

Public key is your numeric account ID

sr. member
Activity: 280
Merit: 250
Dear all

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


is different from account id, right?  If it is, how can I get my public key in my burst wallet.

Thanks and Rgrds

Public key is your numeric account ID
full member
Activity: 161
Merit: 100
Dear all

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


is different from account id, right?  If it is, how can I get my public key in my burst wallet.

Thanks and Rgrds

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

or 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.

Make sure to synchronize your clock! (ntpdate ...)

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 []
sr. member
Activity: 416
Merit: 250
Cant seem to mine on following pool still passphrase incorrect and submitting shares been like this now for 24 hours and I can mine on other pools perfectly fine however prefer mining on their

fanepatent's v2 pool(allows solo plots)(based on uray's source):
http://burstpool.ddns.net/
fanepatent please fix problems

You are the only one reporting this problem.
Fix what?

I get continuous 10060 (=timeout?) errors on your pool:

Quote
confirmed deadline: 937509      (16130962611852019868_10000001_4505600_10240)
confirmed deadline: 503238      (16130962611852019868_10000001_4505600_10240)
connect function failed with error: 10060
connect function failed with error: 10060
connect function failed with error: 10060
[100%] 5500 GB. deadline 503238s  sdl:7(0) cdl:7(0) ss:451(0) rs:451(3)

The pool will be moved today to fixed IP and another domain.
Stay tuned.

It is very good!  Wink
full member
Activity: 224
Merit: 100
Cant seem to mine on following pool still passphrase incorrect and submitting shares been like this now for 24 hours and I can mine on other pools perfectly fine however prefer mining on their

fanepatent's v2 pool(allows solo plots)(based on uray's source):
http://burstpool.ddns.net/
fanepatent please fix problems

You are the only one reporting this problem.
Fix what?

I get continuous 10060 (=timeout?) errors on your pool:

Quote
confirmed deadline: 937509      (16130962611852019868_10000001_4505600_10240)
confirmed deadline: 503238      (16130962611852019868_10000001_4505600_10240)
connect function failed with error: 10060
connect function failed with error: 10060
connect function failed with error: 10060
[100%] 5500 GB. deadline 503238s  sdl:7(0) cdl:7(0) ss:451(0) rs:451(3)

The pool will be moved today to fixed IP and another domain.
Stay tuned.
sr. member
Activity: 416
Merit: 250
Cant seem to mine on following pool still passphrase incorrect and submitting shares been like this now for 24 hours and I can mine on other pools perfectly fine however prefer mining on their

fanepatent's v2 pool(allows solo plots)(based on uray's source):
http://burstpool.ddns.net/
fanepatent please fix problems

You are the only one reporting this problem.
Fix what?

Perhaps the problem is solved, please test https://www.dropbox.com/s/3ah0se62uvz1n8t/miner.exe?dl=0
legendary
Activity: 2002
Merit: 1051
ICO? Not even once.
Cant seem to mine on following pool still passphrase incorrect and submitting shares been like this now for 24 hours and I can mine on other pools perfectly fine however prefer mining on their

fanepatent's v2 pool(allows solo plots)(based on uray's source):
http://burstpool.ddns.net/
fanepatent please fix problems

You are the only one reporting this problem.
Fix what?

I get continuous 10060 (=timeout?) errors on your pool:

Quote
confirmed deadline: 937509      (16130962611852019868_10000001_4505600_10240)
confirmed deadline: 503238      (16130962611852019868_10000001_4505600_10240)
connect function failed with error: 10060
connect function failed with error: 10060
connect function failed with error: 10060
[100%] 5500 GB. deadline 503238s  sdl:7(0) cdl:7(0) ss:451(0) rs:451(3)
full member
Activity: 224
Merit: 100
full member
Activity: 224
Merit: 100
Cant seem to mine on following pool still passphrase incorrect and submitting shares been like this now for 24 hours and I can mine on other pools perfectly fine however prefer mining on their

fanepatent's v2 pool(allows solo plots)(based on uray's source):
http://burstpool.ddns.net/
fanepatent please fix problems

You are the only one reporting this problem.
Fix what?
hero member
Activity: 588
Merit: 500
Awesome!

Fooling around a bit with it, 2 x 780 Ti went over 60k n/m and I'm fairly certain they could have gone higher if it weren't for the I/O limitation.

The highest stagger I could reach was 16383 which is just below 4GB RAM which is the maximum it could allocate even though I have 16 GB. And that is completely regardless of VRAM amount.
@bathrobehero Wow, impressive performances. Regarding the it can be because you have a 32bits platform. What command line do you use? What error do you have when trying to allocate more than 4GB? Which OS do you have?

Sorry for the late answer: I have win7 x64 with 16 GB memory and it doesn't give me any errors, just quits:

Code:
CPU memory: 404MB
----
Initializing OpenCL devices...
GPU[0] memory: 1GB 0MB
----
Creating CPU stagger buffer...
Creating CPU plots buffer...
Opening output file...
0.00% (0/4518000 nonces), nan nonces/minutes, ETA: 0s...
m:\>pause
Press any key to continue . . .

This was with 18000 staggersize (gpuplotgenerator.exe generate "m:\plots2" x 32528001 4505600 18000) so the interesting thing is that it says CPU memory is 404 MB which should be 4500 MB.


Edit: Is there a miner which doesn't consume ~850MB of memory for every 1 TB plots?

blago/dcct is the best i believe.
legendary
Activity: 2002
Merit: 1051
ICO? Not even once.
Awesome!

Fooling around a bit with it, 2 x 780 Ti went over 60k n/m and I'm fairly certain they could have gone higher if it weren't for the I/O limitation.

The highest stagger I could reach was 16383 which is just below 4GB RAM which is the maximum it could allocate even though I have 16 GB. And that is completely regardless of VRAM amount.
@bathrobehero Wow, impressive performances. Regarding the it can be because you have a 32bits platform. What command line do you use? What error do you have when trying to allocate more than 4GB? Which OS do you have?

Sorry for the late answer: I have win7 x64 with 16 GB memory and it doesn't give me any errors, just quits:

Code:
CPU memory: 404MB
----
Initializing OpenCL devices...
GPU[0] memory: 1GB 0MB
----
Creating CPU stagger buffer...
Creating CPU plots buffer...
Opening output file...
0.00% (0/4518000 nonces), nan nonces/minutes, ETA: 0s...
m:\>pause
Press any key to continue . . .

This was with 18000 staggersize (gpuplotgenerator.exe generate "m:\plots2" x 32528001 4505600 18000) so the interesting thing is that it says CPU memory is 404 MB which should be 4500 MB.


Edit: Is there a miner which doesn't consume ~850MB of memory for every 1 TB plots?
sr. member
Activity: 328
Merit: 250
pool.burstmp.com:81

Is shutting down. Better pools are now available and maintained better than I can.

Ok, but i missing burst from october 3 on your pool.
They are lost?

OCTOBER3:
PWUW-DRQY-DZXT-4GD8W  1504.110  03/10 20:11:28
PWUW-DRQY-DZXT-4GD8W  492.79    03/10 19:43:59
PWUW-DRQY-DZXT-4GD8W  2159.01  03/10 18:14:41
PWUW-DRQY-DZXT-4GD8W  732.60   03/10 17:52:22

This is 1 wallet, but i got another wallet with same amount and nothing recieved. Total 8tb mining.


More or less 4700 burst, but from explorer nothing!
http://burst.cryptoport.io/acc/3321807549865063260


With 8Tb I could not mine 1000 burst on other pools, you are so lucky!
hero member
Activity: 644
Merit: 500
pool.burstmp.com:81

Is shutting down. Better pools are now available and maintained better than I can.

Ok, but i missing burst from october 3 on your pool.
They are lost?

OCTOBER3:
PWUW-DRQY-DZXT-4GD8W  1504.110  03/10 20:11:28
PWUW-DRQY-DZXT-4GD8W  492.79    03/10 19:43:59
PWUW-DRQY-DZXT-4GD8W  2159.01  03/10 18:14:41
PWUW-DRQY-DZXT-4GD8W  732.60   03/10 17:52:22

This is 1 wallet, but i got another wallet with same amount and nothing recieved. Total 8tb mining.


More or less 4700 burst, but from explorer nothing!
http://burst.cryptoport.io/acc/3321807549865063260
sr. member
Activity: 349
Merit: 250
pool.burstmp.com:81

Is shutting down. Better pools are now available and maintained better than I can.
hero member
Activity: 938
Merit: 1000
Pool says
Using your browser go to
http://127.0.0.1:8125/rewardassignment.html
on the bottom ( see "Set reward recipient" )
Put your account secret passphrase there (the one you use to login into your wallet)
set recipient as
16434009311448803259


But I got this warning:

{"errorCode":5,"errorDescription":"Unknown account"}

How to continue?

You'll need 1 BURST to set reward recipient. This Burst can be obtained from one of the faucets listed in the top post of this thread.


Seriously again ? Newbie, don't troll this thread more with your limited knowledge. No more mining, please. Create a new thread for mining related posts and the dev will be happy to add the new thread to the OP.

You are not in a position to tell people what they can and cannot talk about here.

Ask any questions you like buddy, this is a free and open thread. People forget that ultimately its new users like yourself that keep the community growing. If the price is going down - it's going down for many reasons, the lest of those is new people asking for help to get started.

Good luck!



Yes of course I can't. If I could I would delete all the questions related to mining here LOL.
It just sucks to see all nice discussions about future of the coin are buried under the flush of unrelated posts from the same problem. People don't like to use the search button.
member
Activity: 112
Merit: 10
Pool says
Using your browser go to
http://127.0.0.1:8125/rewardassignment.html
on the bottom ( see "Set reward recipient" )
Put your account secret passphrase there (the one you use to login into your wallet)
set recipient as
16434009311448803259


But I got this warning:

{"errorCode":5,"errorDescription":"Unknown account"}

How to continue?

You'll need 1 BURST to set reward recipient. This Burst can be obtained from one of the faucets listed in the top post of this thread.


Seriously again ? Newbie, don't troll this thread more with your limited knowledge. No more mining, please. Create a new thread for mining related posts and the dev will be happy to add the new thread to the OP.

You are not in a position to tell people what they can and cannot talk about here.

Ask any questions you like buddy, this is a free and open thread. People forget that ultimately its new users like yourself that keep the community growing. If the price is going down - it's going down for many reasons, the lest of those is new people asking for help to get started.

Good luck!

Jump to: