🌱

chia cli command のメモ

2023/02/16に公開

複数マシンで chia farmer とか動かしていると UI で管理めんどい...
cli でやりたい.

主に farming と wallet 管理を想定します.

chia 1.7.0 想定します.

farmer 起動

$ chia start farmer

wallet 残高チェック

$ chia wallet show

送金

$ chia wallet send ...

トランザクションチェック

$ chia wallet get_transactions

ただ 5 tx ごとなので一括取得には向かない(csv あたりにダンプするオプションあるかもしれません)

Discussion