Nonce Agent
What if my miner password has been changed from the default?
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.