Skip to content

Commit

Permalink
accounts/scwallet: update documentation (ethereum#22242)
Browse files Browse the repository at this point in the history
  • Loading branch information
gballet authored and gzliudan committed Jan 9, 2025
1 parent be3b15f commit cc62fe9
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions accounts/scwallet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,16 @@
Write down the URL (`keycard://044def09` in this example). Then ask `geth` to open the wallet:

```
> personal.openWallet("keycard://044def09")
Please enter the pairing password:
> personal.openWallet("keycard://044def09", "pairing password")
```

Enter the pairing password that you have received during card initialization. Same with the PIN that you will subsequently be
asked for.
The pairing password has been generated during the card initialization process.

The process needs to be repeated once more with the PIN:

```
> personal.openWallet("keycard://044def09", "PIN number")
```

If everything goes well, you should see your new account when typing `personal` on the console:

Expand Down

0 comments on commit cc62fe9

Please sign in to comment.