Bitcoin Forum
October 09, 2024, 08:13:15 PM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE] GridSeed GC3355 5 Chip Setup/power/windows/linux/rpi by UnicornHasher on: May 07, 2014, 06:34:21 PM
Hi there!
Uh... reading the post looks like I might have gotten into something bigger than what I can handle but I still want to be part of this.

I'm in UBUNTU 13.10 and I don't seem to be able to get past the building cgminer step:
Quote
Build cgminer:
Code:
cd ~/usb-miner/software/cgminer
./autogen.sh
CFLAGS="-O2 -Wall -march=native" ./configure --enable-gridseed
make
cd


whenever I type ./autogen.sh it prompts:
bash: ./autogen.sh: no such file or directory

Any ideas why this happens?

ok hers what i did



ok heres what i did
make sure you are sudo su to root
cd   
apt-get install build-essential libtool libcurl4-openssl-dev libncurses5-dev libudev-dev autoconf automake screen
wget http://curl.haxx.se/download/curl-7.34.0.tar.bz2
wget http://www.digip.org/jansson/releases/jansson-2.5.tar.bz2
tar -xvf curl-7.34.0.tar.bz2
cd curl-7.34.0
./configure
make
make install
cd ..

tar -xvf jansson-2.5.tar.bz2
cd jansson-2.5
./configure
make
make install
wget http://ftp.osuosl.org/pub/ubuntu/pool/main/a/automake1.11/automake1.11_1.11.6-2_all.deb
sudo dpkg -i automake1.11_1.11.6-2_all.deb
sudo ln -s /usr/local/lib/libjansson.* /usr/lib/
cd ..
git clone https://github.com/jmordica/cgminer-gc3355
if you have a problem with git then use  'apt-get install git'
cd cgminer-gc3355/
./configure --enable-scrypt --enable-gridseed
make

Thats it your done
./cgminer --gridseed-options=baud=115200,freq=800,chips=40,modules=1,usefifo=0,btc=0 --hotplug=0


this works on Ubuntu 13.10  and the new version 14 Ubuntu

Hope this helps you out.




Hey! Thanks a lot mate! Worked perfectly!

2  Alternate cryptocurrencies / Mining (Altcoins) / Re: [GUIDE] GridSeed GC3355 5 Chip Setup/power/windows/linux/rpi by UnicornHasher on: May 03, 2014, 01:22:15 PM
Hi there!
Uh... reading the post looks like I might have gotten into something bigger than what I can handle but I still want to be part of this.

I'm in UBUNTU 13.10 and I don't seem to be able to get past the building cgminer step:
Quote
Build cgminer:
Code:
cd ~/usb-miner/software/cgminer
./autogen.sh
CFLAGS="-O2 -Wall -march=native" ./configure --enable-gridseed
make
cd


whenever I type ./autogen.sh it prompts:
bash: ./autogen.sh: no such file or directory

Any ideas why this happens?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!