Bitcoin Forum
April 30, 2024, 09:31:35 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 [646] 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 ... 1315 »
  Print  
Author Topic: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000  (Read 2170602 times)
Superxfast
Full Member
***
Offline Offline

Activity: 161
Merit: 100


View Profile
October 06, 2014, 07:48:25 AM
 #12901

Dear all

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


<public key> 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 <public key> -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 <public key> -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 <node ip> [<plot dir> <plot dir> ..]

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 [<plot directory>]

For dev's pools (share based)

Code:
./mine_dev_v1.sh [<plot directory>]

or

Code:
./mine_dev_v2.sh [<plot directory>]
1714512695
Hero Member
*
Offline Offline

Posts: 1714512695

View Profile Personal Message (Offline)

Ignore
1714512695
Reply with quote  #2

1714512695
Report to moderator
The forum strives to allow free discussion of any ideas. All policies are built around this principle. This doesn't mean you can post garbage, though: posts should actually contain ideas, and these ideas should be argued reasonably.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714512695
Hero Member
*
Offline Offline

Posts: 1714512695

View Profile Personal Message (Offline)

Ignore
1714512695
Reply with quote  #2

1714512695
Report to moderator
dcct
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
October 06, 2014, 07:51:00 AM
 #12902

Dear all

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


<public key> 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
Superxfast
Full Member
***
Offline Offline

Activity: 161
Merit: 100


View Profile
October 06, 2014, 08:22:37 AM
 #12903

Thanks dcct!

Dear all

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


<public key> 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

Mirkic7
Sr. Member
****
Offline Offline

Activity: 658
Merit: 252


View Profile
October 06, 2014, 08:29:15 AM
 #12904

Thanks dcct!

Dear all

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


<public key> 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://bitcointalk.org/index.php?topic=731923.msg9087973#msg9087973

mmmaybe
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250



View Profile WWW
October 06, 2014, 09:14:34 AM
 #12905

Perhaps the problem is solved, please test https://www.dropbox.com/s/3ah0se62uvz1n8t/miner.exe?dl=0

Also for dev's v2s pool?

myyuxuan
Sr. Member
****
Offline Offline

Activity: 338
Merit: 250


View Profile
October 06, 2014, 09:27:47 AM
 #12906

NXT is over

We are the first!--DACRS (Distributed Autonomous Corporations RuntimeSystem)+dsKYEj7rMxGw151ab4YGhfhiBAXq1aSna6

Get Free VpnCoin, Join BitNet ! Vy8GzHu8x95cwHBrtsB2bRbrWQW4ApjZ2y
BitNet(VPNCOIN)第二论赠币:Vy8GzHu8x95cwHBrtsB2bRbrWQW4ApjZ2y
Irontiga
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500


View Profile
October 06, 2014, 09:34:11 AM
 #12907

NXT is over

Why?
Patek
Member
**
Offline Offline

Activity: 64
Merit: 10


View Profile
October 06, 2014, 09:47:03 AM
 #12908

NXT is over

Care to collaborate? Or is it just your wishful thinking?
unsoindovo
Legendary
*
Offline Offline

Activity: 1932
Merit: 1042

https://locktrip.com/?refId=40964


View Profile
October 06, 2014, 09:48:27 AM
 #12909

Hi burst follower!!!

any ideas about recent price fall?

for first i think was for btc fall... but now i do not think so: btc stop is fall, but not burst...

any ideas about it?

██▬▬▬

██▬

██▬

██▬▬▬



████           ▄▄█████████▄▄            ▄▄█████████▄▄        ████         █████      ██████████████████   ████████████       ████    ████████████    
████         ▄███████████████▄        ▄███████████████▄      ████       █████      ████████████████████  █████████████      ████    █████████████   
████        █████▀       ▀█████▄     █████▀       ▀█████     ████     █████         █       ████       █  ████     █████             ████     █████  
████       ████▀           ▀████▄   ████▀           ▀████    ████   █████                   ████          ████      ████     ████    ████      ████  
████      ████▀              ▀████ ▀███▀                     ████ █████                     ████          ████     █████     ████    ████     █████  
████      ████                 ████▄ ▀                       ████████                       ████          █████████████      ████    █████████████   
████      ████                  ▀████                        ████████                       ████          ████████████       ████    ████████████    
████      ████▄             ▄██▄ ▀████▄                      ████ █████                     ████          ████    ████       ████    ████            
████       ████▄           ▄████   ▀████▄           ▄████    ████   █████                   ████          ████    ▀████      ████    ████            
████        █████▄       ▄█████      █████▄       ▄█████     ████     █████                 ████          ████      ████     ████    ████            
████████████ ▀███████████████▀        ▀███████████████▀      ████       █████               ████          ████       ████    ████    ████            
█████████████  ▀▀█████████▀▀            ▀▀█████████▀▀        ████         █████             ████          ████        █████  ████    ████            

 
 
 
▬▬▬██

