Post
Topic
Board Mining (Altcoins)
Re: Need help writing URL to retrieve information from miningpoolhub
by
NeuroticFish
on 23/05/2018, 08:54:49 UTC
Hi,

I have prepared the following URL to get my worker's hashrate.

https://monero.miningpoolhub.com/index.php?page=api&action=getuserhashrate&api_key=(API KEY)&id=(miner name)

Unfortunately, I get an access denied page.

I have searched for an answer to the problem. All the pages I found indicate an incorrect api_key, but I know mine is correct.

Can someone give some suggestions?

Thanks!

I've done some research for you and some ideas could be:
* urllib may cause problems and curl could solve this
* some calls may work only on https://miningpoolhub.com/index.php?page=api... instead of coin's URL

You can read more about my findings here.

Edit: I made even more tests, but only from browser and my advises are
1. Try without id first, it may work.
2. Try with your user id [dot] worker name.
Both of these attempts have returned a json for me, not the usual "access denied".