File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 3131 Write down the URL (` keycard://044def09 ` in this example). Then ask ` geth ` to open the wallet:
3232
3333 ```
34- > personal.openWallet("keycard://044def09")
35- Please enter the pairing password:
34+ > personal.openWallet("keycard://044def09", "pairing password")
3635 ```
3736
38- Enter the pairing password that you have received during card initialization. Same with the PIN that you will subsequently be
39- asked for.
37+ The pairing password has been generated during the card initialization process.
38+
39+ The process needs to be repeated once more with the PIN:
40+
41+ ```
42+ > personal.openWallet("keycard://044def09", "PIN number")
43+ ```
4044
4145 If everything goes well, you should see your new account when typing ` personal ` on the console:
4246
You can’t perform that action at this time.
0 commit comments