Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: rich9000 on February 08, 2014, 10:03:14 PM



Title: r9 270 sgminer No Interface - ncurses [SOLVED]
Post by: rich9000 on February 08, 2014, 10:03:14 PM
When I run sgminer 4.0 or 4.1 on my new rig it doesn't display the user interface, just like when you use -T(except I am not). It only displays the one line:

(1s):83.31K (avg):76.50Kh/s | A:0  R:0  HW:0  WU:76.2/m

It appears to be working, but I don't get to see temps and fan speeds and adjust the gpu.

From sgminer -v:

[15:56:13] CL Platform 0 vendor: Advanced Micro Devices, Inc.
[15:56:13] CL Platform 0 name: AMD Accelerated Parallel Processing
[15:56:13] CL Platform 0 version: OpenCL 1.2 AMD-APP (1348.4)

[15:56:13] Number of ADL devices: 6
[15:56:13] ATI ADL Overdrive5 API found.
[15:56:13] ATI ADL Overdrive6 API found.
[15:56:13] Found 36 ADL adapters

if I do
amdconfig --adapter=all --odgc
It lists all my cards, same with odgt.

It looks like everything is working except I can't get the user interface.

I have chopped everything out of my config and am only left with:
{
"pools" : [
   {
      "url" : "stratum+tcp://us-west.multipool.us:3352",
      "user" : "username.workername",
      "pass" : "password"
   }
   
]
,
"device" : "0-5"
}


I would prefer to tune it with sgminer then save my config and never look at it again.

I am attempting to run 6 r9 270's, 3 gigabyte and 3 asus. I don't think it matters because they are all listed correctly.

Any help would be appreciated.





Title: Re: r9 270 sgminer No Interface
Post by: rich9000 on February 08, 2014, 10:46:46 PM
I am trying to see if cgminer 2.7.2 will compile with the same issue and it gave me this error:

curses.TUI...........: NOT FOUND. TUI support DISABLED

I am guessing this is related to my sgminer no text user interface issue.

back to google.


Title: Re: r9 270 sgminer No Interface
Post by: rich9000 on February 08, 2014, 10:53:56 PM
apt-get install libncurses5-dev

then recompiled sgminer and we are good

Not sure how I missed that when I was setting up the box.

I hope this helps someone else.