| 123456789101112131415161718 |
- ## minerd configuration file
- ##
- ## Please make sure you go through all the settings so you can configure
- ## your daemon properly.
- ##
- ## The default values are left commented. They can be overridden either by
- ## uncommenting, or by using the command-line.
- # PoW miner number of threads to use
- #threads = 4
- # JSON-RPC settings
- [rpc]
- # JSON-RPC listen URL
- rpc_listen = "tcp://127.0.0.1:28467"
- # Disabled RPC methods
- #rpc_disabled_methods = []
|