IntroductionCryptonite (also known as Crypton) is the first crypto-currency to implement the
mini-blockchain scheme along with many other
innovative features. Our goal was to create a truly scalable cryptocurrency which combined many of the best ideas developed within the alt-coin community and some of our own innovative ideas. The basic philosophy of Cryptonite is to follow the ideals set by Bitcoin as closely as possible but improve upon everything that could be improved.
Cryptonite was developed by the
Mini-blockchain Project over a period of almost four months. Cryptonite is a fork of the Bitcoin core but the code has been extensively modified and expanded upon. It seems that the altcoin community is experiencing a torrential flood of clone-coins right now and it is not our goal to add to that pile of useless altcoins. Our goal was to create something truly new, innovative, and useful to the cryptocurrency community.
The altcoin community should be about innovation, not a select few people making a quick buck. Our goal was to break out of that greed driven trend. Cryptonite had no pre-mine, no IPO, the difficulty adjustment algorithm is designed to adapt quickly and prevent instamines, the coins are distributed fairly over a long period of time (half mined after 10 years), we did
over a month of public beta testing before release along with a
week early pre-announcement.
Brief OverviewMini-BlockchainCryptonite is the first implementation of the light weight
mini-blockchain scheme. Nodes will never again spend days synchronizing with the network and the average user will not have to fear becoming a full node. This is possible because of our decentralized
balance sheet approach.
Innovative IdeasCryptonite combines many great ideas developed by the altcoin community and also includes several novel features not seen in another cryptocurrency until now. Two innovative features which help improve security and trust are
unmalleable transactions and
withdrawal limits.
Smart AdaptationCryptonite achieves
smart coin distribution by adjusting the difficulty and the block reward every block, adapting quickly to changes and providing smoother transitions. The
dynamic max block size mechanism ensures that the transaction capacity of the network naturally grows over time.
Future ProofedCryptonite has an unparalleled potential for scalability and transaction capacity. The total coin supply has a full
64 bits of granularity, the nonce and the timestamp have also been increased to 64 bits. The
M7 PoW algorithm uses multiple cryptographically secure hashing algorithms.
Micro-TransactionsCryptonite has superior support for
micro-transactions because we don't have to worry about keeping any so called "dust" in the blockchain forever. Since blockchain bloat is not a problem, blocks can be larger and we can encourage the use of custom
transaction messages.
Multi-Sig SupportCryptonite has full native support for
multi-signature transactions, which require multiple parties to sign a transaction with different keys before it is considered valid. Multi-sig transactions are useful in many real world situations, especially for consumer protection and escrow schemes.
Specifications- Block time: 1 per minute
- Block reward: changes every block (half life of 10 years)
- Max block size: changes every block (100 block average * 2)
- Difficulty adjustment: changes every block (1000 block filter)
- Coin supply:
2^64-1 units (1.84 billion coins, 10 dec places)
- Mining algorithm:
M7 PoW- Coin Maturity: instant
- Pre-mine: none
UsageSee the wiki for information on the Cryptonite API:
http://cryptonite.info/wiki/index.php?title=Cryptonite_APIUse the setgenerate command or one of these miners:
Standalone CPU MinerCuda GPU MinerCheck here for pre-compiled cuda miner binaries for Win64:
dropbox.com/sh/56lnq52g4gny0m0/AADMJa2QTMSSc4g9gx1BfWIlaCheck here for djm34's ccminer Windows binaries:
cudaMiner & ccMiner CUDA based mining applicationsCheck here for the Claymore AMD GPU Miner:
Claymore Cryptonite (XCN) GPU MinerFAQ/TroubleshootingSee
this very informative post written by watuba.
Also see this page:
www.cryptonite.info/?page=faqCommunityIRC:
#cryptonite on freenodeTwitter:
https://twitter.com/CryptoniteCoinReddit:
https://www.reddit.com/r/CryptoniteWiki:
http://cryptonite.info/wiki/Code:
https://github.com/MiniblockchainProject/ServicesExchangesBter:
www.bter.combtc38:
www.btc38.comC-CEX:
www.c-cex.comPoloniex:
www.poloniex.comBX:
www.bx.in.thPools1GH XCN Pool:
xcn.1gh.comTheBlocksFactory:
xcn.theblocksfactory.comNonce-Pool:
xcn.nonce-pool.comSuprnova Pool:
xcn.suprnova.ccBlock ExplorersOfficial Explorer:
explorer.cryptonite.infoFree XCNXCN Faucet:
xcnfaucet.comMerchantsBitcoinshop:
bitscoinshop.com.br (
instructions)
Medialetstalkbitcoin.com:
Beyond Bitcoin Ep 18: CryptoniteCoinsSource.com:
Interview With The Founder of CryptoniteCryptonite: The First Mini-Blockchain, Withdrawal Limiting & MoreMore DetailMini-blockchain SchemeCryptonite is the first implementation of the mini-blockchain scheme, a scheme designed for maximum scalability, achieved by addressing the problem of blockchain bloat and providing a solution which allows all old transactions to be forgotten by the network after they become old enough. This allows new nodes to synchronize with the network extremely quickly and allows existing nodes to free up disk space by deleting old transactions. As a result of this scheme the network doesn't need to become increasingly centralized only by nodes capable of handling the full blockchain, so mining can remain more decentralized.
Micro-transactions & MessagesThanks to the mini-blockchain scheme Cryptonite has superior support for micro-transactions and custom transaction messages attached to transactions. In Bitcoin and other altcoins where the full blockchain is required to synchronize with the network, small value transactions and transaction messages tend to be discouraged because they cause "blockchain bloat". The scalable nature of the mini-blockchain scheme relieves us from the concern of blockchain bloat and we can have full support for transaction messages and micro-transactions because nodes don't need to store transactions forever.
Withdrawal LimitsCryptonite is the first altcoin to feature withdrawal limits, allowing users to set a limit on how many coins they can send from an address in one block. This is useful because it helps to prevent double spending and increases confidence in low-confirmation transactions. If a merchant can see that the withdrawal limit on an address prevents it from being emptied in a small number of blocks they can have much more confidence in any transactions sent to them from that address, even without any confirmations at all. So the main advantage of withdrawal limits is that 0-confirmation transactions become safer in the right conditions.
Unmalleable TransactionsIf the claims of Mt. Gox and other businesses are to be believed, transaction malleability has caused quite a bit of damage to the Bitcoin economy. Of course even if that's the true reason why Mt. Gox went out of business, it's still their fault for not understanding transaction malleability when it was well known about for a long time. Cryptonite is the first altcoin to feature unmalleable transactions, in order to avoid any repeat of such undesirable events and allow the transaction ID's to be reliable. This is achieved by having the sender sign the txid and by ensuring the txid will always change when the contents of the transaction changes.
DonationsDevelopment / Marketing Donations:
XCN: CcFE7EWRuBVe4FrJoVJyEeW5GvZZ4spNqN
BTC: 15XvdRtPpon1wxx4SeNbR4WZtU5mdE8A5S
Important InfoThere is a bug in the Qt wallet which can cause the sync process to get stuck at 7 days behind. When the sync process becomes stuck at 7 days behind the wallet.dat file may become corrupted upon shutting down Qt. In some cases the corrupted wallet file will be recoverable but in other cases it may not be. It is highly recommended to make a backup of your private keys or your entire wallet file if you own any XCN. If you experience the "7 day bug" you will probably have to delete everything in your data directory except your wallet.dat file (restore backup if corrupted) and then do a fresh sync.