Hi.. I still have problems with install yenten wallet on Ubuntu.
Can somebody publish step by step tutorial?
In Ubuntu there is no graphical interface of the wallet.
Install wallet not gui -
http://www.bubasik.com/how-to-install-the-yiimp-pool-on-the-ubuntu-16-04-server-and-configure-yenten-coin-stratum-yescryptr16/ (Installing the wallet Yenten)
sudo apt-get update
wget https://github.com/conan-equal-newone/yenten/releases/download/1.3.1/yenten_ubuntu64_1.3.1.tar.gz
tar -xzf yenten_ubuntu64_1.3.1.tar.gz -C yenten_ubuntu64_1.3.1
sudo apt-get install libboost-system1.58.0
sudo apt-get install libboost-filesystem1.58.0
sudo apt-get install libboost-program-options1.58.0
sudo apt-get install libboost-thread1.58.0
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
sudo apt-get install libminiupnpc-dev
cd yenten_ubuntu64_1.3.1
./yentend
Still not working.. now i have "generated wallet" but when i want turn my wallet on (./yenten-cli help example)
i will get output:
error: couldn't connect to server
BTW. i am using same conf file like in tutorials