Post
Topic
Re: [ANN] [CPU mining] Yenten v1.3.1 [YTN] [YescryptR16] [Exchange avilable]
by
cozzz
on 04/02/2018, 15:31:26 UTC
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)

Code:
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? Sad
make
make install?

use "./yentend -printtoconsole" for debugging? Did u add the nodes into config file?
are u read this?
Code:
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.git
cd yenten
./autogen.sh
./configure --enable-upnp-default --without-gui --disable-tests
make
then make file yenten.conf
Code:
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..


I think first thing to do, you should check listening port of yentend rpc.
Code:
$ lsof -i :9982

if it show yentend use this port for listening, it's OK.
but no command use this port, something's wrong.

what ubuntu version you use?
do you use linux subsystem on windows 10?