Skip to content

v2.0.23

Compare
Choose a tag to compare
@cronicc cronicc released this 29 Mar 10:03
v2.0.23
e109c9a

Binaries

Windows and macOS binaries are signed with a valid certificate,
see included instructions.txt for Win/Mac command line wallets.

Install

Debian package dependencies:

Depends amd64: libc6 (>= 2.18), libgcc1 (>= 1:4.2), libgomp1 (>= 4.9), libstdc++6 (>= 5.2)
Depends arm64: libc6 (>= 2.25), libgcc1 (>= 1:4.2), libgomp1 (>= 4.9), libstdc++6 (>= 7)

Notable changes

  • -reindexfast - Rebuild block chain index from current blk000??.dat files on startup, skipping expensive checks for blocks below checkpoints. Faster sync speed by skipping expensive checks for blocks below checkpoints. #350
  • Improve tracking of penalized chains by adding optional argument --with-penalties=true/false to 'getchaintips' RPC call #348
  • Added tests for block halving #342
  • Update OpenSSL dependency #365 #374
  • Modify contrib/linearize to work with zend #362