Comment
Author: Admin | 2025-04-28
As required by the 3rd party poolapiType: boolDefault: falseValidation: noneEnable/Disable built-in API serverapi_bindType: stringDefault: 0.0.0.0Validation: noneIP address of the network interface to bind API server to. Default 0.0.0.0 will make API server accessible from the network. Loopback adapter 127.0.0.1 will only allow API communitcation from local PC.api_portType: intDefault: 9123Validation: noneLocal port number to start API server onapiuserType: stringDefault: empty stringValidation: noneUsername for API server authentification. If API Auth is not required, both apiuser and apipass should be empty stringsapipassType: stringDefault: empty stringValidation: noneAPI Auth passwordwalletsType: arrayDefault: emptyValidation: noneArray of objects that can specify custom login string when using atomminer pool. If you're using wallet override like shown in exaple belowm you're miner will not report any statistics under your main email address on the pool. These logins are treated as independent anonymous connections to the pool and not attached or associated with your profile in any way.Following is the example that will make miner to mine SLOTH with anonymous wallet address and donate all BOOT coins to AtomMiner."wallets" :[ {"SLOTH":"SYX8G4fGaNr7TPCLBPD7HRoLbUF2ABPETT"}, {"BOOT":"donate@atomminer.com"}]NotePlease do not mine SLOTH on SYX8G4fGaNr7TPCLBPD7HRoLbUF2ABPETT as you will not receive any reward mined on this address.
Add Comment