Fix Bitcoin Mining Pool Hashrate Issue

Job ID: 39683149

Budget: $10 – $30 USD

I need help with my bitcoin mining pool's hashrate reporting. Currently, the hashrate isn't reporting correctly for all miners.

I use miningcore with reddis. The reported hashrate on the miner isn't what's reporting in the api. I need to get the reported hashrate from the miner to show on on in the api. I already have the api set and working with other stats but the hashrate isn't correct.
I'm offering $50 for this project.

the first wallet is a bitaxe reporting 1.2TH/s and the second wallet is a Pi5 cpu miner reporting 3.3MH/s but I get this,

curl -s http://localhost:4000/api/top-wallets | jq .
[
{
"wallet": "bc1qny...8rnyum",
"workers": 1,
"hashrate": 214748
},
{
"wallet": "bc1qls...zjxtc8",
"workers": 1,
"hashrate": 2147
}
]
Related categories: PHP MySQL Bitcoin Redis Blockchain API Data Integration Cryptocurrency