Author Topic: cli_wallet not starting on my VPS... can anyone help?  (Read 1540 times)

0 Members and 1 Guest are viewing this topic.

Offline bitcoin42

Hi,

I got it working now... I was using these instructions: https://bitsharestalk.org/index.php/topic,19612.0.html

This part must have messed it up somehow:

screen -dmS witness witness_node --data-dir="mynode"

Offline roadscape

Hmm.. I can reproduce this exact error by trying to start the wallet without the node running. So it appears the wallet cannot see the node.

Did you start the witness node with --rpc-endpoint?

Code: [Select]
./programs/witness_node/witness_node --rpc-endpoint=127.0.0.1:8090
http://cryptofresh.com  |  witness: roadscape

Offline bitcoin42

Hi,

So I finally got everything installed on my Ubuntu 14.4 VPS... Witness is running in a seperate screen. But when starting cli_wallet, I get the following issue. Anyone got an idea what I am doing wrong?

Thanks so much for helping me on this. Really been a bitch this installation, but I think I'm almost there...


Code: [Select]
[detached from 9285.witness]
~$ cli_wallet
Logging RPC to file: logs/rpc/rpc.log
951464ms th_a       main.cpp:117                  main                 ] key_to_wif( committee_private_key ): XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
951465ms th_a       main.cpp:121                  main                 ] nathan_pub_key: BTSXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
951465ms th_a       main.cpp:122                  main                 ] key_to_wif( nathan_private_key ): 5KQXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Starting a new wallet with chain ID 4018d7844c78f6a6c41c6a552b898022310fc5dec06da467ee7905a8dad512c8 (from egenesis)
951465ms th_a       main.cpp:169                  main                 ] wdata.ws_server: ws://localhost:8090
0 exception: unspecified
Underlying Transport Error
    {"message":"Underlying Transport Error"}
    asio  websocket.cpp:436 operator()

    {"uri":"ws://localhost:8090"}
    th_a  websocket.cpp:621 connect