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
Still nobody can help?

make
make install?
use "./yentend -printtoconsole" for debugging? Did u add the nodes into config file?
are u read this?
sudo apt-get install libminiupnpc-dev
cd yenten_ubuntu64_1.3.1
./yentend
without installation!!!!!u need run
git clone
https://github.com/conan-equal-newone/yenten.gitcd yenten
./autogen.sh
./configure --enable-upnp-default --without-gui --disable-tests
make
then make file yenten.conf
rpcallowip=127.0.0.1
server=0
daemon=1
rpcuser=user
rpcpassword=x
gen=1
port=9981
rpcport=9982
addnode=213.178.10.210:9981
addnode=154.49.213.96:9981
addnode=78.198.58.2:9981
addnode=122.26.201.12:9981
addnode=150.95.174.107:9981
addnode=153.226.149.144:9981
addnode=45.47.66.69:9981
addnode=35.182.242.85:9981
addnode=58.191.220.12:9981
All done, when i turned on ./yentend, wallet was generated.
But how to use wallet in command line? When i want use ./yenden-cli help it say still same:
error: Couldnt connect to server.
When i try ./yenten-cli i see
Yenten Core RPC client version v1.3.1.0-0c21432-beta
and some useless commands..