-
Notifications
You must be signed in to change notification settings - Fork 956
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not find wallet on Campfire #2439
Comments
The docker image is using Ubuntu and there the default folder for application data is under The wallet command was reworked on v0.30.x and I believe this issue has been fixed there. |
yeah, I'm agnostic to where the wallet file is stored. merely pointing out that the process is broken. let me try v0.30 and report back |
ok, with v0.30.1 I get a different error
and you'll notice:
or do I need to be using a different chain-id? |
ah, never mind. I see the only one listed there is
|
the above notwithstanding, I can do a wallet listing after joining the network. should I leave this open so the above can be addressed or close since the original issue was fixed? |
This still seems to be an issue on shielded expedition.
Same thing happens when I try using the
|
found a workaround: use the following command to create a wallet for a pre-genesis validator then move the wallet file to the network directory.
if you're not a pre-genesis validator you can remove this folder now
Seems like this is still a catch-22 bug right? Can't create a wallet without a wallet. |
Manually creating 'wallet.tom' under shielded-expedition.b40d8e9055/ does the also trick but it requires knowing the expected output format. |
I'm running a Campfire node on Docker as per the
namada-selfhost
project. I've installed the v0.29.0 version of the binaries on my local host and have joined the network like this:export NAMADA_NETWORK_CONFIGS_SERVER=https://testnet.luminara.icu/configs namada client utils join-network --chain-id luminara.c3c6d2a524160fd4de13e
which seemed to work, however, when I attempt to look at a list of wallets (or to create one), I get the error:
the backtrace for it looks like this:
and in looking at the container, I see that in
/.local/share/namada/local.af25e423983e63d2105da665
there's awallet.toml
, but in my local/Users/ekkis/Library/Application Support/Namada/luminara.c3c6d2a524160fd4de13e
directory it doesn't existI tried creating it by hand using the contents of the one in the node and now everything works, but obviously something is failing and needs fixing
The text was updated successfully, but these errors were encountered: