Releases: VeriBlock/nodecore-releases
v0.3.11
This is a major upgrade. We strongly recommend backing up your wallet files before upgrading.
This is not a consensus change... if NodeCore already works perfect for you, then no need to upgrade.
NodeCore v0.3.11 will update your wallet file to a new, more flexible format. Wallets from v0.3.10 and below can be used with 0.3.11, but they will be irreversibly converted to the new format when NodeCore is started up. We STRONGLY recommend that you backup your wallet using 0.3.10 (or 0.3.9) prior to upgrading to 0.3.11. Wallets from v0.3.11 cannot be opened on any previous versions of NodeCore.
NODECORE
- Wallet encryption - physical file is encrypted with password. New wallet format, backup your wallet first!!! See: https://wiki.veriblock.org/index.php?title=Wallet_Encryption
- Fixed a race condition in the mempool that would prohibit some PoP transactions from entering
NC_CLI
- getWalletTransactions - export all your transactions to a CSV file
- send from: send [sourceAddress]
- startup parameter to autoconnect: nodecore-cli.bat -connect 127.0.0.1:10501
- getnewaddress CLI command accepts a {count} parameter to generate multiple addresses and warns about backing up. backupwallet also warns about the password.
PoP Miner
- Added an "exportbitcoinkeys" command to the PoP miner which dumps the private keys used to a text file in Bitcoin WIF format
- Fix for an issue causing missing PoP transactions
POOLS
- Hook for a pool operator to embed custom HTML
- Worker hashrate column added to completed rounds
- Pool logs are now rolling, will auto-cleanup
New Wiki pages
https://wiki.veriblock.org/index.php?title=Wallet_Encryption
https://wiki.veriblock.org/index.php?title=Mining_-_Extra_Nonce
NC_CLI Commands added to wiki:
- clearpoolbans
- decryptwallet
- encryptwallet
- generatemultisigaddress
- getpop
- getwallettransactions
- listbannedminers
- lockwallet
- makeunsignedmultisigtx
- refreshwalletcache
- restartpoolwebserver
- signhexmessage
NC_CLI Commands updated to wiki:
- send [sourceAddress]
- getnewaddress [count] --> generate multiple at once
v0.3.10
v0.3.10-wallet
Update README.md
v0.3.9
v0.3.8
NC
-Fix for pool hashrate calculation
-Enhanced transaction searching
-Misc fixes and updates
NC_CLI
-Write out files such as -o data.json
-stopnodecore command
-troubleshootpopbyaddress command (requires 0.3.8 pop miner)
PoP Miner
-Pop Transaction FeePerKB and configurable relay fee guard
v0.3.7
v0.3.6
v0.3.5
v0.3.4
- Pools will now have optional fees.
- Pools will also include the block and timestamp per round, as well as overall pool hashrate.
- Pool web page will have a new theme
- There is a small consensus tweak. While the condition which would trigger it to diverge from the current consensus rules has never been hit, updating to the latest version will ensure you remain in-sync with the rest of the network.
- Has a new NC_CLI getdiagnosticinfo command to provide diagnostic info on the nodecore instance, such as the folder NodeCore is running from, the properties set in the nodecore.property file, or the java version.