Nodes operations

Set environment before your operation:

export CHIAN_TYPE=<your CHIAN_TYPE>

Stream Node

Check balance

./stream chain balance 

Check revenue

./stream chain stream revenue

Withdraw revenue

./stream chain stream withdraw

Storage Node

Check balance

export CHIAN_TYPE=<your chain>
./stream chain balance

Check revenue information

./store-edge chain store revenue

Withdraw storage revenue, updates available rewards

./store-edge chain store withdraw

Update storage rewards

./store-edge chain store updateReward

Withdraw storage rewards

./store-edge chain store withdrawReward

Validator Node

Check Balance

./validator chain balance

Last updated