Skip to content

v0.1.4

Compare
Choose a tag to compare
@JoshRack JoshRack released this 10 May 19:29
· 100 commits to master since this release
ae80726

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