Skip to content

mining-cli v0.1.0 (testnet)

Latest

Choose a tag to compare

@moshemalawach moshemalawach released this 01 Jun 15:09
· 1 commit to main since this release

First release of mining-cli, the admin CLI for the Orogen chain.

Features

  • chain-spec print / chain-spec generate — generate or inspect the default chain spec (mainnet / forge networks)
  • rfc list / rfc check — list and validate the RFC specs (filename pattern + first H1)
  • slash check-format — validate the JSON format and cosigner count of a slash receipt (format check only; does not verify signatures)

Install (x86_64 Linux, glibc)

tar -xzf mining-cli-0.1.0-x86_64-linux-gnu.tar.gz
sudo install -m755 mining-cli-0.1.0-x86_64-linux-gnu/mining-cli /usr/local/bin/mining-cli
mining-cli --version

Verify checksum

sha256sum -c mining-cli-0.1.0-x86_64-linux-gnu.tar.gz.sha256

SHA-256 (tarball): 5c159907073f705d351c52dcb0e759457f8c1f016f140ea54dd453490c49d89f

The archive bundles the specs/ directory used by rfc list / rfc check.