Bitcoin Forum
June 25, 2024, 10:10:10 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / What program should I use in linux? on: May 23, 2017, 07:04:08 AM
I'm new to the bitcoins mine. I have a PC with the following characteristics:

  • Linux Ubuntu 16.04 x86_64
  • i7 6700HQ
  • Graphic card Nvidia GTX 960 M
  • Additionals controllers
  • More details

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

any solution? If possible with console lines

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!