Bitcoin Forum
May 09, 2024, 07:42:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN][BURST] Burst | Efficient HDD Mining | New 1.2.3 Fork block 92000  (Read 859 times)
davide72 (OP)
Legendary
*
Offline Offline

Activity: 2212
Merit: 1014


View Profile
September 14, 2016, 09:50:04 AM
 #1



A short Introduction to BURST's 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 newest block.




sha256: b0008bc63aab921ef427b6a9c817d8747cd34252560996343c4183ddfb6fad98
Github: https://github.com/BurstProject/burstcoin

Alternative wallets:  

Multi OS:
Download AIO Wallet V1.2.3 Win/Linux/MacOS with Blockchain (21.04.15) and Addons

After running wallet, access it through a web browser at http://localhost:8125 When upgrading wallet, move burst_db folder into new wallet folder to avoid re-downloading the blockchain. For detailed instructions, see Guides below.

Windows:
Download Windows Wallet (Client) based on AIO Wallet V1.2.3  

WebWallet:
https://wallet.burst.city:8125/index.html


Websites

EN: http://www.burst-coin.com/
 
FB: https://www.facebook.com/burstcoin.sk
Slack: http://burstcoin.slack.com - Join the Discussion!


Guides for BURST mining

Install the Windows wallet (by bobafett)

Install the Linux wallet (by bobafett)

Basics Burst Mining (by bobafett)

Mining with Windows Part 1: Plotting (by bobafett)

Mining with Windows Part 2: Solomining (by bobafett)

Mining with Windows Part 3: Poolmining (by bobafett)

Mining with Windows Part 4: Plots optimizing (by bobafett)

Mining with Windows Part 5: Solomining with more PCs that point to one PC with wallet (by bobafett)



Windows mining guide (thanks to crowetic)


Plotters


Miners

Blago’s Windows Miner
(source: https://github.com/Blagodarenko/miner-burst)

luxes’s GPU Miner for Win/Linux/MacOS

Uray's Miner
Linux x64 OSX x64 Windows x64
(source: https://github.com/uraymeiviar/burst-miner)

dcct's c miner for Linux

Dev's POCMiner in java



Pool Mining
Warning: there is no standard protocol for pools at this time, so different pools require different miners.

dev's pools
v2 pool. allows you to use solo plots:
https://bitcointalk.org/index.php?topic=731923.msg8604606#msg8604606
v1 pool, requires you generate plots for this pool only usable there: https://bitcointalk.org/index.php?topic=731923.msg8448276#msg8448276

uray's US, SG and EU pools (allows solo plots):
https://mining.burstcoin.io

Irontiga and Crowetic's ( http://byte.enterprises ) v2 pool (allows solo plots and ANY MINER ((custom source)):
http://burst.ninja

koko2530's v2 pool (allows solo plots; based on uray's source):
http://cryptomining.farm/

Elmit's v2 pool in Singapore (allows solo plots; based on uray's source):
http://mininghere.com:8001/

PCFiL's v2 pool (allows solo plots; based on uray's source):
http://burst.poolto.be:88

Italian pool v2 pool (allows solo plots; based on uray's source):
http://pool.burstcoin.it/

Burstcoin.de Pool (allows solo plots; based on uray's source):
http://pool.burstcoin.de/








IRC:
Freenode: #burst-coin

Reddit:
https://www.reddit.com/r/burstcoin/

Mining Calculator:
https://bchain.info/BURST/tools/calculator

Block Explorers:
http://burstcoin.eu/
http://burst.cryptoport.io/
blockex.burstcoin.info




Bounty:
none currently



















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 eligible 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 eligibility, 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.




Flow chart of the process
The plotting part is done once for each nonce, and the results are saved to disk, and the mining reads the saved data from disk.


Emission Rate



Technological RoadMap
Basic pool support (done)
Improved pool support (done)
Advanced transactions(escrow, subscription, reserve funds then transfer not yet known portion later)(some done)
Automated transactions (turing complete smart contracts) (done)
BurstId authentication system
Allow linking BurstId to burst account for transfers with spending limits.
DHT for off-chain services
Off-chain encrypted messaging and voip between burstid accounts
File storage (disclaimer: still figuring out a good way to do this. this will take a while.)





    
Software Development


Windows:
https://github.com/Blagodarenko/miner-burstBlago's Windows Miner
https://github.com/BurstTools/BurstSoftwareBurst Windows Plot Generator for SEE4 / AVX / AVX2
https://github.com/dawallet/burstwindowswalletBurst Wallet for Windows
 
 
Multi / Linux / MacOS:

https://github.com/BurstProjectMain Develeopment: Main Wallet, Java Miner by burstdev, vbcs
http://www.ciyam.org/at/Automated Transactions
https://github.com/bhamongpuPlotGenerator, BurstMine(graphical plotter/miner)
https://github.com/kartojalBurst OS, Burst ARM Tools, DCCT Tools GUI, gpuPlotGenerator
https://github.com/KurairaitoBurst Plot Generator by Kurairaito
https://github.com/Mirkic7Improved Linux Burst Plotter / optimizer / miner
https://github.com/uraymeiviarC Miner, Pool, Block Explorer, Plot Composer (not active anymore, fork?)
 
 







Announcements
1715283757
Hero Member
*
Offline Offline

Posts: 1715283757

View Profile Personal Message (Offline)

Ignore
1715283757
Reply with quote  #2

1715283757
Report to moderator
"You Asked For Change, We Gave You Coins" -- casascius
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715283757
Hero Member
*
Offline Offline

Posts: 1715283757

View Profile Personal Message (Offline)

Ignore
1715283757
Reply with quote  #2

1715283757
Report to moderator
KyleH112
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
October 08, 2016, 07:21:40 PM
 #2

New Burstcoin Mining Pool

http://burstcoin.ddns.net
Pages: [1]
  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!