pubconstP2POOL_MAIN: &'staticstr="Use the P2Pool main-chain. This P2Pool finds shares faster, but has a higher difficulty. Suitable for miners with more than 50kH/s";
pubconstP2POOL_MINI: &'staticstr="Use the P2Pool mini-chain. This P2Pool finds shares slower, but has a lower difficulty. Suitable for miners with less than 50kH/s";
pubconstP2POOL_OUT: &'staticstr="How many out-bound peers (you connecting to others) to connect to?";
pubconstP2POOL_IN: &'staticstr="How many in-bound peers (others connecting to you) to connect to?";
pubconstP2POOL_LOG: &'staticstr="Verbosity of the console log";
pubconstP2POOL_COMMUNITY: &'staticstr="Connect to a community trusted Monero node: This is convenient because you don't have to download the Monero blockchain but it comes at the cost of privacy";
pubconstP2POOL_MANUAL: &'staticstr="Manually specify your own Monero node settings";
pubconstP2POOL_AUTO_NODE: &'staticstr="Automatically ping the community Monero nodes at Gupax startup";
pubconstP2POOL_AUTO_SELECT: &'staticstr="Automatically select the fastest community Monero node after pinging";
pubconstP2POOL_SELECT_FASTEST: &'staticstr="Select the fastest community Monero node";
pubconstP2POOL_PING: &'staticstr="Ping the built-in community Monero nodes";
pubconstP2POOL_ADDRESS: &'staticstr="You must use a primary Monero address to mine on P2Pool (starts with a 4). It is highly recommended to create a new wallet for P2Pool mining; wallet addresses are public on P2Pool!";
pubconstXMRIG_P2POOL: &'staticstr="Mine to your own P2Pool instance (localhost:3333)";
pubconstXMRIG_MANUAL: &'staticstr="Manually specify where to mine to";
pubconstXMRIG_TLS: &'staticstr="Enable SSL/TLS connections (needs pool support)";
pubconstXMRIG_HUGEPAGES_JIT: &'staticstr="Enable hugepages for RandomX JIT code. Note: 1GB hugepages is automatically enabled (only available on Linux)";