Skip to content

Releases: VeriBlock/nodecore-releases

v0.1.6

14 Jun 16:56
9c95330
Compare
Choose a tag to compare

NodeCore

  • Many stability fixes
  • Improved blockchain load time

Reference PoW Miner

  • Inputs can be specified through a properties file

v0.1.5

23 May 17:10
3a53d20
Compare
Choose a tag to compare

NodeCore

  • Minor bug fixes, stability and performance improvements

PoP Miner

  • Minor bug fixes

v0.1.4

10 May 19:29
ae80726
Compare
Choose a tag to compare

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

26 Apr 18:51
9315a6a
Compare
Choose a tag to compare

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

05 Apr 19:05
e3126c2
Compare
Choose a tag to compare

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

23 Mar 23:30
75df668
Compare
Choose a tag to compare
add wiki

v0.1.0

15 Mar 16:46
85d091b
Compare
Choose a tag to compare

Release Notes