You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running tofnd failed because I do not have it installed, but pulling with docker also failed because docker wasn’t installed or daemon not started separately if you have it installed, which was meant to be highlighted.
Running the command below failed docker run -p 50051:50051 --env MNEMONIC_CMD=auto --env NOPASSWORD=true -v tofnd:/.tofnd axelarnet/tofnd:v0.10.1
Trying import
Importing mnemonic ...
Skipping import because a kv-store already exists at ./.tofnd
... skipping. Trying to create
Creating mnemonic ...
Skipping create because a kv-store was found at ./.tofnd
... skipping
Using existing mnemonic ...
Please type your tofnd password:
{"timestamp":"2024-03-21T11:53:33.832501Z","level":"INFO","message":"START: decrypt kvstore","spans":[{"name":"main"}]}
Error: Kv initialization Error: Wrong password
Caused by:
Wrong password
I see workers and verifiers in some places, and it's quite confusing, can we update this?
The next instruction is to run ampd command, but no instruction to install it because running the ampd command leads to an error
-- I just noticed the instruction to install ampd came after usage; it should be a prerequisite.
--- docker pull axelarnet/axelar-ampd
---- Returns an error Error response from daemon: manifest for axelarnet/axelar-ampd:latest not found: manifest unknown: manifest unknown
Specifying tag should fix this but results in another error
sha256-f7f52ae2013e4bcfa3ba848f7e2f4d7fa81d2da4e3e75c781122830a1b88fdc5.sig: Pulling from axelarnet/axelar-ampd
unsupported media type application/vnd.dev.cosign.simplesigning.v1+json
So many links linking back to github readmes, which isn’t bad, but it would be a great experience to follow commands while following the docs to get things going, then hyperlinks to github for those interested in learning more.
The text was updated successfully, but these errors were encountered:
tofnd
failed because I do not have it installed, but pulling with docker also failed because docker wasn’t installed or daemon not started separately if you have it installed, which was meant to be highlighted.docker run -p 50051:50051 --env MNEMONIC_CMD=auto --env NOPASSWORD=true -v tofnd:/.tofnd axelarnet/tofnd:v0.10.1
-- I just noticed the instruction to install ampd came after usage; it should be a prerequisite.
---
docker pull axelarnet/axelar-ampd
---- Returns an error
Error response from daemon: manifest for axelarnet/axelar-ampd:latest not found: manifest unknown: manifest unknown
Specifying tag should fix this but results in another error
The text was updated successfully, but these errors were encountered: