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

Maxcoin

From EverybodyWiki Bios & Wiki





Maxcoin
File:Maxcoin.png
Maxcoin logo
Official Maxcoin logo
Denominations
PluralMaxcoins
Ticker symbolMAX
Subunits
 ​11000mMAX
 ​11000000uMAX
Development
Original author(s)Nigel Smart (cryptographer), Luke Mitchell, Jordan Fish, Stacy Herbert
Latest releasev0.9.4.2..[1] / 22 January 2018; 6 years ago (2018-01-22)
Code repositorygithub.com/Max-Coin/maxcoin
Development statusActive
Forked fromBitcoin
Written inC++
Operating systemWindows, OS X, Linux
Developer(s)Maxcoin Core Development Team
Source modelOpen source
Websitemaxcoinproject.org
Ledger
Timestamping schemeProof-of-work
Hash functionSHA-3
Block reward8 MAX (approximately till 2021), halved approximately every four years
Block time1 minute
Block explorerexplorer.maxcoinproject.net explorer2.maxcoinproject.net chainz.cryptoid.info
Circulating supply61,445,805 MAX (8 April 2018)[2]
Supply limit100,000,000 MAX[2]
Valuation
Market cap$2.7 million USD (08 April 2018)[2]

Search Maxcoin on Amazon.

Maxcoin (MAX[2]) is a peer-to-peer cryptocurrency and open source software project.[3] Creation and transfer of coins is based on an open source cryptographic protocol and is not managed by any central authority.[4]

Maxcoin supports SHA-3/Keccak hashing algorithm with Schnorr Signatures and difficulty retargeted every block with Kimoto Gravity Well.

History[edit]

Maxcoin was designed by Nigel Smart (cryptographer) and developed by Luke Mitchell and Jordan Fish. Stacy Herbert participated in the design specs, specifying technical details like number of coins and block size. Max Keiser supported the project[5]and presented it in his Keiser Report show.

It was built as a fork of the Bitcoin Core with modificants including: Keccak (pronounced like "ketchak") instead of SHA-256, Schnorr signatures instead of ECDSA, and creates new blocks every minute with the network difficulty changing every block.[6]

The coin was launched during episode 555 of Keiser Report the 28th January of 2014, where Max Keiser participated directly in the mining of Maxcoin's genesis block. Developers did not pre-mine before the public launch the 7th of February 2014.[7] [8]

The first week since the release the 14th of February, the coin reached its highest value of 3.11$ per coin, with a total market capitalization of more than 8.5M$. It quickly decreased its value, reaching 0.00666$ per coin the 31st of December 2014. Development was mostly discontinued and the coin was kept alive by miners[9][1].

On July 2017, development was reactivated with a new team that launched new website, updated the mining software and wallets, created block explorers and the project's presence on multiple platrorms. Development continues from the original code repositories and the project is not encumbered by an ICO, advertising, donations, fund raising or airdrops. Max Keiser supports new relaunch of Maxcoin and has grown the community greatly[10].

Design features[edit]

Keccak SHA-3 algorithm for Proof of Work[edit]

Maxcoins transaction security is based on Keccak (/ˈkɛtʃæk, -ɑːk/) hashing algorithm for Proof of Work. This algorithm was designed by Guido Bertoni, Joan Daemen, Michaël Peeters, and Gilles Van Assche. On October 2, 2012, Keccak was selected among 51 alternatives as the winner of the NIST hash function competition, launched in 2006 to create the new hash standard, SHA-3 to overcome SHA-2 apparent weaknesses. Keccak is not vulnerable to length-extension attacks, which in certain circumstances can be used to create valid signatures to deceive a recipient whilst remaining invisible.To mitigate against these attacks, Bitcoin uses two rounds of SHA-256 on the input (the input is fed into the hashing algorithm, the resulting hash is then fed into the algorithm a second time), however this additional step is not required when using Keccak, saving time and energy. As the concerns over qanutum computing and crypto currencies grows Keccak offers some hope and has been described as post qauntum resistant [2]

Schnorr Signing Algorithm[edit]

Schnorr signatures are being considered as a significant next step for Bitcoin[11][12]. The use of these signatures provide Maxcoin the following advantages among other improvements:

  • Constant-size signatures irrespective of the number of participants in the multisig setup.
  • The diminished size of data to be validated and transmitted across the network also translates into capacity gains.
  • From a privacy standpoint, Schnorr allows the entire policy of the multisig to be obscured and indistinguishable from a conventional single pubkey.
  • The properties of Schnorr allowing for the combination of multiple signatures over a single input are also applicable to the aggregation of multiple inputs for all transactions.

Maxcoin uses Secp256r1 as it's cryptographic field to generate key pairs for addresses [6]. It is a carefully-designed elliptical curve from which points are selected and used to initialise the public and private keys. Bitcoin, and most cryptocurrencies, use a field known as Secp256k1, which is believed to be less secure.

Block characteristics[edit]

Creating a new block every 60 seconds increases the utility of the network by making transactions become valid and reliable within usefull timeframes and providing lots of capacity for them, which combined with a more optimal signing algorithm makes it much better performing network than Bitcoin. Difficulty is calculated each block using the Kimito Gravity Well algorithm, a scheme which together with the block timing makes the network repsond quickly to malicios mining without effecting the behaviours of larger number of smaller miners.

See also[edit]

References[edit]

  1. "GitHub MaxCoin Project v0.9.4.2". maxcoinproject.org. Retrieved 2018-04-16.
  2. 2.0 2.1 2.2 2.3 "CoinMarketCap Maxcoin". coinmarketcap.com. Retrieved 2018-04-16.
  3. "MaxCoinProject.org". maxcoinproject.org. Retrieved 2018-04-16.
  4. Satoshi, Nakamoto. "Bitcoin: A Peer-to-Peer Electronic Cash System" (PDF). Bitcoin.org. Retrieved 24 April 2013.
  5. "Max Keiser talks Bitcoin, MaxCoin, and the 'financial war'". The Daily Dot. Retrieved 2018-04-17.
  6. 6.0 6.1 "Maxcoin security".
  7. "Max Keiser-Inspired Altcoin 'MaxCoin' Makes its Debut".
  8. "The Next Altcoin To Hit $20 Million?".
  9. "ICO Analysis: Tezos".
  10. "Max Keiser: I wouldn't be surprised if George Soros attempts to "corner" Bitcoin market". Retrieved 2018-04-17.
  11. "Simple Schnorr Multi-Signatures with Applications to Bitcoin" (PDF). Retrieved 2018-04-16.
  12. "Why Every Bitcoin Fan Should be Excited About Schnorr Signatures". decentralpost. Retrieved 2018-04-17.

External links[edit]


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