Hegz / puddle_jumper

Script to switch between cryptocoin mining pools based on data from whattomine.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Change in what to mine json

Hegz opened this issue · comments

whattomine doesn't seem to respect cookies anymore for json data. json values returned are for 3 x rx480 cards

To get the correct json data, the url now needs to be in the format of:
whattomine.com/coins.json?requestparameter=string...

Storeing the parameter string in the cfg file seems like the best way to deal with this for now.

changed the code to use a URL provided in the config file.