mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-04-07 02:17:29 +00:00
658 B
658 B
Using the smartcard wallet
Requirements
- A USB smartcard reader
- A keycard that supports the status app
Usage
- Start
gethwith theconsolecommand - Check the card's URL by checking
personal.listWallets:
listWallets: [{
status: "Online, can derive public keys",
url: "pcsc://a4d73015"
}]
- Open the wallet, you will be prompted for your pairing password, then PIN:
personal.openWallet("pcsc://a4d73015")
- Check that creation was successful by typing e.g.
personal. Then use it like a regular wallet.
Known issues
- Starting geth with a valid card seems to make firefox crash.