Update README, reference config files and Docker with the new SOCKS config

This commit is contained in:
Felipe Knorr Kuhn
2022-02-03 23:21:19 -08:00
parent e453d19181
commit e036c7a5b4
4 changed files with 46 additions and 0 deletions

View File

@@ -61,5 +61,12 @@
"BISQ": {
"ENABLED": false,
"DATA_PATH": "/bisq/statsnode-data/btc_mainnet/db"
},
"SOCKS5PROXY": {
"ENABLED": false,
"HOST": "127.0.0.1",
"PORT": 9050,
"USERNAME": "",
"PASSWORD": ""
}
}