4
1
I'm using Windows 8 x64. I've downloaded the latest cgminer (3.4 at this time), but when ever I try and start it I get the error message:
Error opening terminal: dumb
I've seen various post that suggest this relates to the TERM env var and setting this does change the message to end with what ever is in TERM, but nothing I've tried fixes it. Anyone know what I need to do to get this working?
Wow, thanks! I'd tried setting TERM to just about everything but the empty string! – Robert – 2013-10-24T07:48:15.980
Sure, forget about that sorry. – Robert – 2013-12-03T14:24:55.433
1This seems kinda coincidental and doesn't get at the root of WHY that error message is being produced. It also doesn't work for me:
$ TERM='' ./cgminer --scrypt -o stratum+tcp://dogehouse.org:3333 -u zbuc.zbuc -p p4ssw0rd --worksize 256 --lookup-gap 2 --thread-concurrency 2047 -g 1 --intensity 11 Error opening terminal: unknown.– ashgromnies – 2013-12-19T19:52:36.017