▬██

▬██

▬▬▬██
Irontiga
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500


View Profile
October 06, 2014, 09:52:27 AM
 #12910

Hi burst follower!!!

any ideas about recent price fall?

for first i think was for btc fall... but now i do not think so: btc stop is fall, but not burst...

any ideas about it?

Burst stopped falling...it's not going any lower...even the mega dumpers won't go that low.
zdu
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
October 06, 2014, 10:08:28 AM
 #12911

My service for monitoring farm: http://coinia.net/burst/balances.php


It seems it does not work since 2014-10-03. Can you fix it?
Irontiga
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500


View Profile
October 06, 2014, 10:10:40 AM
 #12912

My service for monitoring farm: http://coinia.net/burst/balances.php


It seems it does not work since 2014-10-03. Can you fix it?

Works for me...although a little left margin would be nice!
HoldTheLine
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
October 06, 2014, 10:54:13 AM
 #12913

Hi burst follower!!!

any ideas about recent price fall?

for first i think was for btc fall... but now i do not think so: btc stop is fall, but not burst...

any ideas about it?

Burst stopped falling...it's not going any lower...even the mega dumpers won't go that low.

Im holding around 750,000 now - Mined and bought - And I haven't sold a single coin.

I will sell off 20% at 3,000 Sat to recover the cost of the hardrives and power etc. and then hold indefinitely.

Only a complete and utter mug would sell these things for less than 1000 sat and the smart ones will hold until 3000 or higher depending on how much they invested in hardware and electricity.

I intend to slowly become a bigger and bigger holder of BURST - this is one coin that isn't going anywhere but up long term. When Bitcoin takes off and sparks the general public interest in Crypto I expect to see a story or two regarding Burstcoin in the media - Can hear it already  "Get this folks, you can now get coins using nothing but your hard drive, no investment or fancy mining tools needed!"

If Bitcoin fails then everything fails - period. If Bitcoin succeeds then we are going to be taken up with it - it happened with Litecoin (genuine innovator at the time) and it will happen again.

 

redsn0w
Legendary
*
Offline Offline

Activity: 1778
Merit: 1042


#Free market


View Profile
October 06, 2014, 10:58:39 AM
 #12914

Hi burst follower!!!

any ideas about recent price fall?

for first i think was for btc fall... but now i do not think so: btc stop is fall, but not burst...

any ideas about it?

Burst stopped falling...it's not going any lower...even the mega dumpers won't go that low.

Im holding around 750,000 now - Mined and bought - And I haven't sold a single coin.

I will sell off 20% at 3,000 Sat to recover the cost of the hardrives and power etc. and then hold indefinitely.

Only a complete and utter mug would sell these things for less than 1000 sat and the smart ones will hold until 3000 or higher depending on how much they invested in hardware and electricity.

I intend to slowly become a bigger and bigger holder of BURST - this is one coin that isn't going anywhere but up long term. When Bitcoin takes off and sparks the general public interest in Crypto I expect to see a story or two regarding Burstcoin in the media - Can hear it already  "Get this folks, you can now get coins using nothing but your hard drive, no investment or fancy mining tools needed!"

If Bitcoin fails then everything fails - period. If Bitcoin succeeds then we are going to be taken up with it - it happened with Litecoin (genuine innovator at the time) and it will happen again.

 




Fill  a sell order on bittrex , maybe you will lucky !  At the moment the price is "so ridiculous"  Undecided
HoldTheLine
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
October 06, 2014, 11:06:13 AM
 #12915

Hi burst follower!!!

any ideas about recent price fall?

for first i think was for btc fall... but now i do not think so: btc stop is fall, but not burst...

any ideas about it?

Burst stopped falling...it's not going any lower...even the mega dumpers won't go that low.

Im holding around 750,000 now - Mined and bought - And I haven't sold a single coin.

I will sell off 20% at 3,000 Sat to recover the cost of the hardrives and power etc. and then hold indefinitely.

Only a complete and utter mug would sell these things for less than 1000 sat and the smart ones will hold until 3000 or higher depending on how much they invested in hardware and electricity.

I intend to slowly become a bigger and bigger holder of BURST - this is one coin that isn't going anywhere but up long term. When Bitcoin takes off and sparks the general public interest in Crypto I expect to see a story or two regarding Burstcoin in the media - Can hear it already  "Get this folks, you can now get coins using nothing but your hard drive, no investment or fancy mining tools needed!"

