This repository has been archived by the owner on Aug 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
cleos wallet create fails if default wallet directory does not exist #4064
Comments
Hi. |
~/eosio-wallet is the default directory on the Mac. In my case, this was
/Users/testuser/eosio-wallet. Some other changes were made to the wallet
code last night and I am not seeing this problem now.
…On Fri, Jun 15, 2018 at 4:58 AM, Tuan ***@***.***> wrote:
Hi.
I tried to create wallet and everything is ok but I unable to find
~/eosio-wallet folder to remove it.
Because there is no method to remove wallet
I am using Ubuntu and follow install Docker on https://developers.eos.io/
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#4064 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AX83uHT5Ba2KuHiLGyJKN39BtgN18JFZks5t85NLgaJpZM4UlQGT>
.
--
Rick
|
Actually, the part of the problem that is no longer being seen is keosd
failing when it is started by cleos AND the wallet directory doesn't
exist. There is still a problem with keosd failing if the wallet directory
is removed after keosd is running. Attempts to create a wallet after the
directory is removed fail.
On Fri, Jun 15, 2018 at 11:02 AM, Rick Whitner <[email protected]>
wrote:
… ~/eosio-wallet is the default directory on the Mac. In my case, this was
/Users/testuser/eosio-wallet. Some other changes were made to the wallet
code last night and I am not seeing this problem now.
On Fri, Jun 15, 2018 at 4:58 AM, Tuan ***@***.***> wrote:
> Hi.
> I tried to create wallet and everything is ok but I unable to find
> ~/eosio-wallet folder to remove it.
> Because there is no method to remove wallet
> I am using Ubuntu and follow install Docker on https://developers.eos.io/
>
> —
> You are receiving this because you were assigned.
> Reply to this email directly, view it on GitHub
> <#4064 (comment)>, or mute
> the thread
> <https://github.com/notifications/unsubscribe-auth/AX83uHT5Ba2KuHiLGyJKN39BtgN18JFZks5t85NLgaJpZM4UlQGT>
> .
>
--
Rick
--
Rick
|
In my case it is located at /tmp/eosio/data |
Running Ubuntu 16.04 (using cleos from docker) I can confirm that my wallet data is in: |
In order to focus our efforts on issues that are currently creating difficulty for the community we are closing tickets that were created prior to the EOSIO 2.0 release. If you believe this issue is still relevant please feel free to reopen it or create a new one. Thank you for your continued support of EOSIO! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If the default wallet directory does not exist, then
cleos wallet create
fails. Note thatcleos
provides no option to specify the wallet directory.To replicate, use the following.
It fails regardless of whether the default wallet is being used or a named wallet is used.
The text was updated successfully, but these errors were encountered: