Announcing a first of its kind crypto-currency
CyberCoin2
Block Structure:
Index (sequential block number)
Timestamp
Previous block's hash
Transactions array
Nonce (modified during mining)
Difficulty target
Mining Process:
while (mining) {
nonce++
hash = SHA256(index + previousHash + timestamp + transactions + nonce)
if (hash.startsWith('0' * difficulty)) {
// Valid block found
break
}
}
Difficulty Adjustment:
Initial difficulty: 6 leading zeros
Increases by 0.0001 per block
Maximum blocks: 1,000,000,000,000,000
Rewards:
100 CryptoCoins per successful block
Rewarded coins can be traded for experience points
Rate: 5000 coins = 1000 EXP ($0.05)
Validation:
Each block requires proof meeting difficulty target
Chain maintains immutability through previous hash references
Server verifies solutions before accepting blocks
The mining process is deliberately computationally intensive to maintain coin scarcity while rewarding participating nodes. The difficulty adjustment ensures consistent block timing as network hashpower changes.
-
Blocks: 100000000000000
Coins-per-block: 100
Valuation:
1 cybercoin = $0.00001 (one hundredth of a penny)
-
The difference is this is a centralized website based currency, with miner built in and a easy coin selling area for those who have business PayPal accounts!
Things to know:
1. 1 cybercoin = $0.00001 (one hundredth of a penny).
2. Any one can buy exp with their mined currency.