Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.
Don Kackman edited this page Dec 26, 2021 · 7 revisions

rchia

rchia is a command line utility that enables management of chia nodes via RPC. This allows any number of nodes to be managed centrally.

It has most of the same commands and options as the regular chia CLI with a few additions and exceptions.

Additions

  • rchia services list - shows which services are running on a node
  • rchia node ping - pings the daemon
  • rchia bech32 - commands for translating between hashes and addresses
  • rchia plots list - list the plots on a node
  • rchia plots log - shows the log output for any running plot jobs or a specific plot job
  • rchia plots queue - shows the plot queue
  • rchia endpoints - commands for managing endpoints

Exceptions

These commands aren't exposed via RPC, so are not supported

  • chia init
  • chia configure
  • chia run_daemon
  • chia plots check
  • chia keys sign
  • chia keys verify
Clone this wiki locally