Chainweb Mining Client 0.4
Upgrading
Formerly the default account name was the public key (in hexadecimal encoding).
Starting with the release the account name is the public key (in hexadecimal encoding) prefixed with k:
.
In order to upgrade, the mining coordination of the chainweb-node that the chainweb-mining-client connects to must be changed to match the new account name.
Alternatively the new optional command line option --account
can be used to explicitly specify an arbitrary account name.
What's Changed
-
use k: accounts by default by @larskuhtz in #17
This change also introduced a new optional command line option
--account
that allows to explicitly specify an account name.
Full Changelog: 0.3...0.3.1