Useful Commands

Useful commands

# Check balance
ironfish wallet:balance $IRONFISH_WALLET
# Get tokens from faucet
ironfish faucet
# Check status
ironfish status -f
# Chech logs of the node
journalctl -u ironfishd -f
# Check logs of miner
journalctl -u ironfishd-miner -f
# Start the node
sudo service ironfishd stop
# Stop mining
sudo service ironfishd-miner stop
# Restart node
sudo service ironfishd restart
# Restart miner
sudo service ironfishd-miner restart
# Restart cron
sudo systemctl restart cron

Change the number of threads

Last updated

Was this helpful?