Author Topic: help !  (Read 2648 times)

0 Members and 1 Guest are viewing this topic.

Offline 当年很厉害

  • Sr. Member
  • ****
  • Posts: 310
    • View Profile
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
BTS粉里有SB!

Offline xeroc

  • Board Moderator
  • Hero Member
  • *****
  • Posts: 12922
  • ChainSquad GmbH
    • View Profile
    • ChainSquad GmbH
  • BitShares: xeroc
  • GitHub: xeroc
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

Offline btswildpig

  • Hero Member
  • *****
  • Posts: 1424
    • View Profile
why there is an "nathan" in nathan_private_ley :P :P
这个是私人账号,表达的一切言论均不代表任何团队和任何人。This is my personal account , anything I said with this account will be my opinion alone and has nothing to do with any group.

Offline 当年很厉害

  • Sr. Member
  • ****
  • Posts: 310
    • View Profile
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#
BTS粉里有SB!