Thank you for the release.
I think this miner performs well and on par with Cryptodredge if you setup the stratum difficulty manually.
Two things to focus on :
- Fine tuning of intensity : for example, an intensity of 19 or 19.5 if fine for 1080 Ti
- Difficulty : best way is to run with automatic diff from pool, then after stabilization, examine choosen diff from pool and force it in pool parameters
To force manually difficulty, change the "pass" parameter by adding a "d=" item :
- in config file : "pass": "c=COIN,d=XX"
- in command line : -p c=COIN,d=XX
replace COIN by coin code (ex: LUX) and XX by the wanted difficulty (ex: 48)
By the way, don't forget to define several pools in the coin config file : if a pool fails or can't be reached, CryptoGen automatically switches to the next pool in the list.
This way, you never lose money !