Minor client update is available.
v0.4.4.4
- Google’s LevelDB support is implemented, and used as transaction storage by default*;
- The -nosynccheckpoints option is replaced with the new -cppolicy=mode option**;
- RPC: blocktrust and chaintrust fields added into block dump function;
- Many minor fixes and optimizations.
Win32 nosetup:
http://sourceforge.net/projects/novacoin/files/novacoin-nosetup-win32-0.4.4.4.zip/download
Win32 setup (don’t forget to uninstall previous version before):
http://sourceforge.net/projects/novacoin/files/novacoin-setup-win32-0.4.4.4.exe/download
Ubuntu LTS x86_64:
http://sourceforge.net/projects/novacoin/files/novacoin-0.4.4.4-ubuntu-lts-x86_64.tar.bz2/download
MacOS X Qt client:
http://sourceforge.net/projects/novacoin/files/NovaCoin-Qt-0.4.4.4.dmg/download
Sources tree:
https://github.com/CryptoManiac/novacoin
———-
*) LevelDB is a low-latency data storage, optimized for multiple write operations. DB engine works in a separate thread, this also could improve wallet performance.
**) Possible values:
- strict – default mode, verify blocks to satisfy syncronized checkpoints, and reject if necessary;
- advisory – verify blocks to satisfy syncronized checkpoints, and display warning if necessary;
- permissive – don’t perform any checkings.