Nonce Agent
For step-by-step Agent help, go to Install Nonce Agent.
If I previously changed my miner password, what should I change in Nonce Agent?
After installing Agent, you can specify custom credentials for miners:- Log in to the host running Agent.
- Navigate to the Agent configuration file, typically located at
/etc/nonce-agent/.env. - For AntMiner: Uncomment
# MINER_API_ANTMINER_WEB_PASSWORD=rootand changerootto your miner password. - For WhatsMiner: Uncomment
# MINER_API_WHATSMINER_WEB_PASSWORD=adminand changeadminto your miner password. - Save the file and restart the Agent service with
sudo systemctl restart nonce-agent.
Will my Agent recover automatically after a power outage?
Yes. Nonce Agent is designed to run automatically when the system starts. After a power outage, once power is restored and the host reboots, Agent will automatically start and continue monitoring your miners.What should I check if my Agent goes offline?
If your Agent goes offline, follow these troubleshooting steps:- Check the Agent service status:
- Check Agent logs for more details:
- Ensure the host network connection is working properly, since Agent requires network access.
- If the issue persists, try restarting the Agent service:
- If the issue is still not resolved, contact Nonce support for further assistance.