Closed USBMinerK9 closed 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)
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!
you're welcome
Does this work with ubuntu? I'm running into issues saying Cgminer can not be found.