create account

How to use your ledger device with hive-ledger-cli by engrave

View this thread on: hive.blogpeakd.comecency.com
· @engrave · (edited)
$664.90
How to use your ledger device with hive-ledger-cli
![](https://i.imgur.com/PRL7SLu.jpg)

The purpose of this post is to fulfill Ledger documentation requirements. It is a guide for advanced users that would like to use Hive application with a CLI (Command-line interface). In the near future I will provide an updated tutorial with user-friendly wallet supporting Ledger Hive application.

**Support me with your witness vote! Click on the image below:**

[![banner_engrave 100.png](https://images.hive.blog/DQmUghvic5TCPPvVkB4iB7eXmgQ3RQ4L8jkVizvuCBW8RMT/banner_engrave%20100.png)](https://hivesigner.com/sign/account-witness-vote?witness=engrave&approve=1)

# Introduction

Hardware wallets are considered to be the most secure way to keep your crypto assets. From now on, Ledger Nano S and X can be used to protect your Hive account. This guide will help you protecting your Hive account with keys derived on your ledger device and treat is as a cold wallet. This is the ultimate protection for your account.

## Quickly about Hive

Hive is different than most blockchains. It has two native assets: HIVE and HBD (Hive Backed Dollar) and usernames instead of public addresses. Those accounts have different keys associated with different roles (owner, active, posting and memo). Every role can contain different key. To ultimately protect your Hive account it is recommended to replace your Owner key with the one derived from your device - this will protect you from leaking your private key by mistake.

# Requirements

Before you start, make sure you have
 * Initialized Ledger device with newest firmware (2.0 for S and 1.3.0 for X)
 * Hive application installed on your device

# Install `hive-ledger-cli`

`hive-ledger-cli` is a npm package that can be installed globally on your system. In order to use it, you need to have NodeJS installed on your system. 

To install `hive-ledger-cli` simply paste

```bash=
sudo npm install -g hive-ledger-cli --unsafe-perm
```

Validate your installation with following command which should show you the CLI help

```bash=
hive-ledger-cli --help
```

# Get an account

**If you already have Hive account, you can skip this part.**

Hive accounts are not free - they need to be created by another user and it costs 3 HIVE. There are multiple providers of Hive accounts. Most of them requires some sort of validation (i.e phone or email) and some can utilize different crypto assets (like BTC) to pay the fee.

Visit and choose what fits you best:

https://signup.hive.io

# How to validate public key

In order to validate public key derived from a specified [SLIP-0048](https://github.com/satoshilabs/slips/blob/master/slip-0048.md) path, you can use `get-public-key` command:


```
USAGE
  $ hive-ledger-cli get-public-key PATH

ARGUMENTS
  PATH  BIP 32 path to derive key from

OPTIONS
  -c, --confirm  Force confirmation on Ledger device
  -h, --help     show CLI help

EXAMPLE
  $ hive-ledger-cli get-public-key "m/48'/13'/0'/0'/0'"
  Establishing transport with Hive application... done
  STM5m57x4BXEePAzVNrjUqYeh9C2a7eez1Ya2wPo7ngWLQUdEXjKn

```

1. Connect your device, unlock and open Hive application.

![](https://i.imgur.com/E5vdx3o.jpg)

3. Select [SLIP-0048](https://github.com/satoshilabs/slips/blob/master/slip-0048.md) path you want to generate and validate public key for. Example key valid for Hive is `m/48'/13'/0'/0'/0'`
4. Type `hive-ledger-cli get-public-key "m/48'/13'/0'/0'/0'" -c`

![](https://i.imgur.com/55oecOv.png)


4. Navigate using left and right buttons to inspect public key. Make sure it's the same that in your terminal

![](https://i.imgur.com/Gnggq0f.jpg)

![](https://i.imgur.com/M8HeJ7v.jpg)

![](https://i.imgur.com/yKceFr5.jpg)

![](https://i.imgur.com/sFxsNIh.jpg)

![](https://i.imgur.com/zYvqRBO.jpg)

6. Confirm public key by pressing both buttons on "Approve" screen.

![](https://i.imgur.com/YDvVEQV.jpg)

![](https://i.imgur.com/7Ied1zR.png)


# How to associate Hive account with your Ledger device

If you already have your Hive username, you can use your ledger device to ultimately protect it by changing all your keys to the ones derived from your device.

In the example below, we will associate existing account called `test.ledger` with the device. You will need current owner private key in Hive supported WIF format.

```
USAGE
  $ hive-ledger-cli associate-account USERNAME

ARGUMENTS
  USERNAME  Account to associate

OPTIONS
  -d, --dry              dry run will only print signed transaction instead broadcasting it
  -h, --help             show CLI help
  -k, --key-gap=key-gap  [default: 5] Gap limit for unused key indexes on which the software decides that SLIP-0048 account index is not used
  -t, --testnet          use testnet configuration

EXAMPLE
  $ hive-ledger-cli associate-account test.ledger
  Found existing account:  test.ledger

  This operation will replace ALL your keys with those from your device. First, we need to find new keys for your owner, active and posting authorities.

  Press any key to continue or q to exit:
  Establishing transport with Hive application... done
  Searching for unused keys on your device... done

  New owner key:  STM7ZEBoDotbYpnyNHdARYMDBMNnLWpV7fiiGa6pvHbXhfRo9ZrDf
  Derivation path:  m/48'/13'/0'/1'/0'
  Please confirm this public key on your device... done

  New active key:  STM5zpFRqa73yFULSwUYfPSftx4fE7kha9YfkAPR9yKvNLKU2QDFu
  Derivation path:  m/48'/13'/1'/1'/0'
  Please confirm this public key on your device... done

  New posting key:  STM6YGUesBwuotbZvcfqoXfjQUrfVXGYwJZ9DCHEiFLQfxUsLK9M1
  Derivation path:  m/48'/13'/4'/1'/0'
  Please confirm this public key on your device... done

  Now you need to enter your CURRENT OWNER PRIVATE KEY in WIF format. It will be used to update your account with a new keys. Please be aware that this operation will replace ALL of your current keys

  Enter your current PRIVATE OWNER KEY for test.ledger:
```

1. Connect your device, unlock and open Hive application.

![](https://i.imgur.com/E5vdx3o.jpg)

2. Type in your terminal (replace `test.ledger` with your own username) and follow the instruction

```bash
hive-ledger-cli associate-account test.ledger
```

3. Software will derive a new set of public keys and will make sure those are unused by searching in blockchain for those keys. 

4. Validate and approve three keys from on your device.

![](https://i.imgur.com/Gnggq0f.jpg)

![](https://i.imgur.com/M8HeJ7v.jpg)

![](https://i.imgur.com/yKceFr5.jpg)

![](https://i.imgur.com/sFxsNIh.jpg)

![](https://i.imgur.com/zYvqRBO.jpg)

6. Confirm public key by pressing both buttons on "Approve" screen.

![](https://i.imgur.com/YDvVEQV.jpg)

5. Repeat this step for next two keys.

6. Enter your current owner private key in WIF format

7. Your account is now associated with your device. You can validate it with ["How to find accounts associated with your device"](#how-to-find-accounts-associated-with-your-device) tutorial.

# How to find accounts associated with your device

You can quickly check which accounts are associated with your device (those will have owner authority derived from your device).


1. Connect your device, unlock and open Hive application.

![](https://i.imgur.com/E5vdx3o.jpg)

2. Type in your terminal

```bash=
hive-ledger-cli discover-accounts
```

3. Wait for the result with your accounts listed in a table

![](https://i.imgur.com/XRbhz5h.png)

# How to receive HIVE or HBD

If you know your account username, you can use it as a receiver address from any other wallet or exchange for HIVE or HBD. If you don't remember it, use `hive-ledger-cli` to determine account names associated with your device.

```
USAGE
  $ hive-ledger-cli discover-accounts [ROLE]

ARGUMENTS
  ROLE  (owner|active|memo|posting) [default: owner] Role to check for

OPTIONS
  -a, --account-gap=account-gap  [default: 5] Gap limit for unused account indexes after which the software decides that device is not used
  -d, --dry                      dry run will only print signed transaction instead broadcasting it
  -h, --help                     show CLI help
  -k, --key-gap=key-gap          [default: 5] Gap limit for unused key indexes on which the software decides that device is not used
  -t, --testnet                  use testnet configuration

EXAMPLE
  $ hive-ledger-cli discover-accounts

```
1. Connect your device, unlock and open Hive application.

![](https://i.imgur.com/E5vdx3o.jpg)

3. Type `hive-ledger-cli discover-accounts` and wait for process to finish

![](https://i.imgur.com/rjhOrXf.png)

3. You can see two accounts connected with this ledger: `acronyms` and `test.ledger`. Both can be used to receive funds.

4. You can validate path and public key with ["How to validate public key"](#how-to-validate-public-key) tutorial

# How to transfer HIVE or HBD to another account

You can send liquid tokens (HIVE or HBD) withing 3 seconds to any other existing Hive account. 

```
USAGE
  $ hive-ledger-cli transfer PATH FROM TO AMOUNT [MEMO]

ARGUMENTS
  PATH    BIP 32 (SLIP-0048) path to derive key from and use to sign the transaction
  FROM    sender
  TO      receiver
  AMOUNT  amount to send
  MEMO    optional transfer memo
```

To send `0.001 HIVE` from `test.ledger` to `engrave` account:

1. Connect your device, unlock and open Hive application.

![](https://i.imgur.com/E5vdx3o.jpg)

2. Type in your terminal

```bash=
hive-ledger-cli transfer "m/48'/13'/0'/2'/0'" test.ledger engrave "0.001 HIVE" "Sent using ledger device!"
```

![](https://i.imgur.com/u2NCGSr.png)

3. Use left and right buttons to verify transaction on your hardware wallet.

![](https://i.imgur.com/sh2zh9X.jpg)

![](https://i.imgur.com/nqvYQUi.jpg)

![](https://i.imgur.com/BKg8pW1.jpg)

![](https://i.imgur.com/v0eTCE0.jpg)

![](https://i.imgur.com/toFCSW5.jpg)

![](https://i.imgur.com/jzxeaAM.jpg)

![](https://i.imgur.com/y1UBY9m.jpg)

![](https://i.imgur.com/bxgL0oz.jpg)

4. Accept the transaction by pressing both buttons on "Approve" screen.

![](https://i.imgur.com/YDvVEQV.jpg)

![](https://i.imgur.com/Lus0eYw.png)

# How to stake HIVE


To gain more governance power over Hive blockchain, you can convert your HIVE into Hive Power. We call it "powering up" and other blockchains calls it "staking". Underneath, your tokens are converted to VESTS. Withdrawal of your staked HIVE (converting it back to liquid HIVE) will take 13 weeks.

To convert HIVE into HP (Hive Power), use `hive-ledger-cli`.

```
USAGE
  $ hive-ledger-cli transfer-to-vesting PATH FROM TO AMOUNT

ARGUMENTS
  PATH    BIP 32 (SLIP-0048) path to derive key from and use to sign the transaction
  FROM    source account
  TO      target account
  AMOUNT  amount to stake

OPTIONS
  -d, --dry      dry run will only print signed transaction instead broadcasting it
  -h, --help     show CLI help
  -t, --testnet  use testnet configuration
```

1. Connect your device, unlock and open Hive application.

![](https://i.imgur.com/E5vdx3o.jpg)

2. Type in your terminal

```bash=
hive-ledger-cli transfer-to-vesting "m/48'/13'/0'/2'/0'" test.ledger test.ledger "0.001 HIVE"
```

3. Use left and right keys to verify transaction on your hardware wallet

![](https://i.imgur.com/sh2zh9X.jpg)

![](https://i.imgur.com/nqvYQUi.jpg)

![](https://i.imgur.com/OnL6Lgc.jpg)

![](https://i.imgur.com/v0eTCE0.jpg)

![](https://i.imgur.com/SWf4uAH.jpg)

![](https://i.imgur.com/jzxeaAM.jpg)

4. Accept the transaction by pressing both buttons on "Approve" screen.

![](https://i.imgur.com/YDvVEQV.jpg)

![](https://i.imgur.com/jDupcLj.png)

# Where to find account balance

You can use `hive-ledger-cli` package to check any account balance:

```
$ hive-ledger-cli balance test.ledger
```
Will produce
```
Balances for @test.ledger account
----------------
Liquid:  0.998 HIVE, 0.001 HBD
Savings: 0.000 HIVE, 0.000 HBD
Staked:  0.001 HP
----------------
Pending rewards: 0.000 HP, 0.000 HIVE, 0.000 HBD
```

You can view your account balance on multiple block explorer and Hive powered social media frontends. Most of them support `/@username` standard. For example:

https://hiveblocks.com/@test.ledger
https://hiveblockexplorer.com/@test.ledger
https://hive.ausbit.dev/@test.ledger
https://peakd.com/@test.ledger/wallet
https://wallet.hive.blog/@test.ledger

***
<center><sup>Originally posted on [Hive Ledger Support](http://blog.hiveledger.io/how-to-use-your-ledger-device-with-hive-ledger-cli). Hive blog powered by [ENGRAVE](https://dblog.org).</sup></center>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 692 others
👎  ,
properties (23)
authorengrave
permlinkhow-to-use-your-ledger-device-with-hive-ledger-cli
categoryhive-139531
json_metadata{"format":"markdown","app":"engrave","tags":["hive-139531","hive","ledger","hiveprojects","witness-update"],"image":["https://i.imgur.com/PRL7SLu.jpg","https://i.imgur.com/E5vdx3o.jpg","https://i.imgur.com/55oecOv.png","https://i.imgur.com/Gnggq0f.jpg","https://i.imgur.com/M8HeJ7v.jpg","https://i.imgur.com/yKceFr5.jpg","https://i.imgur.com/sFxsNIh.jpg","https://i.imgur.com/zYvqRBO.jpg","https://i.imgur.com/YDvVEQV.jpg","https://i.imgur.com/7Ied1zR.png","https://i.imgur.com/XRbhz5h.png","https://i.imgur.com/rjhOrXf.png","https://i.imgur.com/u2NCGSr.png","https://i.imgur.com/sh2zh9X.jpg","https://i.imgur.com/nqvYQUi.jpg","https://i.imgur.com/BKg8pW1.jpg","https://i.imgur.com/v0eTCE0.jpg","https://i.imgur.com/toFCSW5.jpg","https://i.imgur.com/jzxeaAM.jpg","https://i.imgur.com/y1UBY9m.jpg","https://i.imgur.com/bxgL0oz.jpg","https://i.imgur.com/Lus0eYw.png","https://i.imgur.com/OnL6Lgc.jpg","https://i.imgur.com/SWf4uAH.jpg","https://i.imgur.com/jDupcLj.png"],"links":["https://images.hive.blog/DQmUghvic5TCPPvVkB4iB7eXmgQ3RQ4L8jkVizvuCBW8RMT/banner_engrave%20100.png)](https://hivesigner.com/sign/account-witness-vote?approve=1%29&witness=engrave","https://signup.hive.io","https://github.com/satoshilabs/slips/blob/master/slip-0048.md","https://hiveblocks.com/@test.ledger","https://hiveblockexplorer.com/@test.ledger","https://hive.ausbit.dev/@test.ledger","https://peakd.com/@test.ledger/wallet","https://wallet.hive.blog/@test.ledger"],"users":["@test.ledger","@username"],"engrave":{"domain":"ledger.dblog.org","custom_domain":"blog.hiveledger.io","permlink":"how-to-use-your-ledger-device-with-hive-ledger-cli","url":"https://blog.hiveledger.io/how-to-use-your-ledger-device-with-hive-ledger-cli","featured_image":null,"categories":["617eb8e81832020030da77a4"]}}
created2021-11-08 23:28:09
last_update2021-11-09 17:04:33
depth0
children47
last_payout2021-11-15 23:28:09
cashout_time1969-12-31 23:59:59
total_payout_value332.586 HBD
curator_payout_value332.309 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length12,429
author_reputation318,719,797,600,724
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,610,019
net_rshares576,468,423,745,546
author_curate_reward""
vote details (758)
@aigneis5325 ·
$0.37
After reading your post I am tempted to buy a hardware wallet. Too bad I'm broke...
👍  
properties (23)
authoraigneis5325
permlinkr2adbx
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-11-09 03:50:21
last_update2021-11-09 03:50:21
depth1
children1
last_payout2021-11-16 03:50:21
cashout_time1969-12-31 23:59:59
total_payout_value0.187 HBD
curator_payout_value0.187 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length83
author_reputation4,957,826,446
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,613,405
net_rshares324,285,520,027
author_curate_reward""
vote details (1)
@amirl ·
$0.22
Keep posting in Hive and you will be able to buy a few after a while
👍  
properties (23)
authoramirl
permlinkr2al61
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-11-09 06:39:42
last_update2021-11-09 06:39:42
depth2
children0
last_payout2021-11-16 06:39:42
cashout_time1969-12-31 23:59:59
total_payout_value0.112 HBD
curator_payout_value0.112 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length68
author_reputation-35,879,592,983,501
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,616,651
net_rshares197,105,087,392
author_curate_reward""
vote details (1)
@amirl ·
$0.23
Now this is development! So proud of this community
👍  
properties (23)
authoramirl
permlinkr2al4i
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-11-09 06:38:48
last_update2021-11-09 06:38:48
depth1
children0
last_payout2021-11-16 06:38:48
cashout_time1969-12-31 23:59:59
total_payout_value0.116 HBD
curator_payout_value0.117 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length51
author_reputation-35,879,592,983,501
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,616,633
net_rshares205,561,936,941
author_curate_reward""
vote details (1)
@d-zero ·
This is huge help! Added to my bookmarks and favorited this. Thanks a huge ton 🙌😃
!PIZZA !LUV
properties (22)
authord-zero
permlinkre-engrave-20211110t115318641z
categoryhive-139531
json_metadata{"tags":["hive-139531","hive","ledger","hiveprojects","witness-update"],"app":"ecency/3.0.19-vision","format":"markdown+html"}
created2021-11-10 06:23:18
last_update2021-11-10 06:23:18
depth1
children1
last_payout2021-11-17 06:23:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length93
author_reputation154,077,558,361,486
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,641,630
net_rshares0
@luvshares ·
<div class='pull-right'><center><sup><small><small><><</small></small></a></sup></center>
    <p><a href="https://ichthys.netlify.app" style="text-decoration:none"><><</a></p></div>
    
<div class='pull-right'><center><sup>LUV</sup></center>
    <p><a href="https://peakd.com/@luvshares"><img src="https://files.peakd.com/file/peakd-hive/crrdlx/AKU7oyCXxGwYyudB42kJ7JtoZ63bdeHvm4icoT9xdGNxA4i4BwudGyPvTQrEwPd.gif"></a></p></div>
    
<div class='pull-right'><center><sup>Connect</sup></center>
    <p><a href="https://discord.gg/K5GvNhcPqR"><img src="https://files.peakd.com/file/peakd-hive/crrdlx/23wfrFwbW2VmsmZxJXyNEKYXt8mvmEP5zenbPZFX5T6yxcF65vCp7RbNpNhLgFZiM62G1.png"></a></p></div>
    
<div class='pull-right'><center><sup>Trade</sup></center>
    <p><a href='https://tribaldex.com/trade/LUV'><img src="https://files.peakd.com/file/peakd-hive/crrdlx/AKJ1ytK1G4qgB6fMNY9iW9yL1E7bY4ooefHFwtMVKoKnyXG1EsjxrcrTFGFAbhw.png"></a></p></div>
    
<center><br> <p>@engrave, you've been given LUV from @d-zero.</p> <p>Check the LUV in your H-E <a href="https://hive-engine.com/">wallet</a>. <sub>(1/1)</sub></p> </center><div></div>
properties (22)
authorluvshares
permlinkre-re-engrave-20211110t115318641z-20211110t062414z
categoryhive-139531
json_metadata"{"app": "beem/0.24.26"}"
created2021-11-10 06:24:15
last_update2021-11-10 06:24:15
depth2
children0
last_payout2021-11-17 06:24:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,130
author_reputation5,651,102,754,153
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,641,644
net_rshares0
@dandays ·
$0.20
Let me know when the *not for advanced users* is released. I have a Ledger and had no idea I could hold HBD on there, that would be optimum! But I have no idea what I just read.
👍  
properties (23)
authordandays
permlinkre-engrave-2021119t7053296z
categoryhive-139531
json_metadata{"tags":["hive-139531","hive","ledger","hiveprojects","witness-update"],"app":"ecency/3.0.23-mobile","format":"markdown+html"}
created2021-11-09 12:00:54
last_update2021-11-09 12:00:54
depth1
children2
last_payout2021-11-16 12:00:54
cashout_time1969-12-31 23:59:59
total_payout_value0.098 HBD
curator_payout_value0.098 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length177
author_reputation253,596,081,930,457
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,622,157
net_rshares169,273,047,824
author_curate_reward""
vote details (1)
@engrave ·
Soon :) You won't miss it, I promise ;)
properties (22)
authorengrave
permlinkre-dandays-r2b03p
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-11-09 12:02:18
last_update2021-11-09 12:02:18
depth2
children1
last_payout2021-11-16 12:02:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length39
author_reputation318,719,797,600,724
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,622,179
net_rshares0
@dandays ·
Best response I read all am. 
properties (22)
authordandays
permlinkre-engrave-2021119t741452z
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"ecency/3.0.23-mobile","format":"markdown+html"}
created2021-11-09 12:04:00
last_update2021-11-09 12:04:00
depth3
children0
last_payout2021-11-16 12:04:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length29
author_reputation253,596,081,930,457
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,622,215
net_rshares0
@demotruk ·
$0.23
I've just ordered a new Ledger Nano X because of this post.

I had multiple of the old school HW1 Ledger wallets, Black Friday 2015 special edition. I haven't really used them in years because I no longer hold Bitcoin. Now I finally have a good reason to have a hardware wallet again.
👍  
properties (23)
authordemotruk
permlinkre-engrave-r2awb2
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-11-09 10:40:12
last_update2021-11-09 10:40:12
depth1
children0
last_payout2021-11-16 10:40:12
cashout_time1969-12-31 23:59:59
total_payout_value0.114 HBD
curator_payout_value0.115 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length284
author_reputation278,747,146,820,861
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,620,964
net_rshares198,422,641,989
author_curate_reward""
vote details (1)
@easytutorial ·
thank you for this very interesting tutorial and I add for my part this article on [The ultimate guide to install ronindojo and become a Bitcoin Samourai [2022]](https://www.investing-press.com/the-ultimate-guide-to-install-ronindojo-and-become-a-bitcoin-samourai-2022/)
properties (22)
authoreasytutorial
permlinkre-engrave-2022515t135123856z
categoryhive-139531
json_metadata{"tags":["hive-139531","hive","ledger","hiveprojects","witness-update"],"app":"ecency/3.0.23-vision","format":"markdown+html"}
created2022-05-15 12:51:09
last_update2022-05-15 12:51:09
depth1
children1
last_payout2022-05-22 12:51:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length270
author_reputation17,114,607
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id113,222,846
net_rshares0
@engrave ·
Your link has nothing to do with this article so I consider it spam. This is a good way to be downvoted and lose your reputation.
👍  
properties (23)
authorengrave
permlinkre-easytutorial-rbxe1q
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2022.05.6"}
created2022-05-15 13:13:03
last_update2022-05-15 13:13:03
depth2
children0
last_payout2022-05-22 13:13:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length129
author_reputation318,719,797,600,724
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id113,223,363
net_rshares694,132,399
author_curate_reward""
vote details (1)
@eliasseth ·
Very very interesting this post... Thanks for share!
properties (22)
authoreliasseth
permlinkr2dwve
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-11-11 01:48:30
last_update2021-11-11 01:48:30
depth1
children0
last_payout2021-11-18 01:48:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length52
author_reputation15,224,879,978,463
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,660,597
net_rshares0
@evileddy ·
Woah!  This is good tech stuff!  

Let me know when they offer the user-friendly wallet supporting Ledger Hive application!!!
properties (22)
authorevileddy
permlinkr2b7c5
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-11-09 14:38:30
last_update2021-11-09 14:38:30
depth1
children1
last_payout2021-11-16 14:38:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length125
author_reputation1,961,403,682,885
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,624,998
net_rshares0
@engrave ·
Will do!
👍  
properties (23)
authorengrave
permlinkre-evileddy-r2b7ns
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-11-09 14:45:30
last_update2021-11-09 14:45:30
depth2
children0
last_payout2021-11-16 14:45:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8
author_reputation318,719,797,600,724
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,625,112
net_rshares2,451,540,594
author_curate_reward""
vote details (1)
@gargi ·
i wish to buy hardware wallet to connect my hive aacount..but unfortunately it is not available in India..😐 but soon it will be for Indian user too... always hope for the best.....
properties (22)
authorgargi
permlinkr2apl6
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-11-09 08:15:09
last_update2021-11-09 08:15:09
depth1
children0
last_payout2021-11-16 08:15:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length180
author_reputation216,558,571,460,525
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,619,060
net_rshares0
@gtg ·
$40.10
Thank you for your hard work!

I saw how much time and effort it took.
And a lot of sacrifices (such as absence on meetups! ;-) )

Well done!

This comment has 100% beneficiary set to @engrave so if anyone wish to double the prize, be my guest :-)
👍  , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authorgtg
permlinkre-engrave-r2ap2c
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-11-09 08:04:27
last_update2021-11-09 08:04:27
depth1
children1
last_payout2021-11-16 08:04:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value40.101 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length247
author_reputation461,775,164,998,463
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries
0.
accountengrave
weight10,000
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,618,956
net_rshares69,593,258,757,985
author_curate_reward""
vote details (22)
@engrave ·
$0.38
Thanks, I appreciate this :)
👍  
properties (23)
authorengrave
permlinkre-gtg-r2ar13
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-11-09 08:46:18
last_update2021-11-09 08:46:18
depth2
children0
last_payout2021-11-16 08:46:18
cashout_time1969-12-31 23:59:59
total_payout_value0.188 HBD
curator_payout_value0.188 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length28
author_reputation318,719,797,600,724
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,619,415
net_rshares326,726,375,052
author_curate_reward""
vote details (1)
@gubbatv ·
This is sooo cool, thank you so much! I always wondered why I couldn't add Hive to my hardware wallet and now I can! Epic!!
properties (22)
authorgubbatv
permlinkre-engrave-20211110t13139151z
categoryhive-139531
json_metadata{"tags":["hive-139531","hive","ledger","hiveprojects","witness-update"],"app":"ecency/3.0.19-vision","format":"markdown+html"}
created2021-11-10 06:29:33
last_update2021-11-10 06:29:33
depth1
children0
last_payout2021-11-17 06:29:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length123
author_reputation146,671,992,943,904
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,641,728
net_rshares0
@hivebuzz ·
Congratulations @engrave! Your post has been a top performer on the Hive blockchain and you have been rewarded with the following badge:

<table><tr><td><img src="https://images.hive.blog/60x60/http://hivebuzz.me/badges/toppayoutday.png"></td><td>Post with the highest payout of the day.</td></tr>
</table>

<sub>_You can view your badges on [your board](https://hivebuzz.me/@engrave) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Check out the last post from @hivebuzz:**
<table><tr><td><a href="/hive-106258/@hivebuzz/hivefest6-badge"><img src="https://images.hive.blog/64x128/https://i.imgur.com/vtf5GW1.png"></a></td><td><a href="/hive-106258/@hivebuzz/hivefest6-badge">The new HiveFest⁶ attendee badge is waiting for you</a></td></tr></table>
properties (22)
authorhivebuzz
permlinkhivebuzz-notify-engrave-20211109t035813
categoryhive-139531
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2021-11-09 03:58:12
last_update2021-11-09 03:58:12
depth1
children0
last_payout2021-11-16 03:58:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length894
author_reputation369,206,864,838,106
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,613,484
net_rshares0
@hivebuzz ·
Congratulations @engrave! Your post has been a top performer on the Hive blockchain and you have been rewarded with the following badge:

<table><tr><td><img src="https://images.hive.blog/60x60/http://hivebuzz.me/badges/toppayoutweek.png"></td><td>Post with the highest payout of the week.</td></tr>
</table>

<sub>_You can view your badges on [your board](https://hivebuzz.me/@engrave) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>

properties (22)
authorhivebuzz
permlinkhivebuzz-notify-engrave-20211115t014739
categoryhive-139531
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2021-11-15 01:47:39
last_update2021-11-15 01:47:39
depth1
children0
last_payout2021-11-22 01:47:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length576
author_reputation369,206,864,838,106
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,751,149
net_rshares0
@igormuba ·
$0.03
If only I had a Ledger, they look awesome and very versatile!

But I used the money I had to buy crypto. Guess I will sabe this post for a next opportunity
👍  
properties (23)
authorigormuba
permlinkre-engrave-2021118t211723217z
categoryhive-139531
json_metadata{"tags":["hive-139531","hive","ledger","hiveprojects","witness-update"],"app":"ecency/3.0.23-mobile","format":"markdown+html"}
created2021-11-09 00:17:21
last_update2021-11-09 00:17:21
depth1
children3
last_payout2021-11-16 00:17:21
cashout_time1969-12-31 23:59:59
total_payout_value0.015 HBD
curator_payout_value0.014 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length155
author_reputation128,826,081,446,669
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,610,716
net_rshares27,148,477,064
author_curate_reward""
vote details (1)
@katou.kanga ·
Beware. Ledger had a huge information dump in 2019. One guy in Mexico said he lost $10,000 because of it. I, at the time living in France, was considering buying it. Then changed my mind. I trust their food more than I trust their crypto wallets. Macron is rotten to the core🤮
properties (22)
authorkatou.kanga
permlinkre-igormuba-r2a65j
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-11-09 01:15:36
last_update2021-11-09 01:15:36
depth2
children2
last_payout2021-11-16 01:15:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length276
author_reputation1,861,308,138,588
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,611,588
net_rshares0
@engrave ·
Indeed their e-commerce data leaked some time ago (addresses, phone numbers etc) but there is no way that it could lead to a device compromise other than social engineering or another kind of manipulation/phishing. So the statement that someone lost $10k because of this is not true.
properties (22)
authorengrave
permlinkre-katoukanga-r2arqn
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-11-09 09:01:48
last_update2021-11-09 09:01:48
depth3
children1
last_payout2021-11-16 09:01:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length283
author_reputation318,719,797,600,724
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,619,680
net_rshares0
@keychain ·
Awesome! Do you plan to add support for all active authority operations?
properties (22)
authorkeychain
permlinkre-engrave-r2ap86
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-11-09 08:07:21
last_update2021-11-09 08:07:21
depth1
children2
last_payout2021-11-16 08:07:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length72
author_reputation330,463,900,932,475
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,618,983
net_rshares0
@engrave ·
The ledger hw app supports 37 operations that can be performed by the user (I believe it's a complete set). I haven't had time to add it to the CLI. Most of those will be available in a GUI wallet.
properties (22)
authorengrave
permlinkre-keychain-r2ar0p
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-11-09 08:46:03
last_update2021-11-09 08:46:03
depth2
children1
last_payout2021-11-16 08:46:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length197
author_reputation318,719,797,600,724
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,619,412
net_rshares0
@keychain ·
$3.07
Great! Ledger integration will be one of our priorities once we finish our refactor and the Ledger App is available. Thanks for your work!
👍  ,
properties (23)
authorkeychain
permlinkre-engrave-r2ara3
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-11-09 08:51:39
last_update2021-11-09 08:51:39
depth3
children0
last_payout2021-11-16 08:51:39
cashout_time1969-12-31 23:59:59
total_payout_value1.536 HBD
curator_payout_value1.536 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length138
author_reputation330,463,900,932,475
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,619,476
net_rshares2,657,545,730,867
author_curate_reward""
vote details (2)
@marki99 ·
$0.28
Thank you for your work! 

It's really amazing. 
👍  
properties (23)
authormarki99
permlinkre-engrave-r2emut
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-11-11 11:06:30
last_update2021-11-11 11:06:30
depth1
children0
last_payout2021-11-18 11:06:30
cashout_time1969-12-31 23:59:59
total_payout_value0.141 HBD
curator_payout_value0.140 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length48
author_reputation11,400,723,818,181
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,667,663
net_rshares206,703,348,129
author_curate_reward""
vote details (1)
@miko820 ·
Great
properties (22)
authormiko820
permlinkre-engrave-20211125t19410108z
categoryhive-139531
json_metadata{"tags":["hive-139531","hive","ledger","hiveprojects","witness-update"],"app":"ecency/3.0.20-vision","format":"markdown+html"}
created2021-11-25 18:04:12
last_update2021-11-25 18:04:12
depth1
children0
last_payout2021-12-02 18:04:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5
author_reputation103,158,812,436
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id108,008,792
net_rshares0
@mintrawa ·
$0.25
Great work that I think required a few boxes of paracetamol. Thank you for your contribution to the HIVE ecosystem 👍
👍  
properties (23)
authormintrawa
permlinkre-engrave-20211110t92519374z
categoryhive-139531
json_metadata{"tags":["hive-139531","hive","ledger","hiveprojects","witness-update"],"app":"ecency/3.0.19-vision","format":"markdown+html"}
created2021-11-10 02:25:21
last_update2021-11-10 02:25:21
depth1
children0
last_payout2021-11-17 02:25:21
cashout_time1969-12-31 23:59:59
total_payout_value0.127 HBD
curator_payout_value0.127 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length116
author_reputation18,694,802,429,423
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,636,395
net_rshares207,453,856,991
author_curate_reward""
vote details (1)
@mlrequena78 ·
$0.24
Excellent work friend, congratulations and success, perseverance always bears good results.
👍  
properties (23)
authormlrequena78
permlinkr2bxg0
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-11-10 00:02:27
last_update2021-11-10 00:02:27
depth1
children0
last_payout2021-11-17 00:02:27
cashout_time1969-12-31 23:59:59
total_payout_value0.120 HBD
curator_payout_value0.121 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length91
author_reputation7,346,493,787,724
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,634,471
net_rshares197,999,167,135
author_curate_reward""
vote details (1)
@pizzabot ·
<center>PIZZA! 

PIZZA Holders sent <strong>$PIZZA</strong> tips in this post's comments:
@d-zero<sub>(1/10)</sub> tipped @engrave (x1)

<sub>Learn more at https://hive.pizza.</sub></center>
properties (22)
authorpizzabot
permlinkre-how-to-use-your-ledger-device-with-hive-ledger-cli-20211110t062414z
categoryhive-139531
json_metadata"{"app": "beem/0.24.26"}"
created2021-11-10 06:24:15
last_update2021-11-10 06:24:15
depth1
children0
last_payout2021-11-17 06:24:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length190
author_reputation7,452,540,471,322
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,641,645
net_rshares0
@quochuy ·
$0.26
Excellent!
Can we have an option in the CLI to add authority instead of replacing existing ones?
👍  
properties (23)
authorquochuy
permlinkr2drq2
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-11-10 23:54:03
last_update2021-11-10 23:54:03
depth1
children2
last_payout2021-11-17 23:54:03
cashout_time1969-12-31 23:59:59
total_payout_value0.131 HBD
curator_payout_value0.131 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length96
author_reputation758,372,221,814,367
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,658,889
net_rshares198,195,049,618
author_curate_reward""
vote details (1)
@engrave ·
Sure, I'm going to add more features. I just wanted to add required things and submit the app. Now I will have more time to fine tune it ;)
properties (22)
authorengrave
permlinkre-quochuy-r2dtx9
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-11-11 00:41:36
last_update2021-11-11 00:41:36
depth2
children1
last_payout2021-11-18 00:41:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length139
author_reputation318,719,797,600,724
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,659,645
net_rshares0
@quochuy ·
awesome work
properties (22)
authorquochuy
permlinkr2dvxp
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-11-11 01:25:03
last_update2021-11-11 01:25:03
depth3
children0
last_payout2021-11-18 01:25:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length12
author_reputation758,372,221,814,367
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,660,333
net_rshares0
@schmidi ·
$0.03
Thanks for that Infos!
Greets
@schmidi 
👍  
properties (23)
authorschmidi
permlinkre-engrave-r2a3g0
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-11-09 00:16:48
last_update2021-11-09 00:16:48
depth1
children0
last_payout2021-11-16 00:16:48
cashout_time1969-12-31 23:59:59
total_payout_value0.015 HBD
curator_payout_value0.015 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length39
author_reputation251,064,055,508,458
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,610,707
net_rshares27,702,590,274
author_curate_reward""
vote details (1)
@shrikal ·
The post is really informative and interesting specially about Hive power and staking!
properties (22)
authorshrikal
permlinkre-engrave-202284t0585298z
categoryhive-139531
json_metadata{"tags":["hive-139531","hive","ledger","hiveprojects","witness-update"],"app":"ecency/3.0.24-vision","format":"markdown+html"}
created2022-08-03 19:28:00
last_update2022-08-03 19:28:00
depth1
children0
last_payout2022-08-10 19:28:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length86
author_reputation-706,040,788,607
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id115,407,009
net_rshares0
@transformation7 ·
This post is crazy informative! I have been considering ledger and now know exactly how to use it when I have made the leap. I am extremely new to trading cryptocurrency and crypto gaming and have been having so much fun learning about all of this. It's a brave new world that, apparently, has already been here for some years. I am finally catching up. Thank you for this post!
properties (22)
authortransformation7
permlinkr2c3c8
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-11-10 02:09:51
last_update2021-11-10 02:09:51
depth1
children0
last_payout2021-11-17 02:09:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length378
author_reputation0
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,636,217
net_rshares0
@tungchook ·
😊
properties (22)
authortungchook
permlinkre-engrave-rs9qdz
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2023.3.4"}
created2023-03-29 06:08:24
last_update2023-03-29 06:08:24
depth1
children0
last_payout2023-04-05 06:08:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1
author_reputation2,877,080,696
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id122,058,489
net_rshares0
@urun ·
good stuff!!!
properties (22)
authorurun
permlinkre-engrave-r2a3pn
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-11-09 00:22:36
last_update2021-11-09 00:22:36
depth1
children0
last_payout2021-11-16 00:22:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation94,117,568,435,756
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,610,797
net_rshares0
@vincentnijman ·
$0.24
Awesomeness! Bookmarked this valuable and exciting post for when I have time and the peace of mind to actually understand this. Recently ordered a new Ledger ( Nano X ) after having used the Ledger Nano S for a couple of years. 

👍  
properties (23)
authorvincentnijman
permlinkre-engrave-r2br8e
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-11-09 21:48:15
last_update2021-11-09 21:48:15
depth1
children2
last_payout2021-11-16 21:48:15
cashout_time1969-12-31 23:59:59
total_payout_value0.120 HBD
curator_payout_value0.120 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length230
author_reputation271,897,090,877,723
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,632,309
net_rshares197,337,485,393
author_curate_reward""
vote details (1)
@engrave ·
$0.07
Just wait for the app to be easily accessible via Ledger Live and for a new wallet :)<div class="pull-right"><a href="/@hive.engage">![](https://i.imgur.com/XsrNmcl.png)</a></div>
👍  
properties (23)
authorengrave
permlinkre-re-engrave-r2br8e
categoryhive-139531
json_metadata{"app":"engage"}
created2021-11-09 22:36:51
last_update2021-11-09 22:36:51
depth2
children1
last_payout2021-11-16 22:36:51
cashout_time1969-12-31 23:59:59
total_payout_value0.037 HBD
curator_payout_value0.037 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length179
author_reputation318,719,797,600,724
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,633,187
net_rshares61,217,932,058
author_curate_reward""
vote details (1)
@vincentnijman ·
Will do. cheers! :^)
properties (22)
authorvincentnijman
permlinkre-engrave-r2btu9
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-11-09 22:44:33
last_update2021-11-09 22:44:33
depth3
children0
last_payout2021-11-16 22:44:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length20
author_reputation271,897,090,877,723
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,633,291
net_rshares0
@xoxois ·
Does the app work for android or mobile users?
Direct connection from Android to general ledger device?
properties (22)
authorxoxois
permlinkr2b203
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-11-09 12:43:18
last_update2021-11-09 12:43:18
depth1
children2
last_payout2021-11-16 12:43:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length103
author_reputation32,706,272,181,022
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,622,896
net_rshares0
@engrave ·
Current solution (CLI) works only for PC but future wallet might be mobile compatible.
👍  
properties (23)
authorengrave
permlinkre-xoxois-r2b5fm
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2021.09.1"}
created2021-11-09 13:57:24
last_update2021-11-09 13:57:24
depth2
children1
last_payout2021-11-16 13:57:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length86
author_reputation318,719,797,600,724
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,624,236
net_rshares1,689,004,035
author_curate_reward""
vote details (1)
@xoxois ·
Yeah, maybe if it happened soon it would be even more perfect, but for now, it's so much better progress.
I salute 😍🥰🤗🤗
properties (22)
authorxoxois
permlinkr2b5xm
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2021-11-09 14:08:21
last_update2021-11-09 14:08:21
depth3
children0
last_payout2021-11-16 14:08:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length119
author_reputation32,706,272,181,022
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,624,476
net_rshares0
@zorank ·
Thanks for taking so much time to write this tutorial, @engrave.
properties (22)
authorzorank
permlinkre-engrave-20211112t20441358z
categoryhive-139531
json_metadata{"tags":["hive-139531","hive","ledger","hiveprojects","witness-update"],"app":"ecency/3.0.19-vision","format":"markdown+html"}
created2021-11-12 19:04:42
last_update2021-11-12 19:04:42
depth1
children0
last_payout2021-11-19 19:04:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length64
author_reputation13,385,473,341,852
root_title"How to use your ledger device with hive-ledger-cli"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,700,136
net_rshares0