wareck / cgminer-gekko

cgminer 4.12.1 with GekkoScience (Compac , 2pac , Newpac , R606 /R909 , CompacF) Also with Extranonce/nicehash support. Compatible with OpenWrt
Other
91 stars 39 forks source link

Compatibility with Ubuntu #19

Closed USBMinerK9 closed 2 years ago

USBMinerK9 commented 2 years ago

Does this work with ubuntu? I'm running into issues saying Cgminer can not be found.

wareck commented 2 years ago

yes no problem with ubuntu. open a terminal then follow the install process :

sudo apt-get update -y sudo apt-get install build-essential autoconf automake libtool pkg-config libcurl4-openssl-dev libudev-dev libjansson-dev libncurses5-dev libusb-1.0-0-dev git -y git clone https://github.com/wareck/cgminer-gekko.git cd cgminer-gekko sudo usermod -a -G dialout,plugdev $USER sudo cp 01-cgminer.rules /etc/udev/rules.d/ CFLAGS="-O2 -march=native" ./autogen.sh ./configure --enable-gekko make

you will need to reboot to enable USB access to miner

then after reboot cd cgminer-gekko ./cgminer xxxxxxxx (xxxxx are your paramterers for mining)

USBMinerK9 commented 2 years ago

Thank you so much for replying so fast! It is now working and doing incredibly well. I'm getting 500 MHz on each of my USB's.

Thank you!

wareck commented 2 years ago

you're welcome