Author

Topic: Need help writing URL to retrieve information from miningpoolhub (Read 117 times)

newbie
Activity: 29
Merit: 0
Hi,

I figured it out.
I needed to put the coin in the URL: monero.miningpoolhub.com and I had to put a numeric value for my ID that is in my account info.

Thanks for your help!
legendary
Activity: 3668
Merit: 6382
Looking for campaign manager? Contact icopress!
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".
newbie
Activity: 29
Merit: 0
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!
Jump to: