diff --git a/algo-map.json b/algo-map.json index 63bf2eb..7b8e5cf 100644 --- a/algo-map.json +++ b/algo-map.json @@ -1,5 +1,5 @@ { - "bitcore": "", + "bitcore": "Bitcore", "blake2s": "Blake2S", "blakecoin": "Blakecoin", "c11": "C11", @@ -13,22 +13,22 @@ "myr-gr": "Myriad-Groestl", "neoscrypt": "NeoScrypt", "nist5": "NIST5", - "phi": "", - "polytimos": "", + "phi": "Phi", + "polytimos": "Polytimos", "quark": "Quark", "qubit": "Qubit", - "scrypt": "Scrypt", + "scrypt": "", "sha256": "", "sib": "Sib", "skein": "Skein", - "skunk": "", - "timetravel": "", - "tribus": "", + "skunk": "Skunk", + "timetravel": "Timetravel", + "tribus": "Tribus", "x11": "X11", - "x11evo": "", + "x11evo": "X11evo", "x13": "X13", "x14": "X14", "x17": "X17", - "xevan": "", + "xevan": "XEvan", "yescrypt": "" } \ No newline at end of file diff --git a/miners.json b/miners.json index 8519433..fee4e39 100644 --- a/miners.json +++ b/miners.json @@ -1,11 +1,3 @@ -{ - "user_name": "salfter", - "miner_name": "miner10", - "card_type": "nvidia", - "currency": "USD", - "pwrcost": 0.107, - "min_profit": 0.0, - "miners": { "Bitcore": { @@ -211,4 +203,3 @@ "last_benchmark": "2018-01-21" } } -} diff --git a/zpool-switch.py b/zpool-switch.py index 4f737d3..a4b8d84 100755 --- a/zpool-switch.py +++ b/zpool-switch.py @@ -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"]))