KlausT / ccminer

Software for mining various cryptocoins
GNU General Public License v3.0
403 stars 311 forks source link

Feature requests - Backup Pools #118

Open 7h3Cub3 opened 6 years ago

7h3Cub3 commented 6 years ago

Hello KlausT, happy new year mate !

I wished to know if it was possible to add backup pools like it's currently available on alexis or tpruvot ?

On a side note i tested the latest version v8.18, no improvements for neoscrypt algo on either 1070 or 1080Ti. (Are you working on the 1080Ti to get improvements or are you letting Palgin getting this share of the lion ?)

For communication aside from here, you don't have anythning like a topic on bitcointalk or a discord ?.

Cheers!

dimafern commented 6 years ago

+1 on that. I've added it in Hive OS as an optional fork, There are a lot of forks which I support in OS, check builds here: http://download.hiveos.farm/ccminer/cuda9/

But klaust is the only one which does not accept pools in config like this: { "_note": "Nicehash", "pools": [ { "user": "33v4eKxAeJxgBEURuvjiYDhBPfRap4K8Lf.worker", "url": "stratum+tcp://lyra2rev2.eu.nicehash.com:3347", "pass": "x" } ], "api-bind": "0.0.0.0:4068", "max-temp": 85, "algo": "lyra2v2" }

It requires this format { "_note": "Nicehash", "api-bind": "0.0.0.0:4068", "max-temp": 85, "user": "33v4eKxAeJxgBEURuvjiYDhBPfRap4K8Lf.worker", "url": "stratum+tcp://lyra2rev2.eu.nicehash.com:3347", "pass": "x", "algo": "lyra2v2" }

Maybe this parsing/pools switching could be merged from tpruvot?

Thank you in any case)