You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.