Browse Source

Update README.md

master
yuriy0803 3 years ago committed by GitHub
parent
commit
1928f1ba53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      README.md

7
README.md

@ -262,6 +262,13 @@ otherwise you will get errors on start because of JSON comments.**
"password": ""
},
"exchange": {
"enabled": true,
"url": "https://api.coingecko.com/api/v3/coins/markets?vs_currency=usd&ids=ethereum-classic",
"timeout": "50s",
"refreshInterval": "900s"
},
// This module periodically remits ether to miners
"unlocker": {
"enabled": false,

Loading…
Cancel
Save