updated algo map, and fixed miner list

This commit is contained in:
2018-01-21 16:14:01 -08:00
parent d131698995
commit 055ab45efd
3 changed files with 10 additions and 23 deletions

View File

@@ -90,7 +90,7 @@ for i in ["scrypt", "blakecoin", "blake2s", "decred", "x11", "quark", "qubit", "
data[i]["adjusted_estimate"]/=1000
except:
pass
coins={}
for i in data:
if (algo_map[i]!=""):
@@ -109,7 +109,3 @@ print("")
for i in coins:
print(i+": "+str(coins[i]["estimate"]))
print("")
for i in coins:
print(i+": "+str(coins[i]["bin"]))