Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: renodaret on August 04, 2013, 06:29:35 PM



Title: cgminer errors on xbuntu
Post by: renodaret on August 04, 2013, 06:29:35 PM
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 ;)




Title: Re: cgminer errors on xbuntu
Post by: renodaret on August 04, 2013, 07:56:04 PM
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.


Title: Re: cgminer errors on xbuntu
Post by: renodaret on August 04, 2013, 08:19:07 PM
dammit!  went though the entire process again, no errors until running ./mine.sh


i get the same exact error! wtf!


Title: Re: cgminer errors on xbuntu
Post by: barwizi on August 04, 2013, 08:24:51 PM
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.


Title: Re: cgminer errors on xbuntu
Post by: renodaret on August 04, 2013, 08:48:00 PM
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.


Title: Re: cgminer errors on xbuntu
Post by: renodaret on August 04, 2013, 09:52:03 PM
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


Title: Re: cgminer errors on xbuntu
Post by: barwizi on August 05, 2013, 12:10:53 AM
u installed the libncurses-dev right?

then reboot?


Title: Re: cgminer errors on xbuntu
Post by: renodaret on August 05, 2013, 12:23:00 AM
ill try it.