How to get the CloverCoin? 1.Reward bitcointalks activist, reply post your ideas, suggestions, prospect and so on. Keep your signature wallet adress until lauch countdown and you will get 5CLC to each reply and dont duplicate content, we were paid on time. 2.After the release of get to mining pools. 3.Keep your CLC in the wallet until nominal stake interest.
About CloverCoin Safe, Secure and anonymous for everyone! Clovercoin is the social currency that enriches peoples social lives and makes digital currency easy for the general public. Clovercoin achieves this by integrating a digital currency platform seamlessly with all major social networks to make the process of sending and receiving money fun and rewarding for everyone. What's the Clover of the each leaf? Each leaf is believed to represent something: the first is for faith, the second is for hope, the third is for love, and the fourth is for luck!
Specifications Proof of Stake - Quick Transactions - Energy Efficient - Extremely Low Inflation Block time: 1 minute Difficulty retarget: every block Nominal stake interest: 2% annually Min transaction fee: 0.0001 CLC Fees are paid to miners Confirmations: 6, maturity: 120 Min stake age: 2 Day, no max age Premine 0.99% for Dev support and future development P2P port: 15821, RPC port: 15822
Proof of work (done) Algo: scrypt Block reward: 10000 CLC, no halving Max height: 10000 (after this network will not accept PoW)
Reward bitcointalks activist, reply post your ideas, suggestions, prospect and so on. Keep your signature wallet adress until lauch countdown and you will get 5CLC to each reply and dont duplicate content, we were paid on time.
You can use this Code to find Genesis Block for N-Scrypt, Insert it before ///debug print comment which would be near hashMerkleRoot and compile ^_^:
Code:
if (true &&block.GetHash() != hashGenesisBlock) { printf("Searching for genesis block...\n"); // This will figure out a valid hash and Nonce if you're // creating a different genesis block: uint256 hashTarget = CBigNum().SetCompact(block.nBits).getuint256(); uint256 thash;
unsigned long int scrypt_scratpad_size_current_block = ((1 << (GetNfactor(block.nTime) + 1)) * 128 ) + 63; char scratchpad[scrypt_scratpad_size_current_block];