| 12345678910111213141516 |
- ## darkfid 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.
- # Path to wallet database
- wallet_path = "~/.local/darkfi/drk/wallet.db"
- # Password for the wallet database
- wallet_pass = "changeme"
- # darkfid JSON-RPC endpoint
- endpoint = "tcp://127.0.0.1:8340"
|