Constant darkfi_mmproxy::CONFIG_FILE_CONTENTS

source ยท
pub(crate) const CONFIG_FILE_CONTENTS: &str = "## darkfi-mmproxy configuration file\n##\n## Please make sure you go through all the settings so you can configure\n## your daemon properly.\n##\n## The default values are left commented. They can be overridden either by\n## uncommenting, or by using the command-line.\n\n#[mmproxy]\n# darkfi-mmproxy daemon listen URL.\n# This is where XMRig can connect to with a daemon (solomining) endpoint.\n#mmproxy_rpc = \"http://127.0.0.1:3333\"\n\n#[monerod]\n# monerod RPC address.\n# This is the monerod endpoint which is proxied by mmproxy.\n#monero_rpc = \"http://127.0.0.1:18081\"\n\n# Monero network to use (mainnet/testnet)\n# Used to validate miner reward addresses.\n#monero_network = \"mainnet\"\n";