Releases: cannabiscoindev/cannabiscoin420
Releases · cannabiscoindev/cannabiscoin420
v0.13.2
v0.13.1
v0.13.0.0
First major release since 0.8 which incorporate many changes the most note worth of which are listed below.
- BIP9 Version Bits which starts on block 2120000
- Segregated Witness Soft Fork
- Elimination of unwanted transaction malleability
- Capacity increase
- Weighting data based on how it affects node performance
- Signature covers value
- Linear scaling of sighash operations
- Increased security for multisig
- More efficient almost-full-node security
- Script versioning
- CHECKSEQUENCEVERIFY Soft Fork
- CHECKLOCKTIMEVERIFY Soft Fork
- Faster synchronization
- Compact Block support
- Hierarchical Deterministic Key Generation
- Dynamic transaction fee
- RPC Access Control Changes
-rpcallowip=192.168.1.*
becomes-rpcallowip=192.168.1.0/24
-rpcallowip=*
becomes-rpcallowip=::/0
- REST interface with
-rest
flag - Watch-only wallet support
- Block file pruning
- Memory usage optimization
- Reduce upload traffic
- Direct headers announcement
- Notifications through ZMQ
v0.8.9.0
MANDATORY UPGRADE - HARD FORK - BLOCK 3,030,000
- Generate 631,842 extra coins on block 3,030,000 for the two items below.
- 451,896 coins to reimburse Bittrex for coins lost in 51% attack. ACP now enabled to prevent future attacks.
- 179,946 coins to cover dev costs for coding this hard fork in this wallet and Android wallet, fixing sync issue in Android wallet and upgrading the Cannabiscoin source code from the Bitcoin 0.8 codebase to the Bitcoin 0.13 codebase to include Segregated Witness, CheckLockTimeVerify and CheckSequenceVerify. 0.13 will greatly improve the performance of this wallet and overall user experience.
- Move halving slightly nearer to compensate for the extra coins and maintain maximum of 420 million coins.
- Add internal miner, same as the Bitcoin 0.8 internal miner update for X11.
- Set client name on the network as Cannabiscoin, not the default Satoshi.
- Fix for building with newer version of UPNP library.