Releases: kadena-io/chainweb-mining-client
Chainweb Mining Client 0.7
What's Changed
- Add flag
--default-http-timeout
and corresponding config variabledefaultHTTPTimeout
for setting the request timeout from the miner client to the node.
Full Changelog: 0.6...0.7
Chainweb Mining Client 0.6
What's Changed
- Add
constant-delay
worker which is a new simulated miner that emits blocks at a constant rate. - Configure this rate using the
--constant-delay-block-time
flag, which is set to the number of seconds per block on each chain.
Full Changelog: 0.5...0.6
Chainweb Mining Client 0.5
What's Changed
- Add
--stratum-rate
option, which specifies the mining rate (in milliseconds) at which each worker thread emits new mining jobs to the client. - Change default value for thread count to 2.
- Change default to connect to chainweb-node over an unsecure connection.
- Change default to require valid certificates when TLS is enabled.
- Change default chainweb-node host address to use port 1848.
Full Changelog: 0.4...0.5
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
Chainweb Mining Client 0.3
Rename package into chainweb-mining-client
The package is renamed from test-miner into chainweb-mining-client
Version 0.1
Merge pull request #1 from kadena-io/ci-build Fix GitHub CI build for ubuntu-20.04