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?