tdickman / crypto51

https://www.crypto51.app/
GNU General Public License v3.0
77 stars 34 forks source link

Use nicehash api to get algo ids #23

Closed tdickman closed 5 years ago

tdickman commented 5 years ago

Previously we had a hard coded list of algorithms that we used to determine the appropriate nicehash id for our api calls. This list was out of date causing us to miss some coins. This code uses the nicehash api to retrieve these ids to make sure they are always up to date.