Yesterday I added my machine to betarigs.com. I am currently using one machine for mining with keccak. I used this config
@rem motd
@echo MAX.1GH.COM
@echo ===========
@echo Please replace our demo address with yours.
@echo
timeout /t 60
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 0
cgminer.exe --keccak --no-submit-stale -o
http://eu.betarigs.com:3333 -u kokal-1881 -p x -o stratum+tcp://maxpool.1gh.com:17333 -u mKgTsqBaSYWRJ73TAqk7VCaSUS8w9PTYrf -p x -o stratum+tcp://maxpool2.1gh.com:17333 -u mKgTsqBaSYWRJ73TAqk7VCaSUS8w9PTYrf -p x -I 13 --gpu-fan 85 --gpu-engine 1000 --gpu-memclock 900
It had no problem working. Until machine got rented tonight while I was asleep. It says on site job finished - prolly it worked but when it had to go back to maxpool it bugged. I just saw that ppl add --failover-only so I added it and config is now:
@rem motd
@echo MAX.1GH.COM
@echo ===========
@echo Please replace our demo address with yours.
@echo
timeout /t 60
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 0
cgminer.exe --keccak --no-submit-stale -o
http://eu.betarigs.com:3333 -u kokal-1881 -p x --failover-only -o stratum+tcp://maxpool.1gh.com:17333 -u mKgTsqBaSYWRJ73TAqk7VCaSUS8w9PTYrf -p x -o stratum+tcp://maxpool2.1gh.com:17333 -u mKgTsqBaSYWRJ73TAqk7VCaSUS8w9PTYrf -p x -I 13 --gpu-fan 85 --gpu-engine 1000 --gpu-memclock 900
Should there be any problem with 3 pools?. I will edit later when my 3 hour lease is cleared.
P.S. After 3 hours of renting my cgminer 3.7.3 froze again. It says pool 0 was not responding or something ... switching to pool 1 and there it hangs up. 20 min no connection unless i manually restart miner... Any ideas ?