Bitcoin Forum
June 14, 2024, 08:26:10 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: cgminer errors on xbuntu  (Read 1618 times)
renodaret (OP)
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
August 04, 2013, 06: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


renodaret (OP)
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
August 04, 2013, 07: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.
renodaret (OP)
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
August 04, 2013, 08:19:07 PM
 #3

dammit!  went though the entire process again, no errors until running ./mine.sh


i get the same exact error! wtf!
barwizi
Legendary
*
Offline Offline

Activity: 882
Merit: 1000



View Profile
August 04, 2013, 08: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.
renodaret (OP)
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
August 04, 2013, 08: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.
renodaret (OP)
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
August 04, 2013, 09: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
barwizi
Legendary
*
Offline Offline

Activity: 882
Merit: 1000



View Profile
August 05, 2013, 12:10:53 AM
 #7

u installed the libncurses-dev right?

then reboot?
renodaret (OP)
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
August 05, 2013, 12:23:00 AM
 #8

ill try it.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!