Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

On keosd auto-launch force unix socket path #6024

Merged
merged 1 commit into from Oct 16, 2018

Conversation

spoonincode
Copy link
Contributor

cleos will only autolaunch keosd when cleos' wallet url is left at the default of unix:///home/user/eosio-wallet/keosd.sock

When it does the autolaunch it was launching keosd as
keosd --http-server-address --https-server-address
to explicitly disable HTTP & HTTPS. However, there is a possibility that a user's ~/eosio-wallet/config.ini may have another unix-socket-path set in it that prevents cleos and the auto launched keosd to be able to communicate.

Now force set unix-socket-path to the default value.

cleos will only autolaunch keosd when cleos' wallet url is left at the default of unix:///home/user/eosio-wallet/keosd.sock

When it does the autolaunch it was launching keosd as
keosd --http-server-address  --https-server-address
to explicitly disable HTTP & HTTPS. However, there is a possibility that a user's ~/eosio-wallet/config.ini may have another unix-socket-path set in it that prevents cleos and the auto launched keosd to be able to communicate.

Now force set unix-socket-path to the default value.
@wanderingbort wanderingbort merged commit 51ca0b5 into develop Oct 16, 2018
@wanderingbort wanderingbort deleted the keosd_unix_auto_launch_sockpath branch October 16, 2018 21:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants