Bitcoin Forum
April 25, 2024, 04:18:53 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 ... 1315 »
  Print  
Author Topic: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000  (Read 2170601 times)
l3mmy
Member
**
Offline Offline

Activity: 87
Merit: 10


View Profile
August 11, 2014, 12:45:56 AM
 #141

ok running this on two seperate drives so generating plots on each drive...For the miner, I guess will have to run multiple instances of it in the same folder as the others...
"This isn't the kind of software where we can leave so many unresolved bugs that we need a tracker for them." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714061933
Hero Member
*
Offline Offline

Posts: 1714061933

View Profile Personal Message (Offline)

Ignore
1714061933
Reply with quote  #2

1714061933
Report to moderator
1714061933
Hero Member
*
Offline Offline

Posts: 1714061933

View Profile Personal Message (Offline)

Ignore
1714061933
Reply with quote  #2

1714061933
Report to moderator
Oldriga
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


Universal Life Church Minister


View Profile
August 11, 2014, 12:49:11 AM
 #142

java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate %*

number: 1234567

3.8 GB RAM,  640GB HDD. What right commands for this config?

burstcoin (OP)
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
August 11, 2014, 12:51:09 AM
 #143

The passworded client was supposed to be released by now...where is it?

Right here.
https://mega.co.nz/#!blRhjL4Y!X2sYyhEUPxXhL0f-vn7CMRM4Ui9JMRIKOCgU4syE--Y

Sorry, I got a bit distracted there

And of course now the rate control isn't letting me post this, so it'll be yet another couple minutes.

BURST-QHCJ-9HB5-PTGC-5Q8J9
Vlad2Vlad
Legendary
*
Offline Offline

Activity: 3052
Merit: 1530

www.ixcoin.net


View Profile WWW
August 11, 2014, 12:52:08 AM
 #144




Proof of HDD?

What an interesting concept.  What will they think of next?   Smiley

iXcoin - Welcome to the F U T U R E!
l3mmy
Member
**
Offline Offline

Activity: 87
Merit: 10


View Profile
August 11, 2014, 12:55:30 AM
 #145




Proof of HDD?

What an interesting concept.  What will they think of next?   Smiley

www.storj.io is doing something along these lines however its getting paid for use of storage to build a decentralized cloud
SpeedDemon13
Hero Member
*****
Offline Offline

Activity: 518
Merit: 500



View Profile WWW
August 11, 2014, 12:56:56 AM
 #146

Burst
Mining speed based on HDD capacity

