Post
Topic
Board Service Announcements
Re: [ANN] LeaseRig.net Rent & Hire Scrypt(Jane/Nfactor)/SHA3/SHA256/X11 HashPower!
by
hutnik
on 03/07/2014, 15:44:14 UTC
abandoned? I'm using it everyday for about 2 years, It was updated looong time ago, but it works.
I purchased premium back then for few $ and only issue so far was last year, when it wasn't working for a week because some "network issues".

Also, with GrowlForWindows (free) it can send you notification from windows with commandline Smiley like
Code:
growlnotify.exe /t:"notification title" "notification message :)"
and it looks like this

In my case, I get notification every time sgminer crashes and restarts Smiley (my .bat for launching sgminer)
Code:
:loop

sgminer.exe -c sgminer.conf
C:\Programy\Growl\growlnotify.exe /t:"Rig Fluffy" "restarted"
ping 127.0.0.1

goto loop