I'm currently having a look at the API and there's something I don't understand.
"bitcore":{
"name":"bitcore",
"port":3556,
"coins":1,
"fees":2,
"hashrate":529168602,
"workers":14,
"estimate_current":"0.00015663",
"estimate_last24h":"0.00015508",
"actual_last24h":"0.17900",
"hashrate_last24h":294483128.4,
"rental_current":"0.23995455"
},
It seems that "actual_last24h" is the same value as displayed on the website, however the "estimate_current" and "estimate_last24" seem to be by a factor of 1000? Is it a different unit?
Which value is used to compute the autoswitching?
Thanks!