good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 9c572931 authored by Guillaume Ballet's avatar Guillaume Ballet Committed by GitHub
Browse files

accounts/scwallet: update documentation (#22242)

parent ad038b62
Branches
Tags
No related merge requests found
...@@ -31,12 +31,16 @@ ...@@ -31,12 +31,16 @@
Write down the URL (`keycard://044def09` in this example). Then ask `geth` to open the wallet: Write down the URL (`keycard://044def09` in this example). Then ask `geth` to open the wallet:
``` ```
> personal.openWallet("keycard://044def09") > personal.openWallet("keycard://044def09", "pairing password")
Please enter the pairing password:
``` ```
Enter the pairing password that you have received during card initialization. Same with the PIN that you will subsequently be The pairing password has been generated during the card initialization process.
asked for.
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: If everything goes well, you should see your new account when typing `personal` on the console:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment