install nheqminer in a jail

harro

Cadet
Joined
Jun 26, 2021
Messages
4
has anyone managed to get nheqminer running in a jial

i have made a jail called verus
i am trying to follow this post
ssh into the jail
made a vrsc folder

but when trying to wget it fails
wget https://github.com/VerusCoin/nheqminer/releases/download/v 0.8.0/nheqminer-Linux-v0.8.2.tar.gz

i tried install wget and it failed as well with
pkg install wget



root@verus:~ # mkdir vrsc
root@verus:~ # cd vrsc
root@verus:~/vrsc # wget https://github.com/VerusCoin/nheqminer/releases/download/v 0.8.0/nheqminer-Linux-v0.8.2.tar.gz
wget: Command not found.
root@verus:~/vrsc # wget https://github.com/VerusCoin/nheqminer/releases/download/v 0.8.0/nheqminer-Linux-v0.8.0.tar.gz
wget: Command not found.
root@verus:~/vrsc # pkg install wget
The package management tool is not yet installed on your system.
Do you want to fetch and install it now? [y/N]: y
Bootstrapping pkg from pkg+http://pkg.FreeBSD.org/FreeBSD:11:amd64/quarterly, please wait...
pkg: Error fetching http://pkg.FreeBSD.org/FreeBSD:11:amd64/quarterly/Latest/pkg.txz: No address record
A pre-built version of pkg could not be found for your system.
Consider changing PACKAGESITE or installing it from ports: 'ports-mgmt/pkg'.
 
Joined
Jan 7, 2015
Messages
1,155
try pkg update && pkg upgrade -y && pkg install wget
 
Joined
Jan 7, 2015
Messages
1,155
Also I see your still running an 11 version, not sure if this is causing you issues or not.
 
Joined
Jan 7, 2015
Messages
1,155
also fetch is a similar tool and comes standard.
 

harro

Cadet
Joined
Jun 26, 2021
Messages
4
i have updated the jail with

Code:
iocage upgrade -r 12.2-RELEASE verus


update wget says latest installed
wget still shows error wget not found

try fetch

Code:
fetch https://github.com/VerusCoin/nheqminer/releases/download/v0.8.2/nheqminer-Linux-v0.8.2.tgz


gives me authentication error
 

harro

Cadet
Joined
Jun 26, 2021
Messages
4
i finally got fetch to work
downloaded nheqminer and unpacked it

i have edited start.sh file
the instructions say to to do this to get it to run
/vrsc/nheqminer#./start.sh

using bitvise the file is located in
/mnt/backup/iocage/jails/verus/root/root/vrsc/nheqminer/start.sh

i dont understand the root/root bit maybe because i run update the jail

using every combination of that it keeps saying no such file or directory
 
Top