Skip to content

Releases: VeriBlock/nodecore-releases

v0.3.11

18 Jan 21:03
094a757
Compare
Choose a tag to compare

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

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

13 Dec 01:52
9080b6b
Compare
Choose a tag to compare

licensed as public domain under MIT

v0.3.10-wallet

08 Dec 15:04
eea59d9
Compare
Choose a tag to compare
Update README.md

v0.3.9

28 Nov 16:24
2ecbe1d
Compare
Choose a tag to compare

Several robustivity improvements
Several pool updates
NC_CLI multisig address support

v0.3.8

06 Nov 15:52
6f082ae
Compare
Choose a tag to compare

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

22 Oct 14:18
6f082ae
Compare
Choose a tag to compare

Fix pool transaction edge case

v0.3.6

16 Oct 13:51
1dac65e
Compare
Choose a tag to compare

PoP Miner - add automine per round

v0.3.5

02 Oct 16:32
7bf9392
Compare
Choose a tag to compare
Update README.md

v0.3.4

01 Oct 15:38
9847598
Compare
Choose a tag to compare
  • 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.

v0.3.3

18 Sep 16:47
d47dca1
Compare
Choose a tag to compare

re-enabled the PoP auto-scheduler