Skip to content

Commit

Permalink
Merge pull request #3 from moonstash/patch-1
Browse files Browse the repository at this point in the history
Update Ledger.md
  • Loading branch information
lacabra authored Feb 13, 2020
2 parents 02471eb + 979824d commit 66a6b10
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Ledger.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,16 @@ These are some basic examples for commands you can use with your Ledger. You may
![](https://miro.medium.com/max/1536/1*Xfi5_ScAiFn6rr9YBjgFFw.jpeg)
*Ref: https://medium.com/cryptium-cosmos/how-to-store-your-cosmos-atoms-on-your-ledger-and-delegate-with-the-command-line-929eb29705f*

### Prepare your linux host to work with ledger
Some users may not have their ledger recognized by their linux host. To fix this issue impliment the fix for connection issues on linux from the [ledger support page](https://support.ledger.com/hc/en-us/articles/115005165269-Connection-issues-with-Windows-or-Linux)

```bash
wget -q -O - https://raw.githubusercontent.com/LedgerHQ/udev-rules/master/add_udev_rules.sh | sudo bash
```
### Create an account

>Note : You can use any number you'd like for your account number. Be sure to remember the number you used, so you can recover if needed.
```bash
enigmacli keys add <account name> --ledger --account <account number on your Ledger>
```
Expand Down

0 comments on commit 66a6b10

Please sign in to comment.