Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
5101994
Topic
353436
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
Quote from: aMasheep on February 12, 2014, 10:37:14 AM
Quote from: SlipperySlope on February 12, 2014, 10:12:53 AM
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