pubconstGUPAX_CHECK_FOR_UPDATES: &'staticstr="Check for Gupax, P2Pool, and XMRig updates via GitHub's API";
pubconstGUPAX_UPGRADE: &'staticstr="Upgrade anything that is out-of-date";
pubconstGUPAX_AUTO_UPDATE: &'staticstr="Automatically check for updates at startup";
pubconstGUPAX_ASK_BEFORE_QUIT: &'staticstr="Ask before quitting if processes are still alive";
pubconstGUPAX_PATH_CONFIG: &'staticstr="The location of the Gupax configuration file";
pubconstGUPAX_PATH_P2POOL: &'staticstr="The location of the P2Pool binary";
pubconstGUPAX_PATH_XMRIG: &'staticstr="The location of the XMRig binary";
// P2Pool
pubconstP2POOL_MAIN: &'staticstr="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="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";
// XMRig
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)";