More
referral
Increase your income with Hive. Invite your friends and earn real cryptocurrency!

Solved: Custom-get: command not found

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 ?

Old style installation in client v0.6 series:

/hive/miners/custom/custom-get https://github.com/andru-kun/wildrig/releases/download/0.10.5/wildrig-0.10.5_beta.tar.gz
1 Like

Yes, i used the new command.

root@N03:~# /hive/miners/custom/custom-get https://github.com/andru-kun/wildrig/
releases/download/0.10.5/wildrig-0.10.5_beta.tar.gz
wildrig
https://github.com/andru-kun/wildrig/releases/download/0.10.5/wildrig-0.10.5_bet
a.tar.gz
Already installed

I m getting the following error when i activatemy flight sheet:

./wildrig: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3' not
found (required by ./wildrig)

custom exited, waiting to cooldown a bit

it’s seems you has Beta image based on Ubuntu 18.04 this case some workarounds needed (h-run.sh scripts modification) to make package compatible with this image.

it is HiveOS v0.6-10@190110
I update the HiveOS today. is it poosible to go back previous image ?

repack for your image - I’m not try but it should work

http://download.hiveos.farm/custom/wildrig-0.10.5-1.tar.gz

root@N03:~# /hive/miners/custom/custom-get http://download.hiveos.farm/custom/wi
ldrig-0.10.5-1.tar.gz -f
wildrig-0.10.5
http://download.hiveos.farm/custom/wildrig-0.10.5-1.tar.gz
Downloading http://download.hiveos.farm/custom/wildrig-0.10.5-1.tar.gz
–2019-01-13 22:51:59-- http://download.hiveos.farm/custom/wildrig-0.10.5-1.tar
.gz
Resolving download.hiveos.farm (download.hiveos.farm)… 104.25.128.23, 104.25.1
29.23, 2606:4700:20::6819:8117,
Connecting to download.hiveos.farm (download.hiveos.farm)|104.25.128.23|:80… c
onnected.
HTTP request sent, awaiting response… 200 OK
Length: 871024 (851K) [application/octet-stream]
Saving to: ‘wildrig-0.10.5-1.tar.gz’

wildrig-0.10.5-1.ta 100%[===================>] 850.61K 710KB/s in 1.2s

2019-01-13 22:52:00 (710 KB/s) - ‘wildrig-0.10.5-1.tar.gz’ saved [871024/871024]

Unpacking /hive/miners/custom/downloads/wildrig-0.10.5-1.tar.gz
wildrig/
wildrig/h-config.sh
wildrig/h-manifest.conf
wildrig/wildrig
wildrig/h-stats.sh
wildrig/h-run.sh
chown: cannot access ‘/hive/miners/custom/wildrig-0.10.5’: No such file or direc
tory
sed: can’t read /hive/miners/custom/wildrig-0.10.5/h-manifest.conf: No such file
or directory
sed: can’t read /hive/miners/custom/wildrig-0.10.5/h-config.sh: No such file or
directory
sed: can’t read /hive/miners/custom/wildrig-0.10.5/h-run.sh: No such file or dir
ectory
sed: can’t read /hive/miners/custom/wildrig-0.10.5/h-stats.sh: No such file or d
irectory
root@N03:~#

oh sorry … wait I’m change archive name to proper

1 Like

try
http://download.hiveos.farm/custom/wildrig-0.10.5_1.tar.gz

/hive/miners/custom/custom-get http://download.hiveos.farm/custom/wi
ldrig-0.10.5_1.tar.gz -f
wildrig
http://download.hiveos.farm/custom/wildrig-0.10.5_1.tar.gz
Removing previous installation
Downloading http://download.hiveos.farm/custom/wildrig-0.10.5_1.tar.gz
–2019-01-13 23:08:42-- http://download.hiveos.farm/custom/wildrig-0.10.5_1.tar
.gz
Resolving download.hiveos.farm (download.hiveos.farm)… 104.25.129.23, 104.25.1
28.23, 2606:4700:20::6819:8117, …
Connecting to download.hiveos.farm (download.hiveos.farm)|104.25.129.23|:80… c
onnected.
HTTP request sent, awaiting response… 200 OK
Length: 871024 (851K) [application/octet-stream]
Saving to: ‘wildrig-0.10.5_1.tar.gz’

wildrig-0.10.5_1.ta 100%[===================>] 850.61K 716KB/s in 1.2s

2019-01-13 23:08:43 (716 KB/s) - ‘wildrig-0.10.5_1.tar.gz’ saved [871024/871024]

Unpacking /hive/miners/custom/downloads/wildrig-0.10.5_1.tar.gz
wildrig/
wildrig/h-config.sh
wildrig/h-manifest.conf
wildrig/wildrig
wildrig/h-stats.sh
wildrig/h-run.sh


Still the same error when i run the flight sheet.

./wildrig: /usr/lib/x86_64-linux-gnu/libcurl.so.4: version `CURL_OPENSSL_3’ not
found (required by ./wildrig)

custom exited, waiting to cooldown a bit

Sorry too fast changes - forgot made main change for work )))

Now I hope this should work
http://download.hiveos.farm/custom/wildrig-0.10.5_0.tar.gz

1 Like

it works now.
Thanks