Changes made at dognose.com --------------------------- Version 0.8.6.1-unk-dognose 2015-07-07: version.cpp - change CLIENT_VERSION_SUFFIX to "-dognose" (was "-beta") bitcoinrpc.cpp - remove "static inline" from definition of GetDefaultRPCPort() bitcoinrpc.h - added prototype for 'extern unsigned short GetDefaultRPCPort(void)' rpcwallet.cpp - change (int)CLIENT_VERSION to FormatFullVersion().c_str() - add getinfo display of 'build_time' - add getinfo display of 'lastblock_time' - add getinfo display of 'port' and 'rpc_port' 2015-09-10: main.cpp - make nThreads an external value rpcwallet.cpp - add getinfo display of "generate" added - add getinfo display of "threads/cores" added 2015-09-15: rpcwallet.cpp - add getinfo display of "al_dente" balance (unconfirmed balance) added - add getinfo display of "immature" balance (unconfirmed mining) added 2015-11-14: rpcwallet.cpp - add more info to sendmany's insufficient funds RPC message 2017-12-22: clientversion.h - changed CLIENT_VERSION_BUILD from 1 to 5 rpcwallet.cpp - added ability to refer to the 'null' account name using "[]" not needed with QT wallets, but with unix command lines it's very tricky to otherwise express "" on a program invocation - added getinfo display: openssl, bsddb, boost and compiler versions used version.cpp - changed CLIENT_NAME from 'Satoshi' to 'Noodly-dnp' - changed CLIENT_VERSION_SUFFIX to '-dnp'