#[cfg(target_os = "macos")]// Arti library has issues on macOS
pubconstGUPAX_UPDATE_VIA_TOR: &'staticstr="WARNING: This option is unstable on macOS. Update through the Tor network. Tor is embedded within Gupax; a Tor system proxy is not required";
pubconstGUPAX_PATH_P2POOL: &'staticstr="The location of the P2Pool binary: Both absolute and relative paths are accepted; A red [X] will appear if there is no file found at the given path";
pubconstGUPAX_PATH_XMRIG: &'staticstr="The location of the XMRig binary: Both absolute and relative paths are accepted; A red [X] will appear if there is no file found at the given path";
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_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!";
pubconstP2POOL_COMMAND: &'staticstr="Start P2Pool with these arguments and override all below settings; If the [--data-api] flag is not given, Gupax will append it to the arguments automatically so that the [Status] tab can work";
pubconstP2POOL_NAME: &'staticstr="Add a unique name to identify this node; Only [A-Za-z0-9-_] and spaces allowed, if the name already exists, the current settings will be saved to the already existing entry; Max length = 30 characters";
pubconstP2POOL_NODE_IP: &'staticstr="Specify the Monero Node IP to connect to with P2Pool; It must be a valid IPv4 address or a valid domain name; Max length = 255 characters";
pubconstP2POOL_RPC_PORT: &'staticstr="Specify the RPC port of the Monero node; [1-65535]";
pubconstP2POOL_ZMQ_PORT: &'staticstr="Specify the ZMQ port of the Monero node; [1-65535]";
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)";