Hi,
I got the nerdaxe running on hiveos but not as miner like any other, need to have this as custom miner
cgminer version 4.12.1-nerdaxe - Started: [2025-01-31 12:04:21.416]
(5s):201.7G (1m):202.0G (5m):88.11G (15m):34.52G (avg):211.3Gh/s
A:0 R:0 HW:0 WU:2933.8/m
Connected to sha256-eu.unmineable.com diff 16.4K with stratum as user RVN:xxxxxxxx
Block: 12d52861… Diff:108T Started: [12:05:22.375] Best share: 2.99K
[U]SB management [P]ool management [S]ettings [D]isplay options [Q]uit
0: POCKET 83779137: xxxxxxxx 350.00MHz T:350 P:346 (54:18) | 100% WU:100% | 192.6G / 210.0Gh/s WU:2933.8/m
[2025-01-31 12:04:58.480] 0: POCKET 0 - new frequency 290.00MHz → 295.00MHz
[2025-01-31 12:05:00.221] 0: POCKET 0 - setting [all] frequency to 300.00MHz (300.00) (120/2/1/5)
[2025-01-31 12:05:00.222] 0: POCKET 0 - new frequency 295.00MHz → 300.00MHz
But I cannot get it to work as a custom miner. I moved the miner from
root@xxxxxworker:/home/user# ls
cgminer-nerdaxe xinit.user.sh
root@xxxxxworker:/hive/miners/custom# ls
cgminer-nerdaxe downloads h-manifest.conf h-stats.sh
I build it when I was logged in as user with the webshell, with ssh it didnot build the miner.
website info:
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 GitHub - nerdaxe/cgminer-nerdaxe: cgminer version of nerdaxe
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