Skip to content

Commit

Permalink
Update Ledger.md
Browse files Browse the repository at this point in the history
Added solution to connection issues on fresh install of Ubuntu. Tested on Ubuntu 18.04 LTS Server & Desktop. Note : You do not need ledger live installed on the actual validator node, you only need ledger live initially to install the cosmos app on your ledger.
  • Loading branch information
PrivatePixels authored Feb 13, 2020
1 parent 551323c commit 979824d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Ledger.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,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 Expand Up @@ -67,4 +75,4 @@ enigmacli tx distribution withdraw-all-rewards --from <account name> --gas auto

```bash
enigmacli tx gov vote <proposal-id> <vote> --from <account name> --ledger
```
```

0 comments on commit 979824d

Please sign in to comment.