Skip to content

Commit

Permalink
Merge pull request #723 from o1-labs/luis-roll-back-mina-generate-key…
Browse files Browse the repository at this point in the history
…pair-container-image-tag

Rolled back mina-generate-keypair image tag
  • Loading branch information
barriebyron authored Nov 3, 2023
2 parents cb26395 + 96fdb18 commit 8d95fd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/node-operators/generating-a-keypair.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Make sure to set a new and secure password for the following commands. Mina will

```
cd ~
docker run --interactive --tty --rm --volume $(pwd)/keys:/keys minaprotocol/mina-generate-keypair:1.4.0-c980ba8 --privkey-path /keys/my-wallet
docker run --interactive --tty --rm --volume $(pwd)/keys:/keys minaprotocol/mina-generate-keypair:1.3.1-3e3abec --privkey-path /keys/my-wallet
```

1. When prompted, type in the password you intend to use to secure this key. <em>Do NOT forget this password.</em>
Expand Down Expand Up @@ -139,7 +139,7 @@ mina-validate-keypair --privkey-path <path-to-the-private-key-file>
On Docker:

```
docker run --interactive --tty --rm --entrypoint=mina-validate-keypair --volume $(pwd)/keys:/keys minaprotocol/mina-generate-keypair:1.4.0-c980ba8 --privkey-path /keys/my-wallet
docker run --interactive --tty --rm --entrypoint=mina-validate-keypair --volume $(pwd)/keys:/keys minaprotocol/mina-generate-keypair:1.3.1-3e3abec --privkey-path /keys/my-wallet
```

## Ledger Hardware Wallet
Expand Down

2 comments on commit 8d95fd2

@vercel
Copy link

@vercel vercel bot commented on 8d95fd2 Nov 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

07-oracles – ./examples/zkapps/07-oracles/oracle

07-oracles-minadocs.vercel.app
07-oracles.vercel.app
07-oracles-git-main-minadocs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 8d95fd2 Nov 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs2 – ./

docs.minaprotocol.com
docs2-minadocs.vercel.app
docs2-git-main-minadocs.vercel.app

Please sign in to comment.