Bitcoin ABC version 0.24.1 is now available from:
https://download.bitcoinabc.org/0.24.1/
This release includes the following features and fixes:
A new bitcoin-cli -generate
command, equivalent to RPC generatenewaddress
followed by generatetoaddress
, can generate blocks for command line testing
purposes. This is a client-side version of the former generate
RPC. See
the help for details.
sendtoaddress
more consistent with sendmany
the following error
sendtoaddress
codes were changed from -4
to -6
:
-walletnotify
notifications are now sent for wallet transactions that are
removed from the mempool because they conflict with a new block. These
notifications were sent previously before the v0.21.13 release, but had been
broken since that release.