Skip to content

Commit b9824d7

Browse files
Merge pull request #10 from GridPlus/Logic-Beach-PkExp
Detailing how to export specific private keys
2 parents b1143b0 + 59a4dba commit b9824d7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,12 @@ Export one or more private keys from the card. **These keys are generally more u
7979
./safecard-cli exportPriv
8080
```
8181

82+
To set the starting export path:
83+
84+
```
85+
./safecard-cli exportPriv --start-path "m/44'/60'/0'/0/x"
86+
```
87+
8288
**Options**
8389

8490
This command has several options, which you can access with:

0 commit comments

Comments
 (0)