Browse Source

Update README.md

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

10
README.md

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

Loading…
Cancel
Save