Skip to content

Commit

Permalink
Fix: Corrected the derivation command format (#2952)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAsten authored Sep 27, 2024
1 parent 5c9c5c7 commit d2cc71f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/cli/wallets/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,14 +150,14 @@ By default, `prompt:` will derive solana's base derivation path `m/44'/501'`. To
derive a child key, supply the `?key=<ACCOUNT>/<CHANGE>` query string.

```bash
solana-keygen pubkey prompt://?key=0/1
solana-keygen pubkey 'prompt://?key=0/1'
```

To use a derivation path other than solana's standard BIP44, you can supply
`?full-path=m/<PURPOSE>/<COIN_TYPE>/<ACCOUNT>/<CHANGE>`.

```bash
solana-keygen pubkey prompt://?full-path=m/44/2017/0/1
solana-keygen pubkey 'prompt://?full-path=m/44/2017/0/1'
```

Because Solana uses Ed25519 keypairs, as per
Expand Down

0 comments on commit d2cc71f

Please sign in to comment.