BitShares Forum

Main => 中文 (Chinese) => Topic started by: 当年很厉害 on April 28, 2016, 02:56:25 am

Title: 求助 Underlying Transport Error
Post by: 当年很厉害 on April 28, 2016, 02:56:25 am
运行钱包失败,求大神解答。

root@localhost:/home/songjian/bitshares-2/programs/cli_wallet# ./cli_wallet -s ws://127.0.0.1:8090
Logging RPC to file: logs/rpc/rpc.log
3178594ms th_a       main.cpp:120                  main                 ] key_to_wif( committee_private_key ): 5KCBDTcyDqzsqehcb52tW5nU6pXife6V2rX9Yf7c3saYSzbDZ5W
3178595ms th_a       main.cpp:124                  main                 ] nathan_pub_key: BTS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV
3178595ms th_a       main.cpp:125                  main                 ] key_to_wif( nathan_private_key ): 5KQwrPbwdL6PhXujxW37FSSQZ1JiwsST4cqQzDeyXtP79zkvFD3
Starting a new wallet with chain ID 4018d7844c78f6a6c41c6a552b898022310fc5dec06da467ee7905a8dad512c8 (from egenesis)
3178595ms th_a       main.cpp:172                  main                 ] wdata.ws_server: ws://127.0.0.1:8090
0 exception: unspecified
Underlying Transport Error
    {"message":"Underlying Transport Error"}
    asio  websocket.cpp:423 operator()

    {"uri":"ws://127.0.0.1:8090"}
    th_a  websocket.cpp:630 connect
root@localhost:/home/songjian/bitshares-2/programs/cli_wallet#
Title: Re: 求助 Underlying Transport Error
Post by: svk on April 28, 2016, 07:23:42 am
You need to also run witness_node --rpc-endpoint=127.0.0.1:8090

Sent fra min MotoG3 via Tapatalk

Title: Re: 求助 Underlying Transport Error
Post by: 当年很厉害 on April 28, 2016, 08:39:03 am
You need to also run witness_node --rpc-endpoint=127.0.0.1:8090

Sent fra min MotoG3 via Tapatalk
thanks