yuzi-co / Forager

Advanced multi-algo profit switching miner
GNU General Public License v3.0
24 stars 14 forks source link

Cant add blake2b-btcc to config #107

Closed Imaminer closed 5 years ago

Imaminer commented 5 years ago

Algorithms_AMD = Lyra2v3,X16r,X16rt,X16s,X17,X20r,X21s,X22i,blake2b-btcc

All work except blake2b-btcc

If I kill this part of config ;Algorithms_AMD = Lyra2v3,X16r,X16rt,X16s,X17,X20r,X21s,X22i,blake2b-btcc then blake2b-btcc will benchmark and mine.

Thanks

yuzi-co commented 5 years ago

try to put it as blake2bbtcc (no dash)

Imaminer commented 5 years ago

Tried that and did not work. Also tried Blake2bBTCC (exactly as it's spelled in WildRig). Really want to use this algo without having to enable everything.

Imaminer commented 5 years ago

Well I have tried every possible combinations of spellings, quotes, etc and none work. I think its just not in your code to recognize this algo in this part of the config.

yuzi-co commented 5 years ago

on which pool you have that one? i will check it

Imaminer commented 5 years ago

zergpool

yuzi-co commented 5 years ago

I have no idea how it works for you without Algos line at all. It should not. There is no mapping.

I added mapping now to algos.json, and it should work (try adding Blake2bBTCC)

Imaminer commented 5 years ago

Excellent. Thank you for taking the time to fix this. working