Author

Topic: install a pool on GNU bash, version 4.1.2(2)-release (x86_64-redhat-linux-gnu) (Read 134 times)

newbie
Activity: 7
Merit: 0
hi, i tryed to install the yiimp using the following commands and it did not work.

apt-get update (not working)
apt-get install mc (not working)
wget https://github.com/coolsd/yiimp-1/raw/master/install.sh (works)
bash install.sh (works)
wget https://github.com/conan-equal-newone/yenten/releases/download/1.3.1/yenten_ubuntu64_1.3.1.tar.gz (works)
apt-get install libboost-filesystem1.58.0 (not working)
apt-get install libboost-program-options1.58.0 (not working)
apt-get install libboost-thread1.58.0 (not working)
sudo add-apt-repository ppa:bitcoin/bitcoin (not working)
sudo apt-get update (not working)
sudo apt-get install libdb4.8-dev libdb4.8++-dev (not working)
apt-get install libminiupnpc-dev (not working)
./yentend (not working)

Not tested yet command in the order that have to be made:

git clone https://github.com/bubasik/yiimp.git
cd $ HOME / yiimp / stratum / iniparser
sudo make
cd $ HOME / yiimp / stratum
sudo make
sudo cp -r stratum / var / stratum
sudo ufw allow 6233 / tcp
cd /var/web
nohup ./main.sh &
nohup ./loop2.sh &
nohup ./blocks.sh &
cd /root/yenten_ubuntu64_1.3.1/
nohup ./yentend &
cd /var/stratum/
nohup ./run.sh yescryptr16 &

when i type help this is what it appears: GNU bash, version 4.1.2(2)-release (x86_64-redhat-linux-gnu)
apt-get, sudo, yum and rpm wont work
whet i type for example instead of apt-get install mc
bash install mc i have this error
/usr/bin/install: cannot execute binary file

i gave to say that is not my server so i can not make any modification on the server (i can not install another version of linux)

thanks
Jump to: