Hi,
I am trying to make the nerdaxe miner software for linux on hive OS. Did try it several times with SSH connection but it does fail to build. Is there someone who can help me to build the miner under hiveos. Currently I do have my rig with gpu’s running and want to add the nerdaxe to the setup. Now its running on windows because thats the only working miner software/
build info
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 zlib1g-dev git -y
git clone https://github.com/nerdaxe/cgminer-nerdaxe.git
cd cgminer-nerdaxe
sudo usermod -a -G dialout,plugdev $USER
sudo cp 01-cgminer.rules /etc/udev/rules.d/
CFLAGS="-O2 -march=native" ./autogen.sh
./configure --enable-nerdaxe
make
sudo make install
sudo reboot
I get it going until the CFLAGS line it complains about autogen.sh its in the directory but no rights I tryed to change the rights and even did all this as root but no succes.