8. Troubleshooting
sudo docker ps | grep postgres
sudo docker ps | grep redischmod +x fiamma-operatortail -f .logs/bitvm-operator/bitvm-operator.$(date +%Y-%m-%d).logLast updated
If you encounter issues while running the Operator:
Verify the database and Redis are running:
sudo docker ps | grep postgres
sudo docker ps | grep redisCheck the .env file to make sure environment variables are set correctly.
Make sure the operator binary has execute permissions:
chmod +x fiamma-operatorReview the logs for detailed error messages:
tail -f .logs/bitvm-operator/bitvm-operator.$(date +%Y-%m-%d).logLast updated