Skip to content

Configuration Details

Snipa22 edited this page Feb 12, 2017 · 4 revisions

This will mostly be details that may not be obvious about particular configuration values. It is also a reference for specific values that need to be monitored and set appropriately.

Module Item Details Should Configure Required Configure
pool retargetTime Time in seconds before the pool will attempt to retarget a miners difficulty
pool targetTime Time that the pool will aim for, in seconds, to have shares submitted by miners. Should be shorter than retargetTime
daemon address RPC daemon host. Usually 127.0.0.1
daemon port RPC daemon port. Varies from coin to coin. Monero/XMR uses 18081 by default
wallet address RPC daemon host. Usually 127.0.0.1
wallet port Wallet RPC daemon port. Varies from coin to coin. Monero/XMR uses 18082 by default
rpc https If you set the to true, both the daemon, and the wallet RPC must be secured over SSL!
payout btcFee This fee is applied in addition to whatever fee is charged for the usage of that particular pool type if someone wants to be paid out in BTC
payout exchangeMin This is the minimum balance required to pay out to any non-standard address. This includes the BTC auto-exchange address. Can be overridden by a user setting their own payout thresholds
payout devDonation This is the % of fees routed to the developers of the coin. This is calculated as a percentage of fees, not a percentage of amount mined by the miner
payout poolDevDonation This is the % of fees routed to the developers of the pool. This is calculated as a percentage of fees, not a percentage of amount mined by the miner
payout feesForTxn This is the amount of money that must always be left in the pool wallet, owed to the Fee address, to provide buffer for PPS and other pool usage
pool address The coin address that will be sent to the RPC daemon for the block template. This should be your wallet-rpc address X
payout feeAddress The address that fees will eventually be sent to X
general mailgunKey The key from a Mailgun account to send e-mails from X
general mailgunURL The URL from a Mailgun account to send e-mails from X
general emailFrom The From header in e-mails from your pool will send from. Example: XMRPool.net Admins noreply@xmrpool.net X
general shareHost The location of /leafApi from remoteShare daemon. This is generally going to be http://127.0.0.1:8000/leafApi if using localhost, or whatever your passthrough is in your webserver X
general adminEmail The e-mail address that the pool will send notifications to about state issues and/or errors such as payment daemon. Needs to have Mailgun setup X
general emailSig The signoff line for emails sent to users of the pool. X
Clone this wiki locally