Post
Topic
Board Mining software (miners)
Re: cgmon - cgminer monitor for Linux - auto restart, reboot, sick gpu detect &more
by
aMasheep
on 12/02/2014, 15:50:51 UTC
Try changing line 27 in your tcl script.

Code:
set pool(address1) "maxpool.1gh.com:17333"

The scrypt assumes the stratum pool protocol.

Thanks, I'll try this ASAP when I get home :3

This wasn't my problem as stated in the last post. I found the problem though.

When I ran it, I used
Code:
sudo sh cgmon.tcl
But I should use
Code:
sudo chmod +x cgmon.tcl
./cgmon.tcl

But thanks for the help Smiley