Releases: VeriBlock/nodecore-releases
Releases · VeriBlock/nodecore-releases
v0.1.6
v0.1.5
v0.1.4
Major Changes
- Updated Ports: 10501 = TestNet. 10500 has been reserved for MainNet. When connecting with the NC_CLI to testnet, now use 10501 instead of 10500!
- The send command now treats the configured fee as the FEE-PER-BYTE to account for the new possibility of a transaction being more than one size in bytes. Consider changing your transactions fees accordingly (NC_CLI has the settxfee command).
PoW Miner
- Early preview release of the CUDA-GPU miner, see nodecore-pow-cuda-0.1.4.zip
NodeCore CLI
- New command to show what blocks are protected by PoP: getProtectedChildren, getProtectingParents
- New command to import a wallet: importwallet (related to backupwallet)
- Fix send bug - If A has 100 and B has 100, then you can send 150, therefore 1 Send command can have multiple transactions. This means send can return multiple transactions.
PoP Miner
- Action timeout is now configurable
- Miner can be scheduled using a cron expression
NodeCore
- Minor bug fixes and performance improvements
v0.1.3
PoP
- New PoP miner!
- No longer requires a bitcoind instance to mine
- Introduces an interactive command-line
NodeCore
- Stability fixes
CLI
- Provide immediate error on connect if endpoint invalid
- New command to see PoP endorsements: getpopendorsementsinfo
- Added Bitcoin TXID to gettransaction command
v0.1.2
NodeCore
- Peer to peer network protocol overhauled (Breaking change)
- TLS support on Admin RPC
- RPC Password option
- Added robustness to mining pool operation (Breaking change)
- Backup wallet RPC endpoint added
- Fixed a case in which Bitcoin blockchain view was not rolled back when forked
- Introduced support for multiple networks
CLI
- Removed "peer" commands
- Backup wallet command
- Added support for TLS
- Added support for password
PoW
- ExtraNonce support added
PoP
- Compatibility updates with Bitcoin 0.16.0
- Added support for SegWit transactions
v0.1.1
v0.1.0
Release Notes