Skip to main content

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=root and change root to your miner password.
  • For WhatsMiner: Uncomment # MINER_API_WHATSMINER_WEB_PASSWORD=admin and change admin to your miner password.
  • Save the file and restart the Agent service with sudo systemctl restart nonce-agent.