Post
Topic
Re: [ANN] [CPU mining] Yenten v1.3.1 [YTN] [YescryptR16] [Exchange avilable]
by
cozzz
on 04/02/2018, 16:47:00 UTC


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..


are u execute comand
yentend
?


sure, without it i would not have generated wallet.. (wallet.dat etc)..

do you sure yentend use port 9982 for rpc listening?
you can test by list the listening port.
Code:
$ lsof -i :9982

or by telnet to that port.
Code:
$ telnet localhost 9982

if it's ok, it should show good something.

if it's not, i think your yentend was not use port number 9982 for RPC port.

now you cannot use cli to control your yentend, you should kill yentend.
Code:
$ ps ax | grep yentend

xxxx ?  SLs1   0:00 ./yenten

$ sudo kill xxxx

could you show me your yenten configuration file? (~/.yenten/yenten.conf)
i will help you any more.