You are viewing a single comment's thread from:

RE: [GUIDE] Okay, I am mining Steem. How do I set up CLI Wallet?

in #mining8 years ago

When I start the wallet I get this error
Do you know what's up with that?

Logging RPC to file: logs\rpc\rpc.log
Starting a new wallet
853208ms 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 fc::http::detail::websocket_client_impl::{ctor}::<lambda_07ad...>::operator ()

    {"uri":"ws://localhost:8090"}
    th_a  websocket.cpp:673 fc::http::websocket_client::connect
Sort:  

You need to be running a steemd instance with the RPC/websocket port on localhost:8090 to use it.

(start it with steemd --rpc-endpoint=127.0.0.1:8090)

The "Underlying Transport Error" means it can't talk to steemd - it's trying to connect to it and failing.