If Bitcoin fails then everything fails - period. If Bitcoin succeeds then we are going to be taken up with it - it happened with Litecoin (genuine innovator at the time) and it will happen again.

 




Fill  a sell order on bittrex , maybe you will lucky !  At the moment the price is "so ridiculous"  Undecided

Ive already bought a quarter of a million this week. Can't go too crazy, got bills to pay in the real world haha
bipben
Member
**
Offline Offline

Activity: 60
Merit: 10


View Profile
October 06, 2014, 01:38:14 PM
 #12916

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 <staggerSize> 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?


GPU plot generator v3.0.0

This version comes with a multi-GPU support and greatly enhance the global memory consumption (on both CPU and GPU side). I hope that it will fix the bad performances of NVidia cards (I need some feedback on that point).
This version also add a [verify] command to verify a plotted file against a reference file (a C-plotted file for example).

Official link: https://burstforum.com/index.php?threads/gpu-plot-generator.45/page-6#post-1925

Getting the following error message some times:

Code:
[ERROR] std::exception

Running 5 devices, within their memory limits. Any ideas...?

@mmmaybe @bathrobehero I've reproduced the two bugs you reported and I've corrected them. I will release a 3.0.1 this evening. Thank you for your feedback Smiley

Burst: BURST-YA29-QCEW-QXC3-BKXDL
AizenSou
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1000


View Profile
October 06, 2014, 01:47:38 PM
 #12917

Hi burst follower!!!

any ideas about recent price fall?

for first i think was for btc fall... but now i do not think so: btc stop is fall, but not burst...

any ideas about it?

The problem is new investors coming in the thread and only see about mining-related discussion. Hard to find useful information in the thread now. I doubt they will buy if it continues.
OmegaReaper
Newbie
*
Offline Offline

Activity: 27
Merit: 0


View Profile
October 06, 2014, 01:56:11 PM
 #12918

Hi burst follower!!!

any ideas about recent price fall?

for first i think was for btc fall... but now i do not think so: btc stop is fall, but not burst...

any ideas about it?

The problem is new investors coming in the thread and only see about mining-related discussion. Hard to find useful information in the thread now. I doubt they will buy if it continues.


https://burstforum.com  All very organized
unsoindovo
Legendary
*
Offline Offline

Activity: 1932
Merit: 1042

https://locktrip.com/?refId=40964


View Profile
October 06, 2014, 01:59:09 PM
 #12919

Hi burst follower!!!

any ideas about recent price fall?

for first i think was for btc fall... but now i do not think so: btc stop is fall, but not burst...

any ideas about it?

The problem is new investors coming in the thread and only see about mining-related discussion. Hard to find useful information in the thread now. I doubt they will buy if it continues.

the information on the first page should be sufficient.
but i think the major problems is the marketing=0...
Ddev is a gread worker.. but he is alone!!!

the multipool are closed...
so we have lose the little buy support on exchange too.

██▬▬▬

██▬

██▬

██▬▬▬



████           ▄▄█████████▄▄            ▄▄█████████▄▄        ████         █████      ██████████████████   ████████████       ████    ████████████    
████         ▄███████████████▄        ▄███████████████▄      ████       █████      ████████████████████  █████████████      ████    █████████████   
████        █████▀       ▀█████▄     █████▀       ▀█████     ████     █████         █       ████       █  ████     █████             ████     █████  
████       ████▀           ▀████▄   ████▀           ▀████    ████   █████                   ████          ████      ████     ████    ████      ████  
████      ████▀              ▀████ ▀███▀                     ████ █████                     ████          ████     █████     ████    ████     █████  
████      ████                 ████▄ ▀                       ████████                       ████          █████████████      ████    █████████████   
████      ████                  ▀████                        ████████                       ████          ████████████       ████    ████████████    
████      ████▄             ▄██▄ ▀████▄                      ████ █████                     ████          ████    ████       ████    ████            
████       ████▄           ▄████   ▀████▄           ▄████    ████   █████                   ████          ████    ▀████      ████    ████            
████        █████▄       ▄█████      █████▄       ▄█████     ████     █████                 ████          ████      ████     ████    ████            
████████████ ▀███████████████▀        ▀███████████████▀      ████       █████               ████          ████       ████    ████    ████            
█████████████  ▀▀█████████▀▀            ▀▀█████████▀▀        ████         █████             ████          ████        █████  ████    ████            

 
 
 
▬▬▬██

▬██

▬██

▬▬▬██
yellowduck2
Hero Member
*****
Offline Offline

Activity: 868
Merit: 1000


View Profile
October 06, 2014, 02:01:40 PM
 #12920

we should stop answering mining question here. Over 600+ pages of mining question is more than enough.
Pages: « 1 ... 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 [646] 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 ... 1315 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!