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
# Check logs of cron
tail -F $HOME/logfile.log
# Check the crown logs for weekly tasks
cat $HOME/bms.log
Change the number of threads
sudo service ironfishd-miner stop
sudo nano /etc/systemd/system/ironfishd-miner.service
Crtr + o - save, enter, Ctrl + x - exit
systemctl daemon-reload
systemctl enable ironfishd-miner.service
systemctl start ironfishd-miner.service
Last updated
Was this helpful?