Author

Topic: cgminer errors on xbuntu (Read 1621 times)

sr. member
Activity: 350
Merit: 250
August 04, 2013, 08:23:00 PM
#8
ill try it.
legendary
Activity: 882
Merit: 1000
August 04, 2013, 08:10:53 PM
#7
u installed the libncurses-dev right?

then reboot?
sr. member
Activity: 350
Merit: 250
August 04, 2013, 05:52:03 PM
#6
using http://www.distrogeeks.com/install-cgminer-latest-ubuntu/

this is the error after ./autogen.sh --enable-scrypt

cgminer 3.3.1
------------------------------------------------------------------------


Configuration Options Summary:

  curses.TUI...........: FOUND: -lncurses
  OpenCL...............: NOT FOUND. GPU mining support DISABLED
configure: error: No mining configured in
sr. member
Activity: 350
Merit: 250
August 04, 2013, 04:48:00 PM
#5
wont let me copy and paste into the home folder. i copy my cgminer folder, then right click on the home folder but no paste option.
legendary
Activity: 882
Merit: 1000
August 04, 2013, 04:24:51 PM
#4
move cgminer to home folder then



#!/bin/bash
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
cd cgminer
./cgminer

put the rest of the params in a config file.
sr. member
Activity: 350
Merit: 250
August 04, 2013, 04:19:07 PM
#3
dammit!  went though the entire process again, no errors until running ./mine.sh


i get the same exact error! wtf!
sr. member
Activity: 350
Merit: 250
August 04, 2013, 03:56:04 PM
#2
going to try the guide and use xubuntu 12.01   
will post any different errors or if i have sucess. fingers crossed.

it pisses me off because i did this once 2 months ago with my first miner and it has been going fine. lol.
sr. member
Activity: 350
Merit: 250
August 04, 2013, 02:29:35 PM
#1
i followed this guide
http://www.reddit.com/r/litecoinmining/comments/1c4n7i/guide_getting_started_with_n_x_radeon_7950_on/

here is my mine.sh
#!/bin/sh
export DISPLAY=:0
export GPU_MAX_ALLOC_PERCENT=100
export GPU_USE_SYNC_OBJECTS=1
cd /home/miner2/cgminer-2.11.3-x86_64
./cgminer --scrypt -o stratum+tcp://mine-EMD.scryptmining.com:3889 -u darer234..2 -p x -g 1 -w 256 --thread-concurrency 21712 -I 18 --lookup-gap 2


and when i ./mine.sh  i get these errors


miner2@miner2-desktop:~$ ./mine.sh
./cgminer: 1: ./cgminer: : not found
./cgminer: 1: ./cgminer: ELF: not found
./cgminer: 2: ./cgminer: Syntax error: word unexpected (expecting ")")


now i used thjat guide about 2 months ago for my first miner and it went smooth. only difference is i have the newest version of xbuntu on this miner.

please help, i got 2 7950s waiting to get to work Wink


Jump to: