Hi Guys
First of all. Thanks for the good work. I like nvOC a lot.
Second Thanks Papampi for the wtm switch. It is brilliant. But maybe I'm to stupid to use it. How can i add the nicehash algos to the switcher? If i add nice_equihash to the list it just ignores it.
Thanks
Matze
I think settings included in nvOC for nicehash are for salfter_nicehash_auto_switch and not individual mining
Maybe damNmad can help you with individual nicehash miners for WTM_AUTO_SWITCH (or at least some of the good ones)
@fullzero
@damNmad
@Rumo, I think it's failing because the naming conventions don't match up for NiceHash between nvOC and WTM.
Most straight coins have Tags in the WTM JSON like this:
"Ethereum":{"id":151,
"tag":"ETH","algorithm":"
Ethash"
"Zcash":{"id":166,
"tag":"ZEC","algorithm":"
Equihash"
"Zencash":{"id":185,
"tag":"ZEN","algorithm":"
Equihash"
There's only one of each tag per coin, even if many coins use the same algo, and the same names are used in 1bash for those coins. I think that's the field @papampi's switcher is using.
But for NiceHash, they ALL use the tag "NICEHASH."
"Nicehash-Ethash":{"id":15,
"tag":"NICEHASH","algorithm":"
Ethash"
"Nicehash-Equihash":{"id":19,
"tag":"NICEHASH","algorithm":"
Equihash"
Basically, nvOC and Papampi's switch look at things per coin (and each coin has one algo.) NiceHash is designed to look at things per algo. (And each algo has multiple coins, but you never see that because you're renting hash to NiceHash, not knowing what you're actually mining.)
WTM puts them in a single list for comparison, but that can cause complications at our end.