You are viewing a single comment's thread from:
RE: How To Setup A Low Cost, Low Memory Basic Witness + Seed Node
I follow this this guide. My steemd is working fine. But I can't 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 lister to port 8090
telnet localhost 8090
fail
But is do lister to port 2001 (seed)
How to fix it?
Edit: try
cli_wallet -s wss://steemd.steemit.com:8090
The old websocket address is no good I believe.