Post
Topic
Board Mining (Altcoins)
Re: cryp.today Mining revenue stats Scrypt Scrypt-N X11 X13 pools / hashrate rentals
by
merc82
on 27/10/2014, 22:56:21 UTC
Main chart has been updated for today: http://cryp.today
Rental pricing page http://cryp.today/current is still having some trouble with MRR, everything else works.

Is there an API issue? We're not seeing any issues on our (MRR) side, let me know if I can help

Not sure yet, haven't had time to fully debug it. Seems like the requests are timing out for no apparent reason. It could be that there is an issue on my side, it's just weird that one algo works (Scrypt), and others don't. Thanks for the offer though. I'll see if I need your help once I dig deeper into this.

Not sure if you're parsing it from the html, or if you're aware of the API:
https://www.miningrigrentals.com/api/v1/rigs?method=list&type=sha256
https://www.miningrigrentals.com/api/v1/rigs?method=list&type=scrypt
https://www.miningrigrentals.com/api/v1/rigs?method=list&type=x11
https://www.miningrigrentals.com/api/v1/rigs?method=list&type=x13
etc


Thanks. I'm pulling API data and also the first page of the HTML to get the available/total rigs. That one might be tripping me. Is there a way to get available/total rigs from the API?

In each algo's rig list there is a 'info' array containing the statistics of total available/rented and hashrates of both (in hash) in the response->data->info section

eg:
"available":{"rigs":"966","hash":"1591665079000000"},"rented":{"rigs":"184","hash":"155035266000000"},"price":{"lowest":"0.0000000175","last_10":"0.00000002","last":"0.0000000179"}
overall total would be available+rented

Cheers Wink