darkfi_mmproxy.toml 672 B

123456789101112131415161718192021
  1. ## darkfi-mmproxy configuration file
  2. ##
  3. ## Please make sure you go through all the settings so you can configure
  4. ## your daemon properly.
  5. ##
  6. ## The default values are left commented. They can be overridden either by
  7. ## uncommenting, or by using the command-line.
  8. #[mmproxy]
  9. # darkfi-mmproxy daemon listen URL.
  10. # This is where XMRig can connect to with a daemon (solomining) endpoint.
  11. #mmproxy_rpc = "http://127.0.0.1:3333"
  12. #[monerod]
  13. # monerod RPC address.
  14. # This is the monerod endpoint which is proxied by mmproxy.
  15. #monero_rpc = "http://127.0.0.1:18081"
  16. # Monero network to use (mainnet/testnet)
  17. # Used to validate miner reward addresses.
  18. #monero_network = "mainnet"