All of my rigs run wildrig (wildkeccak) miner. (Not wildrig multi) - Running HiveOS v0.6-10@190110
I always use this commands to set up the wildrig wildkeccak miner.
Step 1- sudo apt install libuv1
Step 2- sudo apt install libmicrohttpd10
Step 3- custom-get https://github.com/andru-kun/wildrig/releases/download/0.10.5/wildrig-0.10.5_beta.tar.gz
One of my rigs had flash disk problem and I had to change flash disk.
I downloaded the latest HiveOS. Step 1 is successfull. Step 2 cannot be completed. So I tired different command to complete Step 2:
wget http://mirrors.kernel.org/ubuntu/pool/universe/libm/libmicrohttpd/libmicrohttpd10_0.9.44+dfsg-1ubuntu2_amd64.deb
dpkg -i libmicrohttpd10_0.9.44+dfsg-1ubuntu2_amd64.deb
Well, Step 2 is successfull. I get error when I try to Step 3.
custom-get https://github.com/andru-kun/wildrig/releases/download/0.10.5/wildrig-0.10.5_beta.tar.gz
custom-get: command not found
How could I install this miner on the newest HiveOS ?