CryptoLions / EOS-MainNet

MIT License
176 stars 124 forks source link

./Wallet/start_wallet.sh not working! #16

Open mushabbar opened 6 years ago

mushabbar commented 6 years ago

./Wallet/start_wallet.sh is not working!

2018-09-21T19:03:53.759 thread-0 http_plugin.cpp:515 plugin_startup ] unix socket service failed to start: No such file or directory 2018-09-21T19:03:53.759 thread-0 main.cpp:60 main ] No such file or directory

FrankWong1213 commented 5 years ago

./Wallet/start_wallet.sh is not working!

2018-09-21T19:03:53.759 thread-0 http_plugin.cpp:515 plugin_startup ] unix socket service failed to start: No such file or directory 2018-09-21T19:03:53.759 thread-0 main.cpp:60 main ] No such file or directory

try mkdir /root/eosio-wallet

riclava commented 5 years ago

add this parameter for start script ;-)

--unix-socket-path /path/to/keosd.sock

tranchiendang commented 5 years ago

worked like a charm

aravindgv commented 5 years ago

After adding --unix-socket-path $DATADIR/keosd.sock worked