Post
Topic
Board Announcements (Altcoins)
BURST - Proof of Capacity and Mining
by
BurstDevTeam
on 06/07/2016, 23:07:36 UTC
Proof of Capacity (PoC) and Mining

What is Proof of Capacity (PoC)?

Proof of Capacity PoC (also called Proof of Space) is, in general, a mechanism to ensure that a party has dedicated a particular (significant) amount of storage space towards a specific goal. Burst uses PoC in the process of transaction verification for the validation and generation of blocks. Here, miners use a given amount of disk space to fill with plots. The more disk space is plotted, the higher the chances to generate (win) a block. PoC is thus in direct contrast to other consenus algorithms like Proof of Work (PoW) and Proof of Stake (PoS) where block generators need to proof the performance of some difficult computations or the ownership of a significant amount of currency, respectively.

Advtantages of PoC

In contrast to PoW, PoC is considered to be more eco friendly. While PoW requires expensive computations each time a block is generated, PoC puts most of the required computational costs up-front in the plotting process. Reading the plots in order to proof the designated disk space investment is much cheaper. Additionaly, users can mine using their existing hardware, instead of having to to invest in special purpose hardware like e.g. ASICS for Bitcoin mining.

In contrast to PoS, PoC allows a fairer distribution of coins as they are generated over time and assigned to active miners. In a PoS coin like NXT, the number of coins is fixed from the beginning and has to be distributed somehow initially. This leads to an unequal distribution of wealth to a few selected early adopters, e.g. via airdrops.

Plotting - https://burstwiki.org/wiki/Plotting
Creating Plot Files - Technical Information - https://burstwiki.org/wiki/Technical_information_to_create_plot_files
Mining - https://burstwiki.org/wiki/Mining
Mining, Block Forgin - Technical Information - https://burstwiki.org/wiki/Technical_information_about_mining_and_block_forging

PoC Articles

Hackernoon - https://hackernoon.com/burst-part-3-proof-of-capacity-the-green-alternative-8e2651211671
Conbureau - https://www.coinbureau.com/education/proof-of-capacity-explained/
Coin Central - https://coincentral.com/what-is-proof-of-capacity/
Investopedia - https://www.investopedia.com/terms/p/proof-capacity-cryptocurrency.asp



Burst Mining

The Burst Mining Process Explained - https://www.burstcoin.ist/2017/10/16/the-burst-mining-process-explained/

Plotters
Engraver - https://github.com/PoC-Consortium/engraver/releases
Turbo Plotter - https://blackpawn.com/tp/
Xplotter - https://github.com/Blagodarenko/XPlotter/releases

Miners
Scavenger - https://github.com/PoC-Consortium/scavenger/releases
Blago Miner - https://github.com/Blagodarenko/miner-burst/releases (Original Repo) | https://github.com/JohnnyFFM/miner-burst/releases (Updated by JohnnyFFM)
Creepminer - https://github.com/Creepsky/creepMiner/releases
Jminer - https://github.com/de-luxe/burstcoin-jminer/releases

Faucets - https://burstfaucets.com

Tutorials
Plotting and Mining with QBundle (Video) - https://www.youtube.com/watch?v=LJLhw37Lh_8
Qbundle Tutorial (Coinbureau) - https://www.coinbureau.com/mining/burstcoin/
Linux Plotting with Engraver (Video) - https://www.youtube.com/watch?v=NNzb_OsnWZw
Engraver Manual - https://github.com/PoC-Consortium/engraver/wiki
Scavenger Manual - https://github.com/PoC-Consortium/scavenger/wiki


Back to the Main ANN