You can edit almost every page by Creating an account. Otherwise, see the FAQ.

Burstcoin

From EverybodyWiki Bios & Wiki

Burstcoin
Burstcoin logo
Denominations
SymbolBURST
Demographics
Date of introduction10 August 2014; 9 years ago (2014-08-10)
User(s)Worldwide
Issuance
AdministrationDecentralized
Valuation
Supply growth10,000 Burstcoins per block (approximately every four minutes) each month the reward is reduced by 5% until 2,158,812,800 Burstcoins will have been issued.

Burstcoin (also called Burst) is a digital cryptocurrency and payment system based on the blockchain technology. Burstcoin was introduced on the bitcointalk.org forum on 10 August 2014 as an Nxt-based currency. Burstcoins are mined using an algorithm called proof-of-capacity (PoC)[note 1] in which miners use computer storage instead of the more common energy-expensive method proof-of-work (PoW) which involves permanent computational operations.

Burst was officially introduced on the 10th of August 2014 with the goal of solving other cryptocurrencies’ biggest problems : lack of decentralization, waste of energy, unfair releases, supremacy of big miners and corporations. It is the first and only cryptocurrency secured by the Proof-of-Capacity algorithm.

The critical difference between Proof of Work and Burst’s Proof of Capacity is that instead of needing ever more expensive, power hungry processors and graphic cards, it uses inexpensive, low-power hard drives. Proof of Capacity is inherently more secure, and trimmed versions of the blockchain are easier and more secure as well.

The energy requirement for Burstcoin mining is minimal compared to most other cryptocurrencies, making Burstcoin one of the most energy efficient within the field of proof-based cryptocurrencies.[1] Storage space is required however: as of March 2018, the estimated network size approached 341,000 terabytes.[2].

The Nxt blockchain platform allows for development flexibility, ensuring developers freedom to create their own applications. In this sense, Burstcoin can be considered as a next-generation cryptographic application project (often called 'cryptocurrency 2.0') in contrast to the first generation cryptocurrencies like bitcoin.[3]

Burstcoin is currently being developed by the PoCC (Proof of Capacity Consortium) since December 27th 2017. The PoC Consortium developers released a new white paper titled The Burst Dymaxion.[4] It describes the implementation of a tangle-based lightning network allowing for arbitrary scalability and anonymous transactions. The Dymaxion operates with payment channels opened using the directed acyclic graph (DAG) technology on top of the Burst blockchain functionning with the Proof-of-Capacity protocol.


History[edit]

Origin to community takeover[edit]

Burstcoin was released to the public on 10 August 2014 on bitcointalk.org by the original developer who is known under the alias "Burstcoin". Their real identity is still unknown today. The coin was launched without an initial coin offering (ICO) or premine.[note 2] The genesis block was published on August 11th 2014.[5] Approximately one year later, the main developer "Burstcoin" disappeared without any explanation.

Being an open source project, other members of community then took over the development of Burstcoin: on January 11th 2016, a new forum thread was created on Bitcointalk.org by a senior community member.

On July 22nd 2017 an attacker spammed the Burst network with messages, causing wallets to crash and splitting the network into multiple forks.[6] The network remained unstable for several days. On August 11th 2017, in the aftermath of the spam attack, a new development team called the PoC Consortium[7] introduced itself on Bitcointalk.org. They have been recognized by the former development team as the designated successors for the Burst Reference Software.[8]

Innovations[edit]

Burstcoin is the first cryptocurrency to use the proof-of-capacity algorithm. Proof-of-capacity was successfully implemented by the original developer, going by the name "Burstcoin" on bitcointalk.org forums.

Burstcoin was the first cryptocurrency to implement working, "Turing complete" smart contracts[note 3] in a live environment in the form of Automated Transactions (AT), this occurred before both Ethereum and Counterparty.[9][10][11] An application of these smart contracts was shown in the form of the world's first decentralized lottery.[12][13][note 4] It became the first ever program to run on top of a blockchain in a trustless decentralized manner. Other use cases of the Automated Transactions include decentralized crowdfunding.[14]

A more recent innovation by Burstcoin and Qora is the Atomic cross-chain transactions (ACCT),[15] this allows for full decentralized trading between two cryptocurrencies without the need for any third-party, namely an online exchange. Cross-chain transactions have been successfully made between the blockchain of Burstcoin and Qora.[16][17]

On December 27th 2017, the PoC Consortium developers released a new white paper titled The Burst Dymaxion.[18] It describes the implementation of a tangle-based lightning network allowing for arbitrary scalability and anonymous transactions. The Dymaxion operates with payment channels opened using the directed acyclic graph (DAG) technology on top of the Burst blockchain functionning with the Proof-of-Capacity protocol.

Design[edit]

Blockchain[edit]

The Burstcoin blockchain is a public ledger that records every transaction. It is fully distributed and works without a central trusted authority: the blockchain is maintained by a network of computers known as nodes running the Burstcoin software.

Ownership[edit]