[No logo since I can't draw]
Website: [not yet constructed]
Twitter: https://twitter.com/Burstcoin

Specs:
NXT based
POS removed
No IPO
No Premine
4 minute block time
2,158,812,800 coins total
Block reward starts at 10,000/block, then decreases 5% each month (similar to halving every 14 months, but much smoother)
Uses pocminer made for this coin

Proof of capacity(POC) mining:
Burst uses a new algorithm for proof of hdd capacity (POC) mining. Miners pre-generate chunks of data known as 'plots' which are then saved to disk. The number of plots you store is effectively your mining speed. Every block the miner will skim through the saved plots, and come up with an amount of time until it is able to mine a block if another block hasn't yet been found. After reading through the plots is complete, your hardware can idle until the block. The miner will be released a few hours before launch to give miners time to start generating plots.

How it works:
Miners generate and cache chunks of data known as 'plots', which are divided into 4096 portions known as 'scoops'.
Plots are generated by taking a public address and a nonce, then hashing it, pre-appending the resulting hash, repeating the hash-pre-append cycle many times, and then hashing the whole thing and xor'ing the last hash with the whole thing.
Plots are staggered together so chunks of the same scoop number are together, then written to disk.
Each block has a generation signature which is derived only from the previous block's generation signature and miner, so it is difficult to manipulate.
When mining, the scoop number to be used for a block is derived from the generation signature and the block height, so the miner reads all relevant scoops(each plot will have 1 relevant scoop, and staggering allows for larger sequential read with less seeking) Only 0.024% of the stored data will need to be read each block.
The generation signature is hashed with each scoop. 8 bytes are taken from the hash, then divided by a scaling factor(inverse difficulty)
The resulting number is a number of seconds. If that many seconds passes since the last block without a new one, the address/nonce combination used to generate that plot/scoop is eligable to announce a new block.
The miner's hardware can just sit idle until either that time or a new block.
The address/nonce is included in the block as proof of eligability, and the block is signed by that address.

Technically, this mining process can be mined POW-style, however mining it as intended will yield thousands of times the hashrate, and your hardware will sit idle most of the time. Continuously hashing until a block is found is unnecessary, as waiting long enough will cause any nonce to eventually become valid.

Shoddily made flow chart of the general process. Does not include caching plot to disk and retrieving them:


Release schedule:
I still have a few fixes and some testing to do, but I plan on trying to release tomorrow.
Some time before the next entry: Miner binary + source will be posted in passworded rar archive https://bitcointalk.org/index.php?topic=731923.msg8286075#msg8286075
GMT 2014 August 10 11:00 PM : Miner password will be posted, so you can start generating plots. Passworded rar of client binary + source will be posted. plain zip of miner: https://mega.co.nz/#!b0pzHajA!ERk068l5NS6kR7zdLdTgltqyPw3Z60lwAWvgXtNQNTk Passworded client: https://bitcointalk.org/index.php?topic=731923.msg8287478#msg8287478
GMT 2014 August 11  2:00 AM : Client password will be posted, and network will launch.

How do you set this up exactly? A tutorial would be nice.

CRYPTSY exchange: https://www.cryptsy.com/users/register?refid=9017 BURST= BURST-TE3W-CFGH-7343-6VM6R BTC=1CNsqGUR9YJNrhydQZnUPbaDv6h4uaYCHv ETH=0x144bc9fe471d3c71d8e09d58060d78661b1d4f32 SHF=0x13a0a2cb0d55eca975cf2d97015f7d580ce52d85 EXP=0xd71921dca837e415a58ca0d6dd2223cc84e0ea2f SC=6bdf9d12a983fed6723abad91a39be4f95d227f9bdb0490de3b8e5d45357f63d564638b1bd71 CLAMS=xGVTdM9EJpNBCYAjHFVxuZGcqvoL22nP6f SOIL=0x8b5c989bc931c0769a50ecaf9ffe490c67cb5911
prix
Hero Member
*****
Offline Offline

Activity: 750
Merit: 511


View Profile
August 11, 2014, 12:59:18 AM
 #147

Why decompile when full source is included? You can easily build it yourself.
Yes, you're right, but to compile - you protect yourself, to decompile - others.
And for 100% reliability still need check the hash sum of all libraries. But it's lazy.
super3
Legendary
*
Offline Offline

Activity: 1094
Merit: 1006


View Profile WWW
August 11, 2014, 01:00:42 AM
 #148

Can someone throw the source code on Github?

Bitcoin Dev / Storj - Decentralized Cloud Storage. Winner of Texas Bitcoin Conference Hackathon 2014. / Peercoin Web Lead / Primecoin Web Lead / Armory Guide Author / "Am I the only one that trusts Dogecoin more than the Federal Reserve?"
burstcoin (OP)
Sr. Member
****
Offline Offline

Activity: 280
Merit: 250


View Profile
August 11, 2014, 01:02:17 AM
 #149

java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate %*

number: 1234567

3.8 GB RAM,  640GB HDD. What right commands for this config?

Most people seem to be doing best with something along the lines of:
java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate youraddressgoeshere 1 800000 500 4




Proof of HDD?

What an interesting concept.  What will they think of next?   Smiley

www.storj.io is doing something along these lines however its getting paid for use of storage to build a decentralized cloud

storj is a Proof of Stake coin that has a storage service attached to it. This uses hdd's for running the blockchain, so very different concept.


BURST-QHCJ-9HB5-PTGC-5Q8J9
l3mmy
Member
**
Offline Offline

Activity: 87
Merit: 10


View Profile
August 11, 2014, 01:08:46 AM
 #150


java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate %*

number: 1234567

3.8 GB RAM,  640GB HDD. What right commands for this config?

Most people seem to be doing best with something along the lines of:
java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate youraddressgoeshere 1 800000 500 4




Proof of HDD?

What an interesting concept.  What will they think of next?   Smiley

www.storj.io is doing something along these lines however its getting paid for use of storage to build a decentralized cloud

storj is a Proof of Stake coin that has a storage service attached to it. This uses hdd's for running the blockchain, so very different concept.



well Proof of Stake I do not believe is the correct definition...I would say Proof of Storage...Where as burst is Proof of Capacity.  As you do not get more SJCX by having SJCX.  you get paid for the amount of data you are storing for the network and the amount of bandwidth you are providing.  The storage service is the means of earning SJCX.  I could have 250,000,000 of the 500,000,000 SJCX coins and it would make absolutely no difference in earning more if i wasn't providing unused HDD space


So in that sense...I can fill up my HDD with your plots.  And just delete the highest number plot as I need to offer more space onto the Storj network as it gets filled.  Because I do not anticipate immediate full utilization of storj on my HDD I can use the extra un filled space for Burst leaving an amount that can be used as a buffer between the two.
super3
Legendary
*
Offline Offline

Activity: 1094
Merit: 1006


View Profile WWW
August 11, 2014, 01:14:20 AM
 #151

java -Xmx4000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate %*

number: 1234567

3.8 GB RAM,  640GB HDD. What right commands for this config?

Most people seem to be doing best with something along the lines of:
java -Xmx1000m -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate youraddressgoeshere 1 800000 500 4




Proof of HDD?

What an interesting concept.  What will they think of next?   Smiley

www.storj.io is doing something along these lines however its getting paid for use of storage to build a decentralized cloud

storj is a Proof of Stake coin that has a storage service attached to it. This uses hdd's for running the blockchain, so very different concept.


This is incorrect. We don't use proof of stake.
Brustcoin is certainly very interesting though. Will have to take a look through the code.

Bitcoin Dev / Storj - Decentralized Cloud Storage. Winner of Texas Bitcoin Conference Hackathon 2014. / Peercoin Web Lead / Primecoin Web Lead / Armory Guide Author / "Am I the only one that trusts Dogecoin more than the Federal Reserve?"
notsofast
Legendary
*
Offline Offline

Activity: 1517
Merit: 1042


@notsofast


View Profile WWW
August 11, 2014, 01:15:48 AM
 #152

OK, I've got mine working. For the rest of you who haven't gotten it to work yet, after generating your address, create a text file named makeplots.bat and put the following in the file:

Code:
java -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate YOURADDRESSGOESHERE 0 800000 500 7

Then you start making plots by launching makeplots.bat.

This creates your plots which can eventually be farmed, once you have a Burst wallet address (which is like the key to the tractor).

twitter.com/notsofast
Oldriga
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250


Universal Life Church Minister


View Profile
August 11, 2014, 01:23:47 AM
 #153

java -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate adress 1 800000 500 2

Work with this options
I need correct numbers for 600Gb (plots)

Hix
Legendary
*
Offline Offline

Activity: 1971
Merit: 1036


View Profile
August 11, 2014, 01:25:27 AM
 #154

What need to do if i have 3 disk?
I need to do all of this 3 times? on each disk?
drumingspz
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250



View Profile
August 11, 2014, 01:29:40 AM
 #155

What need to do if i have 3 disk?
I need to do all of this 3 times? on each disk?

yep.  you can run all 3 instances concurrently.




░░░░░░░▄▄█████▄▄▄░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░▄██████████████▄░░░░░░░░░░░░░░░░░░░▄██████▄▄░░░░░░
░░▄██████████████████▄░░░░░░░░░░░░░░▄████████████▄░░░░
██████████████████████▄░░░░░░░░░░▄████████████████▄░░
▄███████████████████████▄░░░░░░░▄████████████████████
██████████████████████████▄░░░▄███████████████████████
█████████████████████████████████████████████████████▀
█████████████████████████▀░░░░░▀████████████████████▀
██████████████████████▀░░░░░░░░░▀█████████████████▀░░
░░███████████████████▀░░░░░░░░░░░░░░▀████████████▀░░░░
░░░▀███████████████▀░░░░░░░░░░░░░░░░░░▀▀██████▀▀░░░░░░
░░░░░░▀█████████▀░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
mira  ▀▀
██
 
██
   
██
   
██
   
██
   
██
▄▄
Cryptocurrencies have never been so easy
▬ ● ● ● ● ▬▬▬▬▬▬▬ ● ● ● ● ▬▬▬▬▬▬▬ ● ● ● ● ▬▬▬▬▬▬▬ ● ● ● ● ▬▬▬▬▬▬▬ ● ● ● ● ▬▬▬▬▬▬ ● ● ● ● ▬▬▬▬▬▬ ● ● ● ● ▬▬▬▬▬▬ ● ● ● ● ▬
Facebook LinkedIn Twitter White Paper Google+
▀▀
██
 
██
   
██
   
██
   
██
   
██
▄▄
 
[/center]
luxe
Sr. Member
****
Offline Offline

Activity: 257
Merit: 255


View Profile
August 11, 2014, 01:33:14 AM
 #156

What need to do if i have 3 disk?
I need to do all of this 3 times? on each disk?

yep.  you can run all 3 instances concurrently.

or consider creating one virtual drive for mining (from free space on different drives) ... works fine for me
prix
Hero Member
*****
Offline Offline

Activity: 750
Merit: 511


View Profile
August 11, 2014, 01:38:30 AM
 #157

java -cp pocminer.jar;lib/*;lib/akka/*;lib/jetty/* pocminer.POCMiner generate adress 1 800000 500 2

Work with this options
I need correct numbers for 600Gb (plots)

As I understand 800000 is 200GB (800k x 256kB).

What need to do if i have 3 disk?
I need to do all of this 3 times? on each disk?

You should generate different plots for each disk.
For example (~2 GB), arguments:
1) address 1 8000 500 2
2) address 8001 16000 500 2
3) address 16001 24000 500 2
C2
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
August 11, 2014, 01:42:45 AM
 #158

does SSD has any advantage against with regular HDD for this mining method?


Never mind. found your answer.

Free SIGNs giving everyday. Be part, do not miss!. SyRsE9KjrSS3UmY9pLCUmU8UGBJtH3Qq8D
delphs
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
August 11, 2014, 01:42:50 AM
 #159

What need to do if i have 3 disk?
I need to do all of this 3 times? on each disk?

yep.  you can run all 3 instances concurrently.

thats to create plots... then do you run 3 miners too?

BTC: 1JB4Gq82DM3WUsdkU3TPzU2haFbxCJgJss / WC: WT8gbDPdQUcjDq6gWg9N7w3q4AazUAy3g7 / WDC: WkzvC4YVC3nCzDW9BhFLtWk7YJhtgXQR6G / Addie: delphs Rep Thread: https://bitcointalk.org/index.php?topic=397706.0
drumingspz
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250



View Profile
August 11, 2014, 01:44:28 AM
 #160

What need to do if i have 3 disk?
I need to do all of this 3 times? on each disk?

yep.  you can run all 3 instances concurrently.

thats to create plots... then do you run 3 miners too?


I believe so - Dev?




░░░░░░░▄▄█████▄▄▄░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
░░░░▄██████████████▄░░░░░░░░░░░░░░░░░░░▄██████▄▄░░░░░░
░░▄██████████████████▄░░░░░░░░░░░░░░▄████████████▄░░░░
██████████████████████▄░░░░░░░░░░▄████████████████▄░░
▄███████████████████████▄░░░░░░░▄████████████████████
██████████████████████████▄░░░▄███████████████████████
█████████████████████████████████████████████████████▀
█████████████████████████▀░░░░░▀████████████████████▀
██████████████████████▀░░░░░░░░░▀█████████████████▀░░
░░███████████████████▀░░░░░░░░░░░░░░▀████████████▀░░░░
░░░▀███████████████▀░░░░░░░░░░░░░░░░░░▀▀██████▀▀░░░░░░
░░░░░░▀█████████▀░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
mira  ▀▀
██
 
██
   
██
   
██
   
██
   
██
▄▄
Cryptocurrencies have never been so easy
▬ ● ● ● ● ▬▬▬▬▬▬▬ ● ● ● ● ▬▬▬▬▬▬▬ ● ● ● ● ▬▬▬▬▬▬▬ ● ● ● ● ▬▬▬▬▬▬▬ ● ● ● ● ▬▬▬▬▬▬ ● ● ● ● ▬▬▬▬▬▬ ● ● ● ● ▬▬▬▬▬▬ ● ● ● ● ▬
Facebook LinkedIn Twitter White Paper Google+
▀▀
██
 
██
   
██
   
██
   
██
   
██
▄▄
 
[/center]
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 ... 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!