Hello,
Thanks to Michelm for this dashboard.
I'm new in minera, i have the lastest version istalled 0.9.1
All is working well but i have an error to get "coins_profitability" from redis
error output
"[{\"symbol\":\"ltc\",\"coin\":\"litecoin\",\"algo\":\"scrypt\",\"reward\":25,\"difficulty\":11788933.15348738,\"blocks\":1688088,\"networkhashps\":297860806668585.8,\"btcValue\":0.00697497,\"price\":0.00697497,\"coin_profitability\":0.000042659855963606614,\"btc_profitability\":2.975512155504772e-7,\"timestamp\":1566313142,\"hashrate\":1000000},{\"symbol\":\"btc\",\"coin\":\"bitcoin\",\"algo\":\"sha256\",\"reward\":12.5,\"difficulty\":0,\"blocks\":0,\"networkhashps\":0,\"error\":{
\"code\":\"ECONNREFUSED\",\"errno\":\"ECONNREFUSED\",\"syscall\":\"connect\",\"address\":\"144.76.40.144\",\"port\":3332},\"btcValue\":1,\"price\":1,\"coin_profitability\":null,\"btc_profitability\":null,\"timestamp\":1566313142,\"hashrate\":1000000},{\"error\":true,\"message\":\"Blockr data problem\",\"symbol\":\"bch\",\"coin\":\"bitcoin cash\",\"algo\":\"sha256\",\"reward\":12.5,\"difficulty\":0,\"blocks\":0,\"networkhashps\":0,\"coin_profitability\":0,\"btc_profitability\":0,\"timestamp\":1566313142,\"hashrate\":1000000}]"
after a little Ping from 144.76.40.144 this address is come from
https://getminera.com/How can i get coins_profitability working?
In website there is writen profitability came from poloniex.
Please help, very good dashboard
Regards.
Now it should be fixed, from Poloniex I take only the exchange rates, you need to get also blockchain node info to calculate profitability and I use my nodes, that's why the call comes from getminera.com APIs.