|
January 14, 2014, 05:42:05 AM |
|
One block every 30 minutes. Difficulty retarget every 330 blocks. SHA-256 hashcash. Maximum block size is 512 kb. Minimum difficulty is 100.
Block reward will be re-targeted every 330 blocks. Initial block reward is 1 coin for the first 330 blocks. The equation for the block reward will be the (difficulty/1.02225^(blocknumber/330))^.42. Each coin is divisible to the thousandth place. Block reward is capped at 3,000 coins per block.
The minimum transaction fee to forward to a different node will be 0.0002*block reward per kb rounded up to the nearest thousandth.
The sanity check for maximum coins per block is changed to ten trillion. Maximum coins in a transaction is one trillion.
Block header changes/additions: transactionfee_per_kb_vote (4 bytes, does nothing for now), blockreward (4 bytes, affects the block reward), and nonce is increased to a 64-bit value.
Client changes: Under the file menu, one can click on load bootstrap, which would open a ... file browser (I think is the term, please correct me if I'm wrong), and through that a bootstrap file can be selected. The bootstrap file extension will be changed from ".dat" to ".ledger".
|