Ownership of Burstcoins implies that a user can spend Burstcoins linked with a specific address. For this to occur, a payer must digitally sign the transaction using the associated private key. Without knowledge of the private key, the transaction cannot be signed and Burstcoins cannot be spent. The network verifies the signature using the public key. If the private key is lost, the Burstcoin network will not recognize any other evidence of ownership; the coins are then unusable and are effectively lost.

Transactions[edit]

A summary of a Burstcoin transaction is as follows: The sender details the parameters for the required transaction type (sending money, creating an alias, transmitting a message, issuing an asset or an order for an asset). All values for the transaction inputs are bounds checked for validity. If the transaction is found to be valid then the public key for the generating account is computed using the supplied secret passphrase. A new transaction is created, with a type and sub-type value set to match the type of transaction being created. All specified parameters are included in the Transaction object. A unique transaction ID is generated with the creation of the object. The transaction is digitally signed using the sending account's private key. The encrypted transaction data is placed within a message instructing network peers to process the transaction. The transaction is then broadcast to all peers on the network. Burstcoin transactions are based on the Nxt code base. A detailed explanation of the transaction process can be found on its wiki page.[19]

Mining (proof-of-capacity)[edit]

The mining process is based on a proof-of-capacity (PoC) consensus algorithm. In order to mine Burstcoins each miner first computes a large data set which is then saved to a computer storage medium. These data sets are known as plots. For each new block in the blockchain each miner will read through a tiny subset (1/4096th - approximately 0.024%) of their own saved plots and return a result as a time interval in seconds known as a deadline, which is the time elapsed since last block creation after which this miner would be allowed to create a new block. The miner with the lowest deadline wins the block and is then rewarded with the transaction fees and the decreasing block reward of Burstcoins.

The computational resources for mining are limited to the time it takes the miner to read the plot files stored on mass storage. Once this is achieved, no other computational resources are needed until the next block, making Burstcoin highly energy efficient.[20] Miners compete on the size of their plot files, rather than on equipment speed as is the case with other cryptocurrencies.

Proof-of-capacity is also claimed to be ASIC-proof. Burstcoin's proof-of-capacity algorithm is based on precomputed proof-of-work, so theoretically one could compute the proofs in real time. However, it is currently impossible to efficiently compute a significant amount of work during a 4-minute time interval. Inspecting the precomputed work stored on the hard drive is both faster and more energy efficient than any conceivable ASIC device could achieve providing in real-time.

Mining pools[edit]

Given that it can take a long time to find the smallest deadline, some miners collectively mine in what is known as a mining pool.[21] Mining pools allow miners to have a more evenly distributed Burstcoin income: the reward for each block won by the pool is distributed between the miners of that pool (sometimes with the largest share going to the miner that found it).

If a pool has a "deadline limit", it means the reward is shared only among miners whose submitted deadlines for the winning block came under the pool's deadline limit. This tends to skew payment distribution in favor of the larger miners in the pool (who have a higher probability of meeting that deadline limit for the winning block) while still distributing the proceeds to more participants than occurs with solo mining, where one miner wins 100% of the block reward.

To reduce transaction fees, most pools also have a minimum payment threshold, meaning the pool must owe you at least that much before it pays you.

Usage[edit]

The Burstcoin cryptocurrency wallet is implemented as a Java-based Web server, which users can either run themselves (as is done by the Windows client), or, for convenience, use on somebody else's server machine (for example one hosted by a Burstcoin mining pool), if they trust said machine not to be copying their passphrase via keystroke logging (mining pools have an obvious incentive to maintain their reputation by not compromising their convenience wallet servers).

The passphrase (typically 12 dictionary words) is all that is needed to transfer funds out of an account, and any wallet server can convert such a passphrase into a public address (a string of alphanumeric characters beginning BURST-) which is used for receiving Burstcoin, and an Account ID (an integer) which is needed to generate the "plot" files for mining (for example with the wplotgenerator tool).

Features[edit]

The core feature set of Burst is based on the Nxt platform, which allows the adding of external services to be built on top of the blockchain.

Android wallet[edit]

The first Android version of the Burst wallet was released in 2016[22] and was able to mine on Android devices. This app is now considered "outdated" by burst-coin.org[23] which instead recommends the POC Consortium wallet[24] or the BurstNation wallet.[25] These newer apps cannot mine on Android but do allow users to create wallets and to send and receive Burstcoin on any Android device.

Asset Exchange[edit]

File:Burst Asset Exchange 997x787.jpg
Screenshot of the Burstcoin Asset Exchange window

The Burst Asset Exchange is a peer-to-peer exchange platform integrated into the Burst wallet. It functions primarily as a secure decentralized trading platform for Burst assets. The popularity of the asset exchange is based upon the absence of any third party, allowing improved efficiency and reduced costs. A burst asset is basically a token to represent anything the asset issuer deems to be of value so that it can be traded, common examples of such assets include shares in the following: mining pools, retirement funds, crypto mining rigs, crypto gambling sites and silver investments.

Automated transactions (Smart Contracts)[edit]

Screenshot of First Smart Contract using Burstcoin

