AMMOcoin Troubleshooting Guide
Node Won't Sync
- Make sure your
ammocoin.confcontainsaddnodeentries pointing to active seed nodes. - Verify that port 37020 (P2P) is open in your firewall and forwarded on your router if behind NAT.
- Check your connection count:
ammocoin-cli getconnectioncount. If it returns 0, your node cannot reach the network.
RPC Connection Refused
- Confirm that
rpcuserandrpcpasswordare set in yourammocoin.confand match what you pass toammocoin-cli. - Ensure the daemon is actually running:
ps aux | grep ammocoind. - Check that
rpcport(default 51473) is not blocked by a local firewall.
macOS Gatekeeper Blocks the App
Because AMMOcoin binaries are not signed with an Apple Developer certificate, macOS may refuse to open them. Two solutions:
- Right-click method: Right-click (or Control-click) the app and choose Open. Confirm the dialog.
- Terminal method: Run
xattr -r -d com.apple.quarantine /path/to/AMMOcoin-Qt.appto remove the quarantine flag.
Still Stuck?
If none of the above resolves your issue, please open a ticket on the GitHub Issues page with details about your operating system, AMMOcoin version, and the exact error message.