minerd0.toml 442 B

123456789101112131415161718
  1. ## minerd 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. # PoW miner number of threads to use
  9. threads = 1
  10. # JSON-RPC settings
  11. [rpc]
  12. # JSON-RPC listen URL
  13. rpc_listen = "tcp://127.0.0.1:48467"
  14. # Disabled RPC methods
  15. #rpc_disabled_methods = []