New Truckcoin wallet release v0.9.8.8 (non-mandatory but highly recommended).This version contains a lot of fixes and upgrades to the code.
Key features:
- Upgraded staking engine
- Fast wallet startup
Windows:
http://downloads.truckcoin.net/Truckcoin-qt-v0.9.8.8-win.zipLinux Ubuntu x64 14.04:
http://downloads.truckcoin.net/Truckcoin-qt-v0.9.8.8-ubuntu-x64.tar.gzWindows daemon:
http://downloads.truckcoin.net/Truckcoind-v0.9.8.8-win.zipUPD: v0.9.8.8 for OSX is available now - thanks to bumbacoin!
http://downloads.truckcoin.net/truckcoin-qt-0.9.8.8-osx.zipv0.9.8.8 release note: version 0.9.8.8 is not compatible with older blockchain structure, re-sync required.
Backup your wallet.dat, delete blkindex.dat and database folder, rename blk0001.dat to bootstrap.dat and start the wallet.
Or you can use the official bootstrap file
http://downloads.truckcoin.net/bootstrap.zip It will re-create the blockchain (process will take 1-3 hours).
Changelog:
° GUI: Coin control - return change checkbox added - keeps change on the same address.
° GUI: fix stake/payment to yourself address/label display
° Add blockhash to index for faster start
° Use openssl_cleanse instead of memset for crit mem spaces
° Askpassphrase bug fix
° Change how vchData is cleared
° Sign Message is constant
° Change bitcoinamountfield header to correct name
° Update Fee Message
° Prevent orphan statusbar messages
° Fix memory exhaustion
° Enable DB Log Flags
° Remove legacy block schema version checking
° Mitigate Timing Attacks On Basic RPC Authorization
° Call GetHash() once where applicable
° Add targetProofOfStake to kernel functions
° No need to reservekey for stake
° Add CheckStake Function
° Use CheckStake Function
° Fix coinbase out-of-bounds check
° RPC: add blocktrust field into block dump
° Add miner.cpp/h
° Update copyright
° Add RelayTransaction
° Remove RelayMessage use RelayTransaction
° Replace nMaxClockDrift with Future/PastDrift
° Changes to use Fast Stake