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

@@ -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": ""
}

View File

@@ -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"
}
}
}

View File

@@ -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"]))