V1.4.0
- Added multiple pools support (failover pools)
- Added GPU crash display & logging back again
- Some minor bug fixes
Every pool now must be defined in a separate pools file.
The logic is simple, if it can't connect to first specified pool, after 2 retries it goes to the second one, and so on.. When reached the last pool, it goes back to the first one.
You can set the number of retries in config.txt adding the "giveup_limit" parameter.
At the moment there is no option to use pools with algo other then the one specified in the config file.