BitMaker-hub / NerdMiner_v2

Improved version of first ESP32 NerdMiner
Other
1.37k stars 249 forks source link

BTC price API #310

Closed 19201003080114 closed 4 months ago

19201003080114 commented 5 months ago

BTC price update from api.blockchain.com is too slow. Suggest to use https://min-api.cryptocompare.com/data/price?fsym=BTC&tsyms=USD

$ symbol for BTC price should be at the front, ie: "$42990" instead of "42990$"

BitMaker-hub commented 4 months ago

We changed before this price API regarding some issues on the original price API in some countries. The current price value is updated every minute, not much more.

Regarding the $, yes, that make sense I'll modify on new versions

19201003080114 commented 4 months ago

Nerdminer to update every minute is OK. Issue is that response from api.blockchain.com is updated too slowly. So Nerdminer keeps displaying old prices.