More
referral
Increase your income with Hive. Invite your friends and earn real cryptocurrency!

Bug report : hashrate / unit

Hi

It looks like there’s a bug in h-stats.sh for Rigel Miner

If hashrate > 10 GH/s, it reports 1000 MH/s

Rigel’s author claims it’s Hive side, the API is ok

May you have a look on this ?

we’ve gotten a few reports, so its on the to do list. thanks

1 Like

While waiting for the changes to be made, readers can do it themselves with this

sudo sed -i 's/| \.hashrate\.\$t_algo/| \.hashrate\.\$t_algo\/1000/g' /hive/miners/rigel/h-stats.sh
sudo sed -i 's/\\"hs\\"/\\"khs\\"/g' /hive/miners/rigel/h-stats.sh
1 Like