- Uses newest Chainweb, so that all CPU mining injects the nonce at the end.
- The last 8 bytes of a Block Header may also be interpreted as a Nonce. This allows for a significant performance improvement for GPU miners.
- Improved
chainweb-node
connection behaviour. (#13) testnet04
support.
- Fixed
chainweb-miner balance
to account for changes in Chainweb. (#19)
- New Command:
chainweb-miner balance
to check the balance of a given account. (#1)
- Connect to
chainweb-node
in a way that pressures its network stack less. See also this issue. (#9)
- It is now impossible to pass illegal Public Keys to
--miner-key
.