Open Netherdrake opened 8 years ago
fix: update this file: https://github.com/zaphoyd/websocketpp/commit/0bb33e4bca4ccc42a36aa2321e4fb97f2562e519
Will be fixed in websocket++ 0.8 which hopefully gets included in Steem.
Github Discussion to learn more: https://github.com/zaphoyd/websocketpp/issues/623
I did a manual change to the file mentioned above and then it works. You will need to cmake / make
again.
Apparently this is a 'change' in Linux Kernel > 4.4 so first check with uname -r
that you are indeed running a node with kernel > 4.4
I am trying to run the steemd and cli_wallet in such a way, that I can access the ports outside of Docker container for app development.
So I've changed IP's from
127.0.0.1
to0.0.0.0
and exposed the ports trough dockerp
flag.Then I try to run the wallet_cli:
However it won't start.
Any ideas on what could be wrong?