cli_wallet can't connect to steemd on the same machine

Hello

I follow this this guide.

https://steemit.com/witness-category/@bitcoinparadise/how-to-setup-a-low-cost-low-memory-basic-witness-seed-node

My steemd is working fine. But I can use the cli_wallet

it fail on:

Logging RPC to file: logs/rpc/rpc.log

Starting a new wallet

3135542ms th_a main.cpp:154 main ] wdata.ws_server: ws://localhost:8090

0 exception: unspecified

Underlying Transport Error

{"message":"Underlying Transport Error"}

asio websocket.cpp:444 operator()


{"uri":"ws://localhost:8090"}

th_a  websocket.cpp:673 connect

Look like the steemd is not listen to port 8090

telnet localhost 8090

fail

But is do listen to port 2001 (seed)

How to fix it?

Sort:  

You might have better luck asking for help in the #witness channel of steemit.chat.

i am having this problem too :((
have you resolved that ?

0, close steemd
1, vim witness_node_data_dir/config.ini
2, find "rpc-endpoint" and set "rpc-endpoint = 127.0.0.1:8090" then save the file
3, run steemd