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.
$ lsof -i :9982
or by telnet to that port.
$ 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.
$ 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.