Yes, 2.5.
It can run 24hrs without a problem.
But it can crash in a few mins from the start like today and yesterday
Win 7 64bit.
https://bitcointalksearch.org/topic/m.14508342 Life hack.
SOLOmining
Many have noted that Gshift is disabled himself, and in the morning to check the work you realize that mining did not work while you sleep ((
There is a solution!
Write a script that will run itself Mining.
Create a new .bat file (re-launched.bat)
it prescribes these lines here
___________________________________
@echo off
TIMEOUT 5
:Rs
start gshift-windows-amd64 --rpcaddr "127.0.0.1" --rpcport 53901 console & start ethminer -G -F
http://127.0.0.1:53901 --cl-local-work 128 --cl-global-work 16384 --farm-recheck 500
TIMEOUT 3600
taskkill.exe /f /im "gshift-windows-amd64" /T
taskkill.exe /f /im "ethminer.exe" /T
TIMEOUT 1
goto :Rs
___________________________________
the .bat file must be located in a folder
gshift and ethminer
This script is run, and a purse and a miner at the same time in separate windows, next will come the countdown to 3600 seconds will automatically shut down programs, and re-launched.
pleasant use