BitShares Forum

Main => Technical Support => Topic started by: 当年很厉害 on April 28, 2016, 03:17:18 am

Title: help !
Post by: 当年很厉害 on April 28, 2016, 03:17:18 am
what should I do?
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: help !
Post by: btswildpig on April 28, 2016, 03:50:25 am
why there is an "nathan" in nathan_private_ley :P :P
Title: Re: help !
Post by: xeroc on April 28, 2016, 05:33:28 am
the nathan private key is installed by default :) it's only relevant for the testnet and you can ignore that ..

The "error" in this case is that it cannot connect to the full/witness node on localhost (127.0.0.1).
Either you run a full node localy first (http://docs.bitshares.eu/bitshares/tutorials/full-node-usage.html)
or you pick another one:

./cli_wallet -s wss://bitshares.openledger.info/ws
Title: Re: help !
Post by: 当年很厉害 on April 28, 2016, 05:49:31 am
the nathan private key is installed by default :) it's only relevant for the testnet and you can ignore that ..

The "error" in this case is that it cannot connect to the full/witness node on localhost (127.0.0.1).
Either you run a full node localy first (http://docs.bitshares.eu/bitshares/tutorials/full-node-usage.html)
or you pick another one:

./cli_wallet -s wss://bitshares.openledger.info/ws

thanks