Skip to content

Releases: kadena-io/chainweb-mining-client

Chainweb Mining Client 0.7

27 Jun 16:51
ffa1266
Compare
Choose a tag to compare

What's Changed

  • Add flag --default-http-timeout and corresponding config variable defaultHTTPTimeout for setting the request timeout from the miner client to the node.

Full Changelog: 0.6...0.7

Chainweb Mining Client 0.6

14 Dec 19:29
c6a7509
Compare
Choose a tag to compare

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

23 Nov 23:15
04ba308
Compare
Choose a tag to compare

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

29 Nov 19:52
85b9f78
Compare
Choose a tag to compare

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

10 Nov 06:37
d9ae4d3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2...0.3

Rename package into chainweb-mining-client

21 Aug 05:17
c206473
Compare
Choose a tag to compare

The package is renamed from test-miner into chainweb-mining-client

Version 0.1

21 Aug 04:05
d540981
Compare
Choose a tag to compare
Merge pull request #1 from kadena-io/ci-build

Fix GitHub CI build for ubuntu-20.04