Bitcoin Forum
June 29, 2024, 01:29:40 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: What program should I use in linux?  (Read 229 times)
RafaVK (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
May 23, 2017, 07:04:08 AM
 #1

I'm new to the bitcoins mine. I have a PC with the following characteristics:


I already tested the following program with the following command lines
Code:
sudo apt-get install git autoconf libtool libcurl4-openssl-dev libncurses5-dev pkg-config yasm make libusb-1.0-0-dev build-essential automake libudev-dev libusb1.0
git clone git://github.com/ckolivas/cgminer.git
git clone git://github.com/dmaxl/cgminer.git # other
cd cgminer/
./autogen.sh
CFLAGS=-I/usr/local/cuda-8.0/include LDFLAGS=-L/usr/local/cuda/lib64 ./configure  --enable-bitforce --enable-icarus --enable-modminer
./configure --enable-scryppt --enable-gridseed # other
make
sudo make install
cgminer --benchmark # test
cgminer –-scrypt -o stratum.f2pool.com:3333 -u user -p password

My error http://prntscr.com/fb17fi

any solution? If possible with console lines

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!