diff options
author | Guillaume Ballet <gballet@gmail.com> | 2019-03-21 17:54:24 +0800 |
---|---|---|
committer | Guillaume Ballet <gballet@gmail.com> | 2019-04-08 19:21:22 +0800 |
commit | 189a0329876329f1d67969a2657ec4b1776fbb24 (patch) | |
tree | 430b7e5228644365bd457a56f540c9defcb1a80b /accounts | |
parent | ec4fba83d4f8cbcbb1e3860407614cfbc8d92e67 (diff) | |
download | go-tangerine-189a0329876329f1d67969a2657ec4b1776fbb24.tar go-tangerine-189a0329876329f1d67969a2657ec4b1776fbb24.tar.gz go-tangerine-189a0329876329f1d67969a2657ec4b1776fbb24.tar.bz2 go-tangerine-189a0329876329f1d67969a2657ec4b1776fbb24.tar.lz go-tangerine-189a0329876329f1d67969a2657ec4b1776fbb24.tar.xz go-tangerine-189a0329876329f1d67969a2657ec4b1776fbb24.tar.zst go-tangerine-189a0329876329f1d67969a2657ec4b1776fbb24.zip |
Add instructions on how to install the card
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/scwallet/README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/accounts/scwallet/README.md b/accounts/scwallet/README.md index bf67c9c91..b5f79149b 100644 --- a/accounts/scwallet/README.md +++ b/accounts/scwallet/README.md @@ -5,6 +5,25 @@ * A USB smartcard reader * A keycard that supports the status app +## Preparing the smartcard + + You can use status' [keycard-cli](https://github.com/status-im/keycard-cli) and you should get version 2.1 (**NOT** 2.1.1, this will be supported in a later update) of their [smartcard application](https://github.com/status-im/status-keycard/releases/download/2.1/keycard_v2.1.cap) + + You also need to make sure that the PCSC daemon is running on your system. + + Then, you can install the application to the card by typing: + + ``` + keycard install -a keycard_v2.1.cap + ``` + + Then you can initialize the application by typing: + + ``` + keycard init + ``` + + ## Usage 1. Start `geth` with the `console` command |