Smart Contracts are self-executing contractual states, stored on the blockchain.[note 5] In brief an Automated Transaction is a "Turing complete" set of byte code instructions which will be executed by a byte code interpreter built into its host. An AT supporting host platform automatically supports various applications ranging from games of chance to automated crowdfunding and ensuring that "long term savings" are not lost forever.[26]

Crowdfunding[edit]

The crowdfunding feature allows users within the Burst community to raise funds in Burst for project creators in a decentralized way. Funds are refunded if the project target is not met.

Escrow service[edit]

The Burstcoin Wallet has an inbuilt escrow service, which allows a quantity of Burstcoins to be held by a third party on behalf of transacting parties.

Marketplace[edit]

The Burstcoin Wallet includes a completely decentralized marketplace where Burstcoin users can view other users items for sale by referencing their account id. It will display all items for sale for the designated account holder.[27]

Notes[edit]

  1. "Proof of Capacity". cryptojunction.com. Retrieved 27 November 2016.
  2. "What is a premine". cryptocompare.com. 18 November 2016. Retrieved 18 December 2016.
  3. "Burstcoin Smart Contract Press Release" (PDF). Jason Crowe. 22 January 2015. Retrieved 9 October 2016.
  4. "Burstcoin press release : the lottery case)" (PDF). Jason Crowe. 25 January 2015. Retrieved 9 October 2016.
  5. Cassano, Jay (17 September 2014). "What Are Smart Contracts? Cryptocurrency's Killer App". fastcompany.com. Retrieved 16 November 2016.

References[edit]

  1. "Can Cryptocoins Be Environmentally Friendly?". cryptocoinsnews.com. 2 January 2017. Retrieved 20 January 2017.
  2. https://explore.burst.cryptoguru.org/chart/supply/network_size
  3. Brokaw, Alex (23 August 2014). "Crypto 2.0 Roundup: Bitcoin's Revolution Moves Beyond Currency". coindesk.com. Retrieved 17 November 2016.
  4. "The Burst Dymaxion" (PDF). 2017-12-27. Retrieved 2018-01-03.
  5. "Exploration of the Genesis Block". burstcoin.biz. 11 August 2014. Retrieved 17 November 2016.
  6. @Lexicon (2017-07-20). "Burstcoin Network Large Scale Attack". steemit.com. Retrieved 2018-01-03.
  7. "PoC Consortium". GitHub. Retrieved 2018-01-03.
  8. "Burst-Team wallet readme". github.com. Retrieved 2018-01-03. Please visit https://github.com/PoC-Consortium/burstcoin for the designated successor and current development version.
  9. Lombardo, Hans (12 February 2015). "Burstcoin Claims Already Offering Smart Contract Applications". allcoinsnews.com. Retrieved 8 October 2016.
  10. Gillespie, Clay Michael (23 January 2015). "Alternative Cryptocurrency Claims to Have Won the Race to Smart Contracts". insidebitcoins.com. Retrieved 8 October 2016.
  11. Maina, John Weru (27 January 2015). "Cryptocurrency BURST Makes Smart Contracts a Reality, What Happened to Ethereum?". cryptocoinsnews.com. Retrieved 8 October 2016.
  12. Lombardo, Hans (26 January 2015). "BurstCoin Launches Lottery As Smart Contracts Use Case". allcoinsnews.com. Retrieved 8 October 2016.
  13. "Smart Contract Use Case : The Lottery code". ciyam.org. CIYAM Developers. Retrieved 9 October 2016.
  14. "Automated Transactions Documentation index". ciyam.org. CIYAM Developers. Retrieved 9 October 2016.
  15. "Use Case: Atomic Cross-Chain Transfer code". ciyam.org. CIYAM Developers. Retrieved 9 October 2016.
  16. P.H., Madore (22 May 2016). "Qora and Burst Now Able to Make Cross-Chain Transactions". cryptocoinsnews.com. Retrieved 14 October 2016.
  17. "World's First "Atomic Cross-chain Transfer" Completed Between Burst & Qora Blockchains". cryptonewsday.com. 18 May 2015. Retrieved 14 October 2016.
  18. "The Burst Dymaxion" (PDF). 2017-12-27. Retrieved 2018-01-03.
  19. How Tx Processing Works
  20. "BURSTCOIN Celebrates Birthday With Release Of New Energy Efficient HDD Mining Wallet". newsbtc.com. 11 August 2015. Retrieved 13 November 2016.
  21. "Pool Overview". docs.google.com. 30 June 2016. Retrieved 25 January 2017.
  22. "Burstcoin Android wallet release". forums.burst-team.us. daWallet. 18 April 2016. Retrieved 27 August 2016.
  23. Download wallet "Burst-team Android wallet (outdated)"
  24. POC Consortium Android Wallet on Google Play Store
  25. BurstNation Android Wallet on Google Play Store
  26. "Automated Transactions Documentation index". ciyam.org. CIYAM Developers. Retrieved 9 October 2016.
  27. Boluna, Xavi (15 April 2015). "BURST Opens Market Supported by Smart Contracts". coinbuzz.com. Retrieved 11 November 2016.


This article "Burstcoin" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Burstcoin. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.