 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:** [](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.  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`  4. Navigate using left and right buttons to inspect public key. Make sure it's the same that in your terminal      6. Confirm public key by pressing both buttons on "Approve" screen.   # 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.  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.      6. Confirm public key by pressing both buttons on "Approve" screen.  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.  2. Type in your terminal ```bash= hive-ledger-cli discover-accounts ``` 3. Wait for the result with your accounts listed in a table  # 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.  3. Type `hive-ledger-cli discover-accounts` and wait for process to finish  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.  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!" ```  3. Use left and right buttons to verify transaction on your hardware wallet.         4. Accept the transaction by pressing both buttons on "Approve" screen.   # 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.  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       4. Accept the transaction by pressing both buttons on "Approve" screen.   # 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>
author | engrave |
---|---|
permlink | how-to-use-your-ledger-device-with-hive-ledger-cli |
category | hive-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"]}} |
created | 2021-11-08 23:28:09 |
last_update | 2021-11-09 17:04:33 |
depth | 0 |
children | 47 |
last_payout | 2021-11-15 23:28:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 332.586 HBD |
curator_payout_value | 332.309 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 12,429 |
author_reputation | 318,719,797,600,724 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,610,019 |
net_rshares | 576,468,423,745,546 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
blocktrades | 0 | 64,339,510,292,126 | 50% | ||
alpha | 0 | 20,568,103,434,336 | 20% | ||
pfunk | 0 | 6,663,818,324,259 | 100% | ||
kingscrown | 0 | -146,329,653,781 | -100% | ||
acidyo | 0 | 10,269,336,727,719 | 100% | ||
mammasitta | 0 | 56,716,300,851 | 15% | ||
gtg | 0 | 24,226,483,103,815 | 100% | ||
gerber | 0 | 65,620,956,646 | 15% | ||
ericvancewalton | 0 | 604,786,185,394 | 100% | ||
roelandp | 0 | 310,900,779,769 | 12.5% | ||
ezzy | 0 | 846,526,731 | 15% | ||
ukrainian | 0 | 22,159,422,310 | 100% | ||
ausbitbank | 0 | 729,857,178,316 | 100% | ||
ardina | 0 | 99,589,612,966 | 100% | ||
renovatio | 0 | 15,409,325,307 | 100% | ||
inertia | 0 | 2,498,145,838,835 | 100% | ||
arcange | 0 | 56,195,880,862 | 1% | ||
demotruk | 0 | 640,646,871,128 | 100% | ||
konti | 0 | 9,310,380,462 | 100% | ||
ubg | 0 | 96,894,167,334 | 100% | ||
deanliu | 0 | 252,041,363,810 | 10% | ||
exyle | 0 | 132,857,916,982 | 15% | ||
bowess | 0 | 1,370,258,101,313 | 100% | ||
raphaelle | 0 | 449,455,084 | 1% | ||
joshglen | 0 | 5,994,467,869 | 50% | ||
lukmarcus | 0 | 4,838,866,759 | 100% | ||
timcliff | 0 | 130,920,841,995 | 100% | ||
psygambler | 0 | 7,656,301,458 | 50% | ||
joele | 0 | 379,407,107,388 | 100% | ||
bryan-imhoff | 0 | 622,705,976,880 | 50% | ||
borran | 0 | 913,967,721,112 | 100% | ||
someguy123 | 0 | 1,594,013,399,070 | 50% | ||
penguinpablo | 0 | 356,927,926,577 | 12% | ||
titusfrost | 0 | 100,116,252,006 | 100% | ||
abh12345 | 0 | 809,489,809,133 | 25% | ||
funnyman | 0 | 1,092,304,155 | 4.8% | ||
ssekulji | 0 | 27,954,058,858 | 100% | ||
planosdeunacasa | 0 | 1,448,799,044 | 15% | ||
rishi556 | 0 | 11,259,942,169 | 100% | ||
techslut | 0 | 289,100,553,930 | 50% | ||
keuudeip | 0 | 14,841,459,778 | 50% | ||
unipsycho | 0 | 6,232,288,900 | 100% | ||
igormuba | 0 | 18,246,710,938 | 100% | ||
walterjay | 0 | 1,822,090,040,943 | 100% | ||
v4vapid | 0 | 7,200,090,207,923 | 45% | ||
askari | 0 | 60,111,013,771 | 45% | ||
neuerko | 0 | 194,998,152,578 | 100% | ||
automaton | 0 | 8,005,569,023 | 100% | ||
steemitboard | 0 | 3,046,238,597 | 1% | ||
hattaarshavin | 0 | 364,192,004,070 | 100% | ||
sudutpandang | 0 | 3,755,224,888 | 100% | ||
teammo | 0 | 117,272,626,832 | 100% | ||
travelnepal | 0 | 4,796,364,627 | 50% | ||
bloghound | 0 | 1,206,295,812 | 10% | ||
ackza | 0 | 112,543,720,315 | 100% | ||
borislavzlatanov | 0 | 9,311,577,603 | 100% | ||
btu | 0 | 1,961,146,537,716 | 60% | ||
trafalgar | 0 | 41,848,960,935,630 | 100% | ||
ganjafarmer | 0 | 650,534,319 | 0.75% | ||
louisthomas | 0 | 117,537,506,752 | 100% | ||
itinerantph | 0 | 1,437,839,166 | 25% | ||
kunschj | 0 | 36,759,626,602 | 100% | ||
freebornsociety | 0 | -1,432,252,653 | -10% | ||
elevator09 | 0 | 62,513,235,547 | 100% | ||
bcc | 0 | 1,967,084,218,571 | 60% | ||
pastzam | 0 | 361,625,013,705 | 40% | ||
raindrop | 0 | 669,302,694,206 | 100% | ||
thatsweeneyguy | 0 | 745,194,552 | 25% | ||
sepracore | 0 | 4,356,965,619,071 | 100% | ||
passion-fruit | 0 | 8,636,221,051 | 100% | ||
fortune-master | 0 | 8,685,107,316 | 100% | ||
dune69 | 0 | 91,265,661,940 | 12.75% | ||
tamaralovelace | 0 | 128,994,548,684 | 100% | ||
frankydoodle | 0 | 6,147,785,751 | 50% | ||
mes | 0 | 392,116,846,248 | 50% | ||
ninyea | 0 | 2,654,155,089 | 100% | ||
kingkinslow | 0 | 1,076,463,127 | 25% | ||
nenio | 0 | 37,336,436,036 | 22% | ||
iansart | 0 | 34,338,176,426 | 15% | ||
forykw | 0 | 1,989,431,589,461 | 100% | ||
uruiamme | 0 | 4,777,257,676 | 50% | ||
done | 0 | 2,969,150,381,901 | 50% | ||
nrg | 0 | 106,250,365,668 | 100% | ||
amirl | 0 | 330,840,002,886 | 100% | ||
rmsbodybuilding | 0 | 1,687,025,667 | 100% | ||
taitux | 0 | 2,770,804,260 | 100% | ||
djynn | 0 | 47,863,188,559 | 100% | ||
bitcoinflood | 0 | 594,003,481,466 | 34% | ||
dkmathstats | 0 | 117,421,743,178 | 80% | ||
slefesteem | 0 | 845,720,236 | 50% | ||
bearone | 0 | 30,029,306,655 | 16% | ||
alphacore | 0 | 9,093,857,317 | 2.01% | ||
galenkp | 0 | 303,465,289,740 | 10% | ||
enjar | 0 | 828,971,283,924 | 100% | ||
maxer27 | 0 | 33,559,904,761 | 33% | ||
bellatravelph | 0 | 1,632,708,212 | 20% | ||
tracer-paulo | 0 | 19,897,505,107 | 100% | ||
sam99 | 0 | 49,811,921,881 | 16% | ||
gingerninja | 0 | 1,879,827,150 | 10% | ||
ewkaw | 0 | 502,681,498,825 | 30% | ||
chinito | 0 | 908,839,185 | 50% | ||
jayna | 0 | 25,224,685,882 | 5% | ||
guchtere | 0 | 4,679,836,991 | 25% | ||
bruzzy | 0 | 10,358,361,111 | 100% | ||
joeyarnoldvn | 0 | 786,557,332 | 2.28% | ||
jamiz | 0 | 2,608,443,861 | 50% | ||
ufv | 0 | 1,613,610,733 | 25% | ||
tipy | 0 | 4,874,255,190 | 100% | ||
bluemist | 0 | 18,120,039,547 | 9% | ||
samest | 0 | 26,077,632,698 | 100% | ||
goldkey | 0 | 106,844,781,217 | 11% | ||
theguruasia | 0 | 1,159,000,539 | 100% | ||
momijiscrypto | 0 | 6,179,314,658 | 100% | ||
vincentnijman | 0 | 155,527,178,167 | 100% | ||
shitsignals | 0 | 7,181,520,855 | 15% | ||
shebe | 0 | 518,682,081 | 3% | ||
appreciator | 0 | 27,712,402,102,959 | 9% | ||
themarkymark | 0 | 3,424,374,876,509 | 10% | ||
owner99 | 0 | 2,200,196,326 | 25% | ||
nathanmars | 0 | 7,577,609,704,880 | 98% | ||
goldcoin | 0 | 19,718,810,222 | 100% | ||
greatness96 | 0 | 512,901,728 | 50% | ||
evileddy | 0 | 2,460,308,563 | 100% | ||
vikisecrets | 0 | 463,806,328,359 | 30% | ||
isabelpena | 0 | 45,767,127,444 | 100% | ||
dineroconopcion | 0 | 1,470,152,612 | 15% | ||
zonguin | 0 | 530,884,066 | 4.5% | ||
resiliencia | 0 | 3,503,653,545 | 100% | ||
pocketrocket | 0 | 16,725,684,578 | 100% | ||
steemik | 0 | 3,693,149,235,042 | 100% | ||
francosteemvotes | 0 | 3,329,919,117 | 9% | ||
zonabitcoin | 0 | 1,394,760,151 | 15% | ||
djkrad | 0 | 751,319,989 | 15% | ||
leryam12 | 0 | 508,591,431 | 100% | ||
jeanlucsr | 0 | 2,022,727,814 | 1.5% | ||
vimukthi | 0 | 182,077,441,704 | 77.1% | ||
redrica | 0 | 26,516,034,371 | 27.5% | ||
ahlawat | 0 | 4,813,109,588 | 19.8% | ||
philodendron | 0 | 30,246,168,174 | 100% | ||
chunnorris | 0 | 545,709,173 | 50% | ||
felander | 0 | 73,509,359,107 | 15% | ||
briandenver | 0 | 28,266,575,290 | 100% | ||
pjmisa | 0 | 846,388,038 | 50% | ||
santigs | 0 | 12,410,335,968 | 100% | ||
karja | 0 | 3,777,207,121 | 10% | ||
bashadow | 0 | 109,360,016,927 | 25% | ||
alexanderlara | 0 | 958,203,817 | 15% | ||
agentzero | 0 | 1,418,411,558 | 50% | ||
massivevibration | 0 | 9,837,970,227 | 15% | ||
onartbali | 0 | 8,628,647,770 | 50% | ||
buildawhale | 0 | 7,103,133,038,799 | 10% | ||
markjason | 0 | 2,379,204,994 | 10% | ||
marysent | 0 | 3,538,665,500 | 100% | ||
aidefr | 0 | 1,776,753,114 | 6.75% | ||
cconn | 0 | 751,341,183 | 9% | ||
yogacoach | 0 | 15,550,653,835 | 15% | ||
cesinfenianos | 0 | 6,043,846,552 | 100% | ||
fatman | 0 | 8,594,421,973 | 2% | ||
deathwing | 0 | 1,273,067,775,429 | 100% | ||
article61 | 0 | 8,415,006,016 | 9% | ||
gnarlyanimations | 0 | 1,804,264,057 | 100% | ||
scorer | 0 | 0 | 100% | ||
hillaryaa | 0 | 454,513,439 | 100% | ||
mercy11 | 0 | 513,817,573 | 50% | ||
majes.tytyty | 0 | 47,464,459,930 | 10% | ||
xoxois | 0 | 1,698,538,512 | 100% | ||
critic-on | 0 | 6,690,242,224 | 100% | ||
simonmaz | 0 | 21,821,805,538 | 100% | ||
makerhacks | 0 | 31,981,843,195 | 10% | ||
tedzwhistle | 0 | 758,506,778 | 100% | ||
x30 | 0 | 800,476,952,681 | 10% | ||
dreamm | 0 | 5,022,215,974 | 100% | ||
spacesheep | 0 | 4,736,706,462 | 100% | ||
liverpool-fan | 0 | 634,530,501 | 15% | ||
florian-glechner | 0 | 560,714,153,891 | 100% | ||
reyarobo | 0 | 2,055,212,291 | 50% | ||
steemph.cebu | 0 | 13,399,326,560 | 100% | ||
dandays | 0 | 83,177,253,903 | 10% | ||
sonu084 | 0 | 1,820,495,174 | 100% | ||
megusta | 0 | 6,526,210,799 | 100% | ||
arabisouri | 0 | 121,096,630,151 | 100% | ||
noble-noah | 0 | 14,619,544,065 | 100% | ||
caladan | 0 | 93,077,487,143 | 12.75% | ||
legendarryll | 0 | 1,684,544,333 | 50% | ||
devosdevosi | 0 | 4,250,030,152 | 100% | ||
emonnaim01 | 0 | 9,575,529,356 | 100% | ||
bigbanginfinity | 0 | 4,579,536,268 | 100% | ||
sorenkierkegaard | 0 | 2,362,486,281 | 100% | ||
emrebeyler | 0 | 216,420,186,400 | 15% | ||
dizzyapple | 0 | 1,755,405,629 | 50% | ||
paulmoon410 | 0 | 521,183,827 | 100% | ||
maverickinvictus | 0 | 781,682,723 | 10% | ||
irynochka | 0 | 3,021,571,246 | 100% | ||
xsasj | 0 | 2,497,548,830 | 8% | ||
iamqueenlevita | 0 | 674,015,919 | 50% | ||
phderoes | 0 | 1,954,579,191 | 100% | ||
sarakey | 0 | 16,086,984,998 | 100% | ||
junebride | 0 | 2,984,274,009 | 5% | ||
janicemars | 0 | 861,581,066 | 50% | ||
hendersonp | 0 | 1,665,084,491 | 15% | ||
mytechtrail | 0 | 54,784,005,274 | 15% | ||
kneelyrac | 0 | 701,640,282 | 10% | ||
steeminer4up | 0 | 605,188,195 | 50% | ||
mhm-philippines | 0 | 1,040,458,161 | 50% | ||
traf | 0 | 3,629,663,660,388 | 100% | ||
ubikalo | 0 | 919,802,804 | 15% | ||
fjcalduch | 0 | 315,134,127,549 | 100% | ||
rezoanulvibes | 0 | 24,903,887,090 | 100% | ||
hhiep | 0 | 1,130,275,488 | 11% | ||
robotics101 | 0 | 1,491,783,301 | 9% | ||
lpv | 0 | 1,293,797,434 | 4.05% | ||
iptrucs | 0 | 23,900,545,915 | 25% | ||
breelikeatree | 0 | 125,824,194,587 | 100% | ||
spiritabsolute | 0 | 30,306,413,377 | 100% | ||
namranna | 0 | 1,240,077,677 | 100% | ||
cryptonized | 0 | 30,590,993,410 | 12% | ||
straykat | 0 | 11,980,644,876 | 10% | ||
tomatom | 0 | 4,543,237,911 | 25% | ||
fourfourfun | 0 | 7,579,667,017 | 25% | ||
upmyvote | 0 | 6,633,432,758 | 10% | ||
duke77 | 0 | 5,671,288,197 | 25% | ||
pizzanniza | 0 | 890,324,038 | 50% | ||
jim888 | 0 | 608,337,816,447 | 22% | ||
brotherhood | 0 | 540,011,019,273 | 50% | ||
deepresearch | 0 | 205,621,232,363 | 12% | ||
bloorinvestor | 0 | 126,057,990 | 100% | ||
gabrielatravels | 0 | 61,146,890,160 | 25% | ||
cyyy1998 | 0 | 698,084,677 | 50% | ||
jude.villarta | 0 | 1,442,328,761 | 50% | ||
glennamayjumaoas | 0 | 1,245,492,731 | 100% | ||
jonnahmatias1016 | 0 | 867,702,185 | 100% | ||
payger | 0 | 4,353,712,874 | 50% | ||
sanjaii | 0 | 11,375,288 | 100% | ||
thinkingmind | 0 | 598,352,733 | 100% | ||
hijosdelhombre | 0 | 29,987,571,518 | 30% | ||
josejirafa | 0 | 19,933,076,621 | 100% | ||
mmmmkkkk311 | 0 | 1,362,256,529,770 | 50% | ||
bengy | 0 | 75,508,072,708 | 100% | ||
blocktrades.com | 0 | 35,201,420,811,569 | 50% | ||
hadji | 0 | 9,158,046,386 | 25% | ||
christianyocte | 0 | 2,017,494,104 | 10% | ||
tryskele | 0 | 1,254,243,763 | 5% | ||
heidimarie | 0 | 3,931,283,162 | 10% | ||
leslierevales | 0 | 5,571,932,122 | 50% | ||
mciszczon | 0 | 167,799,614,983 | 100% | ||
manncpt | 0 | 53,299,548,873 | 100% | ||
brusd | 0 | 547,548,729 | 50% | ||
honeyletsgo | 0 | 569,848,340 | 50% | ||
georgie84 | 0 | 720,130,022 | 50% | ||
mirnasahara | 0 | 508,794,338 | 100% | ||
davids-tales | 0 | 1,063,641,582 | 50% | ||
auracraft | 0 | 1,855,310,191 | 50% | ||
philnewton | 0 | 988,705,820 | 12.5% | ||
cheesom | 0 | 935,556,651 | 50% | ||
jayparagat | 0 | 2,405,763,112 | 50% | ||
fieryfootprints | 0 | 15,524,915,104 | 40% | ||
tobias-g | 0 | 4,868,372,490 | 18.75% | ||
chronocrypto | 0 | 20,846,799,935 | 50% | ||
jazzhero | 0 | 29,652,365,737 | 50% | ||
shmoogleosukami | 0 | 35,501,200,719 | 10% | ||
quotes-haven | 0 | 41,921,421,450 | 100% | ||
sinlg | 0 | 7,749,344,293 | 100% | ||
unconditionalove | 0 | 1,830,190,562 | 7.5% | ||
minnowvotes | 0 | 282,504,781,143 | 100% | ||
cadawg | 0 | 413,753,634,979 | 90% | ||
upfundme | 0 | 747,969,205 | 2.25% | ||
minerspost | 0 | 1,019,908,714 | 25% | ||
geeyang15 | 0 | 509,178,493 | 50% | ||
photohunter3 | 0 | 1,133,457,851 | 100% | ||
photohunter5 | 0 | 525,606,885 | 50% | ||
pkocjan | 0 | 11,757,222,701 | 12% | ||
megabot | 0 | 35,611,758,807 | 100% | ||
gohenry | 0 | 728,367,222 | 5% | ||
starzy | 0 | 2,521,807,392 | 50% | ||
asgarth | 0 | 458,828,053,180 | 99% | ||
fsegredo1 | 0 | 908,039,641 | 15% | ||
ladysalsa | 0 | 1,832,517,560 | 15% | ||
ashtv | 0 | 763,225,666,726 | 100% | ||
kitalee | 0 | 512,340,337 | 50% | ||
technologix | 0 | 65,199,759,431 | 100% | ||
futurecurrency | 0 | 51,239,187,537 | 71% | ||
chrislybear | 0 | 60,480,240,246 | 100% | ||
leebaong | 0 | 871,637,507 | 100% | ||
rasty.demecillo | 0 | 1,482,503,042 | 100% | ||
missdonna | 0 | 7,525,564,286 | 50% | ||
sawi | 0 | 1,471,755,356 | 50% | ||
kim24 | 0 | 508,542,479 | 100% | ||
watchlist | 0 | 249,776,026 | 100% | ||
reazuliqbal | 0 | 79,975,597,192 | 15% | ||
henlicps | 0 | 623,474,858 | 15% | ||
miroslavrc | 0 | 45,935,643,376 | 25% | ||
deep4 | 0 | 9,577,249 | 100% | ||
chanych85 | 0 | 62,947,199,154 | 100% | ||
outlinez | 0 | 6,009,513,193 | 4.5% | ||
themarshann | 0 | 892,596,457 | 50% | ||
bestboom | 0 | 4,323,009,483 | 15% | ||
onepercentbetter | 0 | 14,419,427,595 | 12% | ||
manniman | 0 | 65,311,688,821 | 11% | ||
adamada | 0 | 346,047,119,033 | 50% | ||
jackobeat | 0 | 754,489,181 | 50% | ||
louis88 | 0 | 293,117,245,456 | 15% | ||
carlitojoshua | 0 | 1,516,227,724 | 100% | ||
kudfa | 0 | 186,404,684 | 10% | ||
d-zero | 0 | 37,183,017,154 | 48% | ||
mariuszkarowski | 0 | 136,414,738,032 | 50% | ||
foxon | 0 | 1,586,356,264,760 | 30% | ||
cyberdemon531 | 0 | 378,791,509,496 | 100% | ||
obsesija | 0 | 3,147,882,191 | 25% | ||
juanmanuellopez1 | 0 | 3,322,871,642 | 15% | ||
freddio | 0 | 3,736,572,171 | 15% | ||
inciter | 0 | 5,301,463,351 | 9% | ||
memepress | 0 | 773,893,588 | 25% | ||
informator | 0 | 3,087,906,153 | 25% | ||
manuelmusic | 0 | 2,618,228,395 | 30% | ||
michellpiala | 0 | 507,855,369 | 10% | ||
imcore | 0 | 1,021,714,392 | 10% | ||
aljunecastro | 0 | 518,544,678 | 50% | ||
sv-krasnova | 0 | 260,962,322 | 100% | ||
quochuy | 0 | 2,833,498,157,430 | 100% | ||
kgakakillerg | 0 | 24,354,708,993 | 10% | ||
leancenter | 0 | 12,983,523,833 | 100% | ||
realblockchain | 0 | 5,473,648,210 | 20% | ||
globalschool | 0 | 37,119,532,972 | 50% | ||
steemph.uae | 0 | 2,641,975,761 | 20% | ||
promobot | 0 | 12,469,793,482 | 100% | ||
city-of-berlin | 0 | 15,382,022,041 | 22.5% | ||
anneporter | 0 | 3,191,759,963 | 50% | ||
opt2o | 0 | 3,141,061,029 | 50% | ||
rozku | 0 | 53,996,065,117 | 24% | ||
jancharlest | 0 | 3,040,167,525 | 50% | ||
kahawenz | 0 | 1,024,437,266 | 80% | ||
fw206 | 0 | 56,595,694,411 | 4.41% | ||
cryptomaniacsgr | 0 | 201,644,444,678 | 100% | ||
ntowl | 0 | 2,826,017,692 | 50% | ||
davidesimoncini | 0 | 13,034,095,262 | 27.1% | ||
aliriera | 0 | 41,360,268,093 | 100% | ||
enforcer48 | 0 | 133,604,363,626 | 15% | ||
blackelephant | 0 | 510,428,749 | 100% | ||
jason04 | 0 | 7,903,595,970 | 50% | ||
jemzem | 0 | 7,338,495,221 | 50% | ||
bdmillergallery | 0 | 53,180,681,834 | 6% | ||
worldwildflora | 0 | 955,938,583 | 50% | ||
kyanzieuno | 0 | 513,964,599 | 50% | ||
merlion | 0 | 590,699,249 | 12% | ||
the.rocket.panda | 0 | 2,148,359,001 | 100% | ||
travelr78 | 0 | 11,257,004,298 | 100% | ||
konradxxx3 | 0 | 11,820,007,475 | 100% | ||
ihal0001 | 0 | 1,032,722,087 | 50% | ||
hloody | 0 | 643,529,080 | 50% | ||
marblely | 0 | 42,107,338,464 | 50% | ||
swisswitness | 0 | 9,178,621,430 | 15% | ||
mojacko | 0 | 509,494,547 | 50% | ||
imtase | 0 | 1,388,035,855 | 45% | ||
gaottantacinque | 0 | 181,087,677 | 100% | ||
cryptojiang | 0 | 1,824,737,004 | 100% | ||
steemian258 | 0 | 5,749,454,184 | 50% | ||
kapitanrosomak | 0 | 4,909,981,570 | 100% | ||
mrnightmare89 | 0 | 2,109,079,104 | 10% | ||
zorank | 0 | 3,357,170,230 | 100% | ||
emsonic | 0 | 726,118,745 | 7.5% | ||
ocdb | 0 | 158,395,912,161,852 | 50% | ||
zaibkang | 0 | 5,596,450,750 | 100% | ||
kayegrasya | 0 | 513,498,757 | 50% | ||
dalz | 0 | 684,968,006,823 | 100% | ||
steemmedia.org | 0 | 903,371,389 | 45% | ||
luciannagy | 0 | 533,311,455 | 3% | ||
french-tech | 0 | 3,506,635,724 | 45% | ||
pvinny69 | 0 | 33,413,932,284 | 100% | ||
pavanjr | 0 | 10,106,366,668 | 25% | ||
raiseup | 0 | 871,941,226 | 12% | ||
gasaeightyfive | 0 | 345,587,622 | 100% | ||
riottales | 0 | 817,513,225 | 50% | ||
idakarlsen | 0 | 67,678,908,320 | 20% | ||
dlike | 0 | 93,273,677,107 | 15% | ||
steemaction | 0 | 1,586,265,612 | 12% | ||
gamercreed | 0 | 4,063,729,023 | 49% | ||
ten-years-before | 0 | 545,417,850 | 45% | ||
petrarodriguez | 0 | 0 | 75% | ||
engrave | 0 | 1,978,149,569,530 | 100% | ||
gubbatv | 0 | 236,945,480,945 | 100% | ||
pboulet | 0 | 11,497,076,893 | 9% | ||
bobby.madagascar | 0 | 1,470,137,473 | 3.75% | ||
parsavel | 0 | 672,721,299 | 100% | ||
alexxxdada | 0 | 1,317,106,234 | 100% | ||
numanbutt | 0 | 931,225,549 | 100% | ||
cribbio | 0 | 504,690,630 | 100% | ||
reetuahlawat | 0 | 432,917,495 | 100% | ||
angoujkalis | 0 | 1,294,993,695 | 50% | ||
silverkey | 0 | 1,533,372,243 | 11% | ||
mister-meeseeks | 0 | 42,137,455,965 | 50% | ||
crypto.story | 0 | 103,271,839 | 45% | ||
macoolette | 0 | 33,131,048,431 | 30% | ||
kermosura | 0 | 819,072,219 | 15% | ||
univers.crypto | 0 | 192,346,628 | 45% | ||
mintrawa | 0 | 253,683,485,565 | 45% | ||
thevil | 0 | 213,183,917,839 | 25% | ||
thrasher666 | 0 | 2,091,415,383 | 60% | ||
tsunsica | 0 | 2,506,844,499 | 9% | ||
kristall97 | 0 | 199,526,306,638 | 50% | ||
eliasseth | 0 | 11,594,249,267 | 100% | ||
followjohngalt | 0 | 4,702,931,925 | 13.5% | ||
inpursuit | 0 | 507,254,319 | 5% | ||
misterc | 0 | 137,159,367,340 | 49% | ||
miguelbaez | 0 | 575,074,033 | 4.5% | ||
michealb | 0 | 150,085,050,576 | 100% | ||
solarphasing | 0 | 512,214,396 | 4.5% | ||
theycallmedan | 0 | 73,216,017,198,484 | 100% | ||
marki99 | 0 | 189,808,896,758 | 100% | ||
misterengagement | 0 | 2,037,308,737 | 22.5% | ||
francescomai | 0 | 95,495,459,781 | 100% | ||
steem-on-2020 | 0 | 20,779,835,873 | 29% | ||
variedades | 0 | 7,328,358,224 | 20% | ||
khan.dayyanz | 0 | 53,975,114,090 | 100% | ||
bluerobo | 0 | 77,720,768,987 | 100% | ||
thehealthylife | 0 | 789,702,197 | 25% | ||
jacuzzi | 0 | 1,941,857,413 | 2.4% | ||
mflegerbein | 0 | 22,640,104,527 | 100% | ||
keychain | 0 | 5,758,252,625 | 100% | ||
determine | 0 | 897,607,534 | 15% | ||
birdwatcher | 0 | 971,132,696,017 | 20% | ||
marianomariano | 0 | 28,793,339,890 | 100% | ||
jamesbattler | 0 | 307,681,554,350 | 100% | ||
gargi | 0 | 4,721,705,133 | 100% | ||
perfilbrasil | 0 | 64,165,846 | 5% | ||
hungrybear | 0 | 512,775,395 | 12% | ||
ava77 | 0 | 1,282,816,053 | 35% | ||
parth7878 | 0 | 1,639,227,616 | 50% | ||
giftgiver | 0 | 94,979,594,784 | 100% | ||
denizcakmak | 0 | 552,427,399 | 50% | ||
hungryharish | 0 | 812,781,617 | 3.75% | ||
kharma.scribbles | 0 | 5,435,616,283 | 100% | ||
kggymlife | 0 | 2,913,516,771 | 25% | ||
c4cristi3 | 0 | 41,027,450,223 | 100% | ||
marymi | 0 | 3,069,390,987 | 100% | ||
lefty619 | 0 | 64,814,178,099 | 100% | ||
asgarth-dev | 0 | 601,159,428 | 100% | ||
russia-btc | 0 | 1,049,747,972,557 | 100% | ||
mfblack | 0 | 7,664,687,833 | 14.25% | ||
photographercr | 0 | 19,853,751,505 | 10% | ||
bigmoneyman | 0 | 900,405,678 | 50% | ||
zackarie | 0 | 1,114,696,872 | 50% | ||
helgalubevi | 0 | 1,802,473,140 | 25% | ||
iamangierose | 0 | 527,596,795 | 50% | ||
akumagai | 0 | 18,282,666,571 | 50% | ||
abdulmatin69 | 0 | 510,010,528 | 50% | ||
steementertainer | 0 | 254,081,212 | 45% | ||
likwid | 0 | 40,092,283,655 | 100% | ||
tinyhousecryptos | 0 | 507,609,785 | 5% | ||
digitalmack | 0 | 1,345,367,281 | 50% | ||
vancouverdining | 0 | 5,400,668,383,022 | 100% | ||
leighscotford | 0 | 1,204,623,203 | 2.5% | ||
iktisat | 0 | 691,338,732 | 100% | ||
steemindian | 0 | 1,111,181,181 | 7.5% | ||
cheer-up | 0 | 2,249,244,249 | 12% | ||
nalexadre | 0 | 303,464,163 | 45% | ||
waraira777 | 0 | 2,910,143,377 | 50% | ||
janasilver | 0 | 51,976,234,931 | 100% | ||
psyo | 0 | 5,587,044,791 | 50% | ||
milu-the-dog | 0 | 6,335,569,063 | 15% | ||
lrekt01 | 0 | 4,273,128,141 | 80% | ||
triplea.bot | 0 | 4,219,990,055 | 15% | ||
tiffin | 0 | 4,270,421,594 | 12% | ||
steem.leo | 0 | 83,595,794,985 | 15% | ||
steelbak | 0 | 402,683,241,416 | 100% | ||
freddio.sport | 0 | 10,031,769,976 | 50% | ||
alypanda | 0 | 798,908,475 | 100% | ||
ozelot47 | 0 | 0 | 100% | ||
helengutier2 | 0 | 18,579,598,865 | 15% | ||
ansu55 | 0 | 0 | 100% | ||
soyunasantacruz | 0 | 37,969,320,239 | 100% | ||
opidia | 0 | 45,409,854,251 | 10% | ||
joshuafootball | 0 | 620,216,830 | 50% | ||
kaeves4711 | 0 | 1,463,454,925 | 25% | ||
urun | 0 | 267,734,048,305 | 100% | ||
replicantua | 0 | 7,389,152,128 | 95% | ||
the-table | 0 | 19,702,435,059 | 100% | ||
mk-pal-token | 0 | 684,519,076 | 25% | ||
mk-natrl-token | 0 | 719,631,285 | 100% | ||
fixie | 0 | 77,832,675,595 | 100% | ||
emeka4 | 0 | 3,466,443,007 | 100% | ||
ksheni | 0 | 19,383,365,112 | 100% | ||
zeesh | 0 | 3,698,167,087 | 4.5% | ||
madisonelizabeth | 0 | 589,620,613 | 100% | ||
askari.ccc | 0 | 775,018,056 | 45% | ||
bilpcoinrecords | 0 | 1,343,718,199 | 25% | ||
silverquest | 0 | 107,958,032,775 | 90% | ||
blocktvnews | 0 | 723,722,408 | 15% | ||
bilpcoin.pay | 0 | 515,319,905 | 10% | ||
bella.bear | 0 | 550,195,619 | 10% | ||
minhajulmredol | 0 | 6,295,569,284 | 9% | ||
mintawa.app | 0 | 205,162,842 | 45% | ||
aramza | 0 | 15,340,852,545 | 100% | ||
asia-pl | 0 | 19,399,866,077 | 100% | ||
ribary | 0 | 5,232,929,718 | 7.5% | ||
sharkthelion | 0 | 690,775,343,929 | 100% | ||
gloriaolar | 0 | 5,258,057,537 | 3% | ||
kgsupport | 0 | 2,296,512,777 | 50% | ||
marblesz | 0 | 3,472,184,959 | 50% | ||
im-ridd | 0 | 625,192,949 | 30% | ||
bilpcoinbpc | 0 | 1,264,806,843 | 5% | ||
steempeer.app | 0 | 105,587,221 | 45% | ||
mice-k | 0 | 1,442,266,372 | 15% | ||
julesquirin | 0 | 2,731,076,183 | 20% | ||
ugochill | 0 | 1,993,368,412 | 100% | ||
olexua | 0 | 847,009,704 | 98% | ||
curamax | 0 | 709,143,283 | 15% | ||
yunnie | 0 | 46,788,064,074 | 100% | ||
dpend.active | 0 | 3,197,214,256 | 3% | ||
fengchao | 0 | 1,915,528,026 | 1% | ||
blue-witness | 0 | 3,892,801,423 | 100% | ||
hivequebec | 0 | 43,108,784,540 | 100% | ||
laruche | 0 | 371,720,008,003 | 9% | ||
hiveph | 0 | 27,398,428,049 | 20% | ||
hivephilippines | 0 | 376,238,143,020 | 100% | ||
creativemary | 0 | 18,083,586,570 | 100% | ||
thisismylife | 0 | 38,045,657,602 | 100% | ||
master-lamps | 0 | 4,697,537,736 | 100% | ||
softworld | 0 | 14,328,459,673 | 100% | ||
polish.hive | 0 | 16,237,465,593 | 15% | ||
kyleana | 0 | 1,357,733,054 | 25% | ||
babalor | 0 | 3,820,719,180 | 100% | ||
peterpanpan | 0 | 10,036,801,492 | 10% | ||
tips.tracker | 0 | 28,538,790 | 1% | ||
monster-burner | 0 | 1,015,205,307 | 7.5% | ||
dcityrewards | 0 | 522,706,443,179 | 15% | ||
hextech | 0 | 134,204,409,920 | 100% | ||
sketching | 0 | 843,173,601 | 7.5% | ||
hivelist | 0 | 6,247,138,498 | 1.5% | ||
ninnu | 0 | 242,985,745,796 | 50% | ||
mand4love | 0 | 2,302,058,761 | 100% | ||
beesmartblog | 0 | 18,363,303,576 | 100% | ||
enricgr | 0 | 100,139,864,768 | 100% | ||
josepgs | 0 | 106,029,270,742 | 100% | ||
fakegod | 0 | 682,124,366 | 100% | ||
ghaazi | 0 | 4,722,771,904 | 100% | ||
catinthewindow | 0 | 1,028,033,650 | 8.7% | ||
sweetest | 0 | 1,573,315,663 | 100% | ||
iamyohann | 0 | 4,576,784,254 | 10% | ||
sidjay | 0 | 1,251,043,113 | 25% | ||
daniky | 0 | 22,056,614,545 | 25% | ||
schmidi | 0 | 50,521,924,037 | 100% | ||
hivecur | 0 | 27,102,665,240 | 15% | ||
kran6 | 0 | 708,819,427 | 100% | ||
tokensonline | 0 | 2,944,547,954 | 100% | ||
patronpass | 0 | 554,247,403 | 9% | ||
damadama | 0 | 17,005,430,745 | 100% | ||
mercmarg | 0 | 5,020,306,007 | 25% | ||
plusvault | 0 | 997,426,608 | 50% | ||
olaunlimited | 0 | 414,521,202 | 45% | ||
ilovegames | 0 | 5,320,336,327 | 20% | ||
mafia.wallet | 0 | 31,361,831,449 | 100% | ||
jilt | 0 | 15,867,380,090 | 100% | ||
vanje | 0 | 1,758,188,322,828 | 100% | ||
jearo101 | 0 | 987,382,676 | 50% | ||
koxmicart | 0 | 13,567,662,613 | 100% | ||
nftmart | 0 | 74,455,553,313 | 100% | ||
recoveryinc | 0 | 2,940,330,387 | 5% | ||
poshtoken | 0 | 49,545,241,662 | 100% | ||
gohive | 0 | 72,847,108,800 | 100% | ||
hrcl.art | 0 | 1,246,620,280 | 25% | ||
vicnzia | 0 | 8,053,569,570 | 10% | ||
mborg | 0 | 3,386,744,351 | 100% | ||
slon1980 | 0 | 1,561,118,394 | 100% | ||
spirall | 0 | 886,073,665 | 25% | ||
noelgamingtv | 0 | 508,412,073 | 50% | ||
dragokazo | 0 | 6,663,091,351 | 50% | ||
dying | 0 | 1,461,697,835 | 5% | ||
chaodietas | 0 | 120,097,817,545 | 100% | ||
dalersilfver | 0 | 862,209,355,880 | 100% | ||
whoaretheyph | 0 | 3,440,389,039 | 10% | ||
ordet | 0 | 2,205,296,716 | 5% | ||
discohedge | 0 | 2,715,317,078 | 3% | ||
rosilys20 | 0 | 550,356,674 | 4.5% | ||
jonalyn2020 | 0 | 838,173,209 | 10% | ||
dama52 | 0 | 1,785,555,767 | 100% | ||
trangbaby | 0 | 126,074,101,083 | 100% | ||
senseiphil | 0 | 12,703,412,381 | 10% | ||
altleft | 0 | 7,317,723,817,573 | 20% | ||
noalys | 0 | 772,551,884 | 4.5% | ||
mau189gg | 0 | 2,258,020,507 | 25% | ||
celticheartbeat | 0 | 15,709,207,289 | 100% | ||
ongehoorde | 0 | 1,789,632,962 | 100% | ||
mattbee | 0 | 600,904,698 | 100% | ||
mrtats | 0 | 37,663,648,879 | 100% | ||
doudoer | 0 | 3,784,242,451 | 100% | ||
adhammer | 0 | 11,352,081,440 | 67% | ||
human-history | 0 | 28,194,539,589 | 100% | ||
deathwing.leo | 0 | 179,112,740 | 40% | ||
kattycrochet | 0 | 22,719,466,316 | 50% | ||
kuronokenshi | 0 | 1,186,875,859 | 100% | ||
yaluna | 0 | 21,287,857,175 | 50% | ||
desro | 0 | 17,457,582,647 | 40% | ||
betterdev | 0 | 908,291,178,543 | 100% | ||
jasonherzmartin | 0 | 12,163,801,850 | 100% | ||
psicologiaexpres | 0 | 3,743,657,702 | 15% | ||
pepeymeli | 0 | 621,589,597 | 50% | ||
yayogerardo | 0 | 919,359,953 | 100% | ||
pedrovivaz | 0 | 52,726,895,503 | 100% | ||
peakd.top.d001 | 0 | 525,263,041 | 100% | ||
hivechat | 0 | 771,639,764 | 7.5% | ||
godfather.ftw | 0 | 3,581,867,341 | 100% | ||
potpourry | 0 | 527,580,034 | 15% | ||
chacald.dcymt | 0 | 12,000,827,796 | 100% | ||
pimpstudio-cash | 0 | 768,949,835 | 100% | ||
rollsman1 | 0 | 0 | 100% | ||
hykss.leo | 0 | 173,263,646,971 | 100% | ||
babeltrips | 0 | 16,144,929,617 | 50% | ||
samrisso | 0 | 5,841,998,212 | 5% | ||
gctoys1014 | 0 | 0 | 100% | ||
bosco56 | 0 | 12,266,127,025 | 100% | ||
hive-126300 | 0 | 602,824,931 | 100% | ||
instytutfi | 0 | 35,950,763,153 | 100% | ||
sofs-su | 0 | 42,770,311,374 | 32.21% | ||
sparker005 | 0 | 2,128,912,827 | 50% | ||
kriszrokk | 0 | 7,784,143,069 | 100% | ||
aneesmalk | 0 | 508,393,286 | 100% | ||
hectorsanchez18 | 0 | 13,305,728,564 | 100% | ||
vid.observer | 0 | 1,914,383,902 | 25% | ||
pantsulachain | 0 | 0 | 100% | ||
jesusbarrios1304 | 0 | 6,719,251,491 | 100% | ||
hivelifebg | 0 | 1,598,690,280 | 16.5% | ||
botvotes | 0 | 640,006,965 | 100% | ||
ausbit.dev | 0 | 17,505,052,528 | 100% | ||
huzzah | 0 | 6,173,948,077 | 25% | ||
nj07 | 0 | 2,304,351,427 | 100% | ||
normalyf | 0 | 0 | 100% | ||
utopis | 0 | 214,607,501,267 | 50% | ||
vaipraonde | 0 | 243,411,304 | 51% | ||
zdigital222 | 0 | 385,822,334 | 100% | ||
nanggroe1 | 0 | 17,823,185,173 | 50% | ||
sutkyo | 0 | 2,043,297,601 | 100% | ||
farleyfund | 0 | 8,031,168,756 | 100% | ||
thecouncil | 0 | 725,288,226 | 100% | ||
nyxlabs | 0 | 1,304,680,354 | 12.5% | ||
dodovietnam | 0 | 39,284,602,800 | 50% | ||
brofi | 0 | 225,860,094,004 | 3% | ||
wend1go | 0 | 35,870,480,675 | 100% | ||
nobutsd1974 | 0 | 39,830,440,970 | 100% | ||
dgoal | 0 | 10,585,862,478 | 100% | ||
antonym | 0 | 2,804,026,848 | 100% | ||
creodas | 0 | 1,088,493,161 | 37.5% | ||
hexagono6 | 0 | 2,087,159,661 | 25% | ||
phuongthao98 | 0 | 2,105,977,879 | 50% | ||
oscarcampos86 | 0 | 13,382,966,837 | 100% | ||
maxelitereturned | 0 | 2,192,238,281 | 50% | ||
capitanvenezuela | 0 | 301,152,154 | 100% | ||
leveluplifestyle | 0 | 21,693,159,333 | 50% | ||
sunsetjesus | 0 | 34,694,221,702 | 100% | ||
rodqui95 | 0 | 6,101,760,650 | 100% | ||
counterterrorism | 0 | 2,448,777,145 | 50% | ||
auliaarma | 0 | 1,667,641,649 | 50% | ||
superxsymbiote | 0 | 804,618,501 | 100% | ||
mcedric | 0 | 26,334,866,577 | 45% | ||
dendendenden | 0 | 112,633,919,761 | 100% | ||
gisland | 0 | 511,696,978 | 50% | ||
thaolaven | 0 | 656,603,565 | 50% | ||
mocha15 | 0 | 19,578,198,246 | 100% | ||
kaywoods | 0 | 1,177,420,128 | 100% | ||
leonett2 | 0 | 601,842,528 | 100% | ||
makulit | 0 | 15,927,099,985 | 10% | ||
hjrrodriguez | 0 | 96,375,634,042 | 100% | ||
grepa | 0 | 376,867,379 | 100% | ||
techjack67 | 0 | 154,293,938 | 100% | ||
krrizjos18 | 0 | 1,984,100,970 | 25% | ||
panmonagas | 0 | 868,791,353 | 9% | ||
itsme86 | 0 | 719,214,076 | 50% | ||
anyboadas | 0 | 3,479,564,766 | 100% | ||
rebeysa85 | 0 | 4,264,473,520 | 100% | ||
hontanosas | 0 | 0 | 100% | ||
cowboyzlegend27 | 0 | 5,265,681,970 | 100% | ||
fucho34 | 0 | 3,697,328,553 | 100% | ||
aniyeru22 | 0 | 2,085,095,518 | 100% | ||
iefersoto | 0 | 5,603,027,993 | 100% | ||
mao317 | 0 | 830,927,859 | 100% | ||
psychoinker | 0 | 472,347,147 | 20% | ||
onifled | 0 | 1,552,935,517 | 100% | ||
lea12 | 0 | 1,066,309,607 | 100% | ||
slckrck40 | 0 | 97,457,980 | 100% | ||
janetfund | 0 | 31,457,803,815 | 100% | ||
wheathn | 0 | 1,156,410,265 | 100% | ||
umiriska0 | 0 | 679,716,648 | 100% | ||
koyel | 0 | 1,452,658,736 | 25% | ||
sassycebuana | 0 | 24,646,964,345 | 50% | ||
gwyddpel | 0 | 5,412,710,442 | 100% | ||
pishio | 0 | 356,037,918,834 | 6.5% | ||
apeminingclub | 0 | 97,582,074,552 | 10% | ||
alesia89 | 0 | 0 | 100% | ||
vasko90 | 0 | 2,480,011,698 | 100% | ||
raqraq | 0 | 7,377,769,525 | 100% | ||
aleksdi | 0 | 746,006,062 | 100% | ||
roguecrane | 0 | 203,539,510 | 100% | ||
johadejesus03 | 0 | 511,169,750 | 100% | ||
titisnariyah | 0 | 9,800,737,832 | 100% | ||
hykimaru | 0 | 716,391,207 | 100% | ||
nazgul13 | 0 | 28,401,667 | 100% | ||
ghanaba | 0 | 1,199,541,626 | 66.6% | ||
benjammann | 0 | 0 | 100% | ||
balqishive | 0 | 0 | 100% | ||
cryptomaster5 | 0 | 1,060,695,028 | 100% | ||
genesys | 0 | 8,704,952,803 | 100% | ||
dlmmqb | 0 | 5,494,065,565 | 100% | ||
sevticon | 0 | 440,251,354 | 100% | ||
rencongland | 0 | 12,716,938,630 | 50% | ||
muktauddin | 0 | 686,946,086 | 100% | ||
doziekash | 0 | 999,709,359 | 41% | ||
qsett | 0 | 6,441,229,205 | 100% | ||
lynnnguyen | 0 | 7,038,110,107 | 100% | ||
kimloan | 0 | 3,442,176,910 | 50% | ||
mj008 | 0 | 16,514,322,309 | 100% | ||
winnietran | 0 | 3,961,103,383 | 50% | ||
jhenisonb | 0 | 388,463,474 | 100% | ||
onebakeryprod | 0 | 387,246,887 | 100% | ||
dora381 | 0 | 17,468,190,702 | 100% | ||
whynotcamp | 0 | 20,420,178,645 | 100% | ||
evachin | 0 | 809,400,347 | 100% | ||
nelthari | 0 | 1,785,367,594 | 100% | ||
thercek | 0 | 2,166,730,588 | 100% | ||
myrv | 0 | 3,815,286,647 | 100% | ||
donkapone | 0 | 755,462,498 | 50% | ||
agile13 | 0 | 26,834,745 | 100% | ||
pawelszymanski | 0 | 893,228,338 | 25% | ||
crazy-bee | 0 | 9,880,598,803 | 100% | ||
shadowalker21 | 0 | 513,623,562 | 50% | ||
sleepybunny | 0 | 501,553,759 | 100% | ||
mickiewicz | 0 | 21,174,712,841 | 100% | ||
jburke.mp4 | 0 | 4,761,354,330 | 100% | ||
arrago | 0 | 2,639,705,289 | 100% | ||
sisterhood2 | 0 | 2,256,900,722 | 100% | ||
stevienics | 0 | 30,000,000 | 100% | ||
sarani | 0 | 0 | 100% | ||
merilin077 | 0 | 3,431,942,755 | 100% | ||
maryxshiro | 0 | 860,372,281 | 100% | ||
mukna996 | 0 | 126,261,082 | 100% | ||
motica29 | 0 | 2,144,749,329 | 100% | ||
reidpines | 0 | 192,210,116 | 100% | ||
bienenfleiss | 0 | 0 | 100% | ||
wismanah | 0 | 0 | 100% | ||
roydeadbrain | 0 | 1,084,232,409 | 100% | ||
kingly0 | 0 | 949,710,842 | 25% | ||
milly100 | 0 | 2,994,977,767 | 100% | ||
abeerhunter | 0 | 1,189,745,189 | 20.11% | ||
tun45 | 0 | 0 | 100% | ||
uncorked-reality | 0 | 9,184,165,612 | 100% | ||
deixykerr | 0 | 2,671,393,738 | 100% | ||
zauberdiebin | 0 | 1,488,819,607 | 100% | ||
ragnarlb | 0 | 28,401,667 | 100% | ||
abh12345.waivio | 0 | 3,669,343,344 | 100% | ||
mejs | 0 | 488,926,760 | 100% | ||
bblancor | 0 | 0 | 100% | ||
skimanner | 0 | 2,127,912,850 | 100% | ||
waivio.com | 0 | 0 | 50% | ||
sanalegendary | 0 | 0 | 100% | ||
transformation7 | 0 | 30,000,000 | 100% | ||
theclasser1 | 0 | 1,027,215,801 | 100% | ||
osmy91 | 0 | 0 | 100% | ||
erossilvagni | 0 | 0 | 100% | ||
brayanmamani | 0 | 0 | 84.6% | ||
cryptoboss666 | 0 | 0 | 100% |
After reading your post I am tempted to buy a hardware wallet. Too bad I'm broke...
author | aigneis5325 |
---|---|
permlink | r2adbx |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-11-09 03:50:21 |
last_update | 2021-11-09 03:50:21 |
depth | 1 |
children | 1 |
last_payout | 2021-11-16 03:50:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.187 HBD |
curator_payout_value | 0.187 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 83 |
author_reputation | 4,957,826,446 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,613,405 |
net_rshares | 324,285,520,027 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
amirl | 0 | 324,285,520,027 | 100% |
Keep posting in Hive and you will be able to buy a few after a while
author | amirl |
---|---|
permlink | r2al61 |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-11-09 06:39:42 |
last_update | 2021-11-09 06:39:42 |
depth | 2 |
children | 0 |
last_payout | 2021-11-16 06:39:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.112 HBD |
curator_payout_value | 0.112 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 68 |
author_reputation | -35,879,592,983,501 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,616,651 |
net_rshares | 197,105,087,392 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
engrave | 0 | 197,105,087,392 | 10% |
Now this is development! So proud of this community
author | amirl |
---|---|
permlink | r2al4i |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-11-09 06:38:48 |
last_update | 2021-11-09 06:38:48 |
depth | 1 |
children | 0 |
last_payout | 2021-11-16 06:38:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.116 HBD |
curator_payout_value | 0.117 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 51 |
author_reputation | -35,879,592,983,501 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,616,633 |
net_rshares | 205,561,936,941 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
engrave | 0 | 205,561,936,941 | 10% |
This is huge help! Added to my bookmarks and favorited this. Thanks a huge ton 🙌😃 !PIZZA !LUV
author | d-zero |
---|---|
permlink | re-engrave-20211110t115318641z |
category | hive-139531 |
json_metadata | {"tags":["hive-139531","hive","ledger","hiveprojects","witness-update"],"app":"ecency/3.0.19-vision","format":"markdown+html"} |
created | 2021-11-10 06:23:18 |
last_update | 2021-11-10 06:23:18 |
depth | 1 |
children | 1 |
last_payout | 2021-11-17 06:23:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 93 |
author_reputation | 154,077,558,361,486 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,641,630 |
net_rshares | 0 |
<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>
author | luvshares |
---|---|
permlink | re-re-engrave-20211110t115318641z-20211110t062414z |
category | hive-139531 |
json_metadata | "{"app": "beem/0.24.26"}" |
created | 2021-11-10 06:24:15 |
last_update | 2021-11-10 06:24:15 |
depth | 2 |
children | 0 |
last_payout | 2021-11-17 06:24:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,130 |
author_reputation | 5,651,102,754,153 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,641,644 |
net_rshares | 0 |
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.
author | dandays |
---|---|
permlink | re-engrave-2021119t7053296z |
category | hive-139531 |
json_metadata | {"tags":["hive-139531","hive","ledger","hiveprojects","witness-update"],"app":"ecency/3.0.23-mobile","format":"markdown+html"} |
created | 2021-11-09 12:00:54 |
last_update | 2021-11-09 12:00:54 |
depth | 1 |
children | 2 |
last_payout | 2021-11-16 12:00:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.098 HBD |
curator_payout_value | 0.098 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 177 |
author_reputation | 253,596,081,930,457 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,622,157 |
net_rshares | 169,273,047,824 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sharkthelion | 0 | 169,273,047,824 | 25% |
Soon :) You won't miss it, I promise ;)
author | engrave |
---|---|
permlink | re-dandays-r2b03p |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2021.09.1"} |
created | 2021-11-09 12:02:18 |
last_update | 2021-11-09 12:02:18 |
depth | 2 |
children | 1 |
last_payout | 2021-11-16 12:02:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 39 |
author_reputation | 318,719,797,600,724 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,622,179 |
net_rshares | 0 |
Best response I read all am.
author | dandays |
---|---|
permlink | re-engrave-2021119t741452z |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"ecency/3.0.23-mobile","format":"markdown+html"} |
created | 2021-11-09 12:04:00 |
last_update | 2021-11-09 12:04:00 |
depth | 3 |
children | 0 |
last_payout | 2021-11-16 12:04:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | 253,596,081,930,457 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,622,215 |
net_rshares | 0 |
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.
author | demotruk |
---|---|
permlink | re-engrave-r2awb2 |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2021.09.1"} |
created | 2021-11-09 10:40:12 |
last_update | 2021-11-09 10:40:12 |
depth | 1 |
children | 0 |
last_payout | 2021-11-16 10:40:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.114 HBD |
curator_payout_value | 0.115 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 284 |
author_reputation | 278,747,146,820,861 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,620,964 |
net_rshares | 198,422,641,989 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
engrave | 0 | 198,422,641,989 | 10% |
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/)
author | easytutorial |
---|---|
permlink | re-engrave-2022515t135123856z |
category | hive-139531 |
json_metadata | {"tags":["hive-139531","hive","ledger","hiveprojects","witness-update"],"app":"ecency/3.0.23-vision","format":"markdown+html"} |
created | 2022-05-15 12:51:09 |
last_update | 2022-05-15 12:51:09 |
depth | 1 |
children | 1 |
last_payout | 2022-05-22 12:51:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 270 |
author_reputation | 17,114,607 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 113,222,846 |
net_rshares | 0 |
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.
author | engrave |
---|---|
permlink | re-easytutorial-rbxe1q |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2022.05.6"} |
created | 2022-05-15 13:13:03 |
last_update | 2022-05-15 13:13:03 |
depth | 2 |
children | 0 |
last_payout | 2022-05-22 13:13:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 129 |
author_reputation | 318,719,797,600,724 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 113,223,363 |
net_rshares | 694,132,399 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gangstalking | 0 | 694,132,399 | 0.5% |
Very very interesting this post... Thanks for share!
author | eliasseth |
---|---|
permlink | r2dwve |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-11-11 01:48:30 |
last_update | 2021-11-11 01:48:30 |
depth | 1 |
children | 0 |
last_payout | 2021-11-18 01:48:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 52 |
author_reputation | 15,224,879,978,463 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,660,597 |
net_rshares | 0 |
Woah! This is good tech stuff! Let me know when they offer the user-friendly wallet supporting Ledger Hive application!!!
author | evileddy |
---|---|
permlink | r2b7c5 |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-11-09 14:38:30 |
last_update | 2021-11-09 14:38:30 |
depth | 1 |
children | 1 |
last_payout | 2021-11-16 14:38:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 125 |
author_reputation | 1,961,403,682,885 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,624,998 |
net_rshares | 0 |
Will do!
author | engrave |
---|---|
permlink | re-evileddy-r2b7ns |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2021.09.1"} |
created | 2021-11-09 14:45:30 |
last_update | 2021-11-09 14:45:30 |
depth | 2 |
children | 0 |
last_payout | 2021-11-16 14:45:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 8 |
author_reputation | 318,719,797,600,724 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,625,112 |
net_rshares | 2,451,540,594 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
evileddy | 0 | 2,451,540,594 | 100% |
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.....
author | gargi |
---|---|
permlink | r2apl6 |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-11-09 08:15:09 |
last_update | 2021-11-09 08:15:09 |
depth | 1 |
children | 0 |
last_payout | 2021-11-16 08:15:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 180 |
author_reputation | 216,558,571,460,525 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,619,060 |
net_rshares | 0 |
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 :-)
author | gtg | ||||||
---|---|---|---|---|---|---|---|
permlink | re-engrave-r2ap2c | ||||||
category | hive-139531 | ||||||
json_metadata | {"tags":["hive-139531"],"app":"peakd/2021.09.1"} | ||||||
created | 2021-11-09 08:04:27 | ||||||
last_update | 2021-11-09 08:04:27 | ||||||
depth | 1 | ||||||
children | 1 | ||||||
last_payout | 2021-11-16 08:04:27 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 40.101 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 247 | ||||||
author_reputation | 461,775,164,998,463 | ||||||
root_title | "How to use your ledger device with hive-ledger-cli" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 107,618,956 | ||||||
net_rshares | 69,593,258,757,985 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gtg | 0 | 23,357,921,041,146 | 100% | ||
demotruk | 0 | 628,426,724,552 | 100% | ||
abh12345 | 0 | 1,610,971,762,359 | 50% | ||
tarazkp | 0 | 6,764,539,533,471 | 100% | ||
borislavzlatanov | 0 | 9,124,886,087 | 100% | ||
btu | 0 | 3,409,023,199,142 | 100% | ||
amirl | 0 | 333,380,596,713 | 100% | ||
taitux | 0 | 2,715,054,198 | 100% | ||
enjar | 0 | 812,766,495,685 | 100% | ||
ewkaw | 0 | 174,303,039,472 | 10% | ||
nathanmars | 0 | 7,582,402,150,591 | 100% | ||
xoxois | 0 | 1,664,010,378 | 100% | ||
reiseamateur | 0 | 95,609,523,154 | 100% | ||
paulmoon410 | 0 | 511,025,495 | 100% | ||
chronocrypto | 0 | 40,914,884,025 | 100% | ||
dalz | 0 | 671,273,147,102 | 100% | ||
eliasseth | 0 | 10,862,701,070 | 100% | ||
theycallmedan | 0 | 23,380,554,363,350 | 31% | ||
sharkthelion | 0 | 704,868,260,009 | 100% | ||
bilpcoinbpc | 0 | 1,265,119,894 | 5% | ||
reidpines | 0 | 132,592,869 | 100% | ||
transformation7 | 0 | 28,647,223 | 100% |
Thanks, I appreciate this :)
author | engrave |
---|---|
permlink | re-gtg-r2ar13 |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2021.09.1"} |
created | 2021-11-09 08:46:18 |
last_update | 2021-11-09 08:46:18 |
depth | 2 |
children | 0 |
last_payout | 2021-11-16 08:46:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.188 HBD |
curator_payout_value | 0.188 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 318,719,797,600,724 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,619,415 |
net_rshares | 326,726,375,052 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
amirl | 0 | 326,726,375,052 | 100% |
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!!
author | gubbatv |
---|---|
permlink | re-engrave-20211110t13139151z |
category | hive-139531 |
json_metadata | {"tags":["hive-139531","hive","ledger","hiveprojects","witness-update"],"app":"ecency/3.0.19-vision","format":"markdown+html"} |
created | 2021-11-10 06:29:33 |
last_update | 2021-11-10 06:29:33 |
depth | 1 |
children | 0 |
last_payout | 2021-11-17 06:29:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 123 |
author_reputation | 146,671,992,943,904 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,641,728 |
net_rshares | 0 |
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>
author | hivebuzz |
---|---|
permlink | hivebuzz-notify-engrave-20211109t035813 |
category | hive-139531 |
json_metadata | {"image":["http://hivebuzz.me/notify.t6.png"]} |
created | 2021-11-09 03:58:12 |
last_update | 2021-11-09 03:58:12 |
depth | 1 |
children | 0 |
last_payout | 2021-11-16 03:58:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 894 |
author_reputation | 369,206,864,838,106 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,613,484 |
net_rshares | 0 |
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>
author | hivebuzz |
---|---|
permlink | hivebuzz-notify-engrave-20211115t014739 |
category | hive-139531 |
json_metadata | {"image":["http://hivebuzz.me/notify.t6.png"]} |
created | 2021-11-15 01:47:39 |
last_update | 2021-11-15 01:47:39 |
depth | 1 |
children | 0 |
last_payout | 2021-11-22 01:47:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 576 |
author_reputation | 369,206,864,838,106 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,751,149 |
net_rshares | 0 |
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
author | igormuba |
---|---|
permlink | re-engrave-2021118t211723217z |
category | hive-139531 |
json_metadata | {"tags":["hive-139531","hive","ledger","hiveprojects","witness-update"],"app":"ecency/3.0.23-mobile","format":"markdown+html"} |
created | 2021-11-09 00:17:21 |
last_update | 2021-11-09 00:17:21 |
depth | 1 |
children | 3 |
last_payout | 2021-11-16 00:17:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.015 HBD |
curator_payout_value | 0.014 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 155 |
author_reputation | 128,826,081,446,669 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,610,716 |
net_rshares | 27,148,477,064 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
briandenver | 0 | 27,148,477,064 | 100% |
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🤮
author | katou.kanga |
---|---|
permlink | re-igormuba-r2a65j |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2021.09.1"} |
created | 2021-11-09 01:15:36 |
last_update | 2021-11-09 01:15:36 |
depth | 2 |
children | 2 |
last_payout | 2021-11-16 01:15:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 276 |
author_reputation | 1,861,308,138,588 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,611,588 |
net_rshares | 0 |
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.
author | engrave |
---|---|
permlink | re-katoukanga-r2arqn |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2021.09.1"} |
created | 2021-11-09 09:01:48 |
last_update | 2021-11-09 09:01:48 |
depth | 3 |
children | 1 |
last_payout | 2021-11-16 09:01:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 283 |
author_reputation | 318,719,797,600,724 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,619,680 |
net_rshares | 0 |
Awesome! Do you plan to add support for all active authority operations?
author | keychain |
---|---|
permlink | re-engrave-r2ap86 |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2021.09.1"} |
created | 2021-11-09 08:07:21 |
last_update | 2021-11-09 08:07:21 |
depth | 1 |
children | 2 |
last_payout | 2021-11-16 08:07:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 72 |
author_reputation | 330,463,900,932,475 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,618,983 |
net_rshares | 0 |
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.
author | engrave |
---|---|
permlink | re-keychain-r2ar0p |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2021.09.1"} |
created | 2021-11-09 08:46:03 |
last_update | 2021-11-09 08:46:03 |
depth | 2 |
children | 1 |
last_payout | 2021-11-16 08:46:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 197 |
author_reputation | 318,719,797,600,724 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,619,412 |
net_rshares | 0 |
Great! Ledger integration will be one of our priorities once we finish our refactor and the Ledger App is available. Thanks for your work!
author | keychain |
---|---|
permlink | re-engrave-r2ara3 |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2021.09.1"} |
created | 2021-11-09 08:51:39 |
last_update | 2021-11-09 08:51:39 |
depth | 3 |
children | 0 |
last_payout | 2021-11-16 08:51:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.536 HBD |
curator_payout_value | 1.536 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 138 |
author_reputation | 330,463,900,932,475 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,619,476 |
net_rshares | 2,657,545,730,867 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
demotruk | 0 | 604,506,175,177 | 100% | ||
engrave | 0 | 2,053,039,555,690 | 100% |
Thank you for your work! It's really amazing.
author | marki99 |
---|---|
permlink | re-engrave-r2emut |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2021.09.1"} |
created | 2021-11-11 11:06:30 |
last_update | 2021-11-11 11:06:30 |
depth | 1 |
children | 0 |
last_payout | 2021-11-18 11:06:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.141 HBD |
curator_payout_value | 0.140 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 48 |
author_reputation | 11,400,723,818,181 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,667,663 |
net_rshares | 206,703,348,129 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
engrave | 0 | 206,703,348,129 | 10% |
Great
author | miko820 |
---|---|
permlink | re-engrave-20211125t19410108z |
category | hive-139531 |
json_metadata | {"tags":["hive-139531","hive","ledger","hiveprojects","witness-update"],"app":"ecency/3.0.20-vision","format":"markdown+html"} |
created | 2021-11-25 18:04:12 |
last_update | 2021-11-25 18:04:12 |
depth | 1 |
children | 0 |
last_payout | 2021-12-02 18:04:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5 |
author_reputation | 103,158,812,436 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 108,008,792 |
net_rshares | 0 |
Great work that I think required a few boxes of paracetamol. Thank you for your contribution to the HIVE ecosystem 👍
author | mintrawa |
---|---|
permlink | re-engrave-20211110t92519374z |
category | hive-139531 |
json_metadata | {"tags":["hive-139531","hive","ledger","hiveprojects","witness-update"],"app":"ecency/3.0.19-vision","format":"markdown+html"} |
created | 2021-11-10 02:25:21 |
last_update | 2021-11-10 02:25:21 |
depth | 1 |
children | 0 |
last_payout | 2021-11-17 02:25:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.127 HBD |
curator_payout_value | 0.127 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 116 |
author_reputation | 18,694,802,429,423 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,636,395 |
net_rshares | 207,453,856,991 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
engrave | 0 | 207,453,856,991 | 10% |
Excellent work friend, congratulations and success, perseverance always bears good results.
author | mlrequena78 |
---|---|
permlink | r2bxg0 |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-11-10 00:02:27 |
last_update | 2021-11-10 00:02:27 |
depth | 1 |
children | 0 |
last_payout | 2021-11-17 00:02:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.120 HBD |
curator_payout_value | 0.121 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 91 |
author_reputation | 7,346,493,787,724 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,634,471 |
net_rshares | 197,999,167,135 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
engrave | 0 | 197,999,167,135 | 10% |
<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>
author | pizzabot |
---|---|
permlink | re-how-to-use-your-ledger-device-with-hive-ledger-cli-20211110t062414z |
category | hive-139531 |
json_metadata | "{"app": "beem/0.24.26"}" |
created | 2021-11-10 06:24:15 |
last_update | 2021-11-10 06:24:15 |
depth | 1 |
children | 0 |
last_payout | 2021-11-17 06:24:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 190 |
author_reputation | 7,452,540,471,322 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,641,645 |
net_rshares | 0 |
Excellent! Can we have an option in the CLI to add authority instead of replacing existing ones?
author | quochuy |
---|---|
permlink | r2drq2 |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-11-10 23:54:03 |
last_update | 2021-11-10 23:54:03 |
depth | 1 |
children | 2 |
last_payout | 2021-11-17 23:54:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.131 HBD |
curator_payout_value | 0.131 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 96 |
author_reputation | 758,372,221,814,367 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,658,889 |
net_rshares | 198,195,049,618 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
engrave | 0 | 198,195,049,618 | 10% |
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 ;)
author | engrave |
---|---|
permlink | re-quochuy-r2dtx9 |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2021.09.1"} |
created | 2021-11-11 00:41:36 |
last_update | 2021-11-11 00:41:36 |
depth | 2 |
children | 1 |
last_payout | 2021-11-18 00:41:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 139 |
author_reputation | 318,719,797,600,724 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,659,645 |
net_rshares | 0 |
awesome work
author | quochuy |
---|---|
permlink | r2dvxp |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-11-11 01:25:03 |
last_update | 2021-11-11 01:25:03 |
depth | 3 |
children | 0 |
last_payout | 2021-11-18 01:25:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 12 |
author_reputation | 758,372,221,814,367 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,660,333 |
net_rshares | 0 |
Thanks for that Infos! Greets @schmidi
author | schmidi |
---|---|
permlink | re-engrave-r2a3g0 |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2021.09.1"} |
created | 2021-11-09 00:16:48 |
last_update | 2021-11-09 00:16:48 |
depth | 1 |
children | 0 |
last_payout | 2021-11-16 00:16:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.015 HBD |
curator_payout_value | 0.015 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 39 |
author_reputation | 251,064,055,508,458 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,610,707 |
net_rshares | 27,702,590,274 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
briandenver | 0 | 27,702,590,274 | 100% |
The post is really informative and interesting specially about Hive power and staking!
author | shrikal |
---|---|
permlink | re-engrave-202284t0585298z |
category | hive-139531 |
json_metadata | {"tags":["hive-139531","hive","ledger","hiveprojects","witness-update"],"app":"ecency/3.0.24-vision","format":"markdown+html"} |
created | 2022-08-03 19:28:00 |
last_update | 2022-08-03 19:28:00 |
depth | 1 |
children | 0 |
last_payout | 2022-08-10 19:28:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 86 |
author_reputation | -706,040,788,607 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 115,407,009 |
net_rshares | 0 |
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!
author | transformation7 |
---|---|
permlink | r2c3c8 |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-11-10 02:09:51 |
last_update | 2021-11-10 02:09:51 |
depth | 1 |
children | 0 |
last_payout | 2021-11-17 02:09:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 378 |
author_reputation | 0 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,636,217 |
net_rshares | 0 |
😊
author | tungchook |
---|---|
permlink | re-engrave-rs9qdz |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2023.3.4"} |
created | 2023-03-29 06:08:24 |
last_update | 2023-03-29 06:08:24 |
depth | 1 |
children | 0 |
last_payout | 2023-04-05 06:08:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1 |
author_reputation | 2,877,080,696 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 122,058,489 |
net_rshares | 0 |
good stuff!!!
author | urun |
---|---|
permlink | re-engrave-r2a3pn |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2021.09.1"} |
created | 2021-11-09 00:22:36 |
last_update | 2021-11-09 00:22:36 |
depth | 1 |
children | 0 |
last_payout | 2021-11-16 00:22:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 94,117,568,435,756 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,610,797 |
net_rshares | 0 |
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.
author | vincentnijman |
---|---|
permlink | re-engrave-r2br8e |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2021.09.1"} |
created | 2021-11-09 21:48:15 |
last_update | 2021-11-09 21:48:15 |
depth | 1 |
children | 2 |
last_payout | 2021-11-16 21:48:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.120 HBD |
curator_payout_value | 0.120 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 230 |
author_reputation | 271,897,090,877,723 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,632,309 |
net_rshares | 197,337,485,393 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
engrave | 0 | 197,337,485,393 | 10% |
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"></a></div>
author | engrave |
---|---|
permlink | re-re-engrave-r2br8e |
category | hive-139531 |
json_metadata | {"app":"engage"} |
created | 2021-11-09 22:36:51 |
last_update | 2021-11-09 22:36:51 |
depth | 2 |
children | 1 |
last_payout | 2021-11-16 22:36:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.037 HBD |
curator_payout_value | 0.037 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 179 |
author_reputation | 318,719,797,600,724 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,633,187 |
net_rshares | 61,217,932,058 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
vincentnijman | 0 | 61,217,932,058 | 40% |
Will do. cheers! :^)
author | vincentnijman |
---|---|
permlink | re-engrave-r2btu9 |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2021.09.1"} |
created | 2021-11-09 22:44:33 |
last_update | 2021-11-09 22:44:33 |
depth | 3 |
children | 0 |
last_payout | 2021-11-16 22:44:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 20 |
author_reputation | 271,897,090,877,723 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,633,291 |
net_rshares | 0 |
Does the app work for android or mobile users? Direct connection from Android to general ledger device?
author | xoxois |
---|---|
permlink | r2b203 |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-11-09 12:43:18 |
last_update | 2021-11-09 12:43:18 |
depth | 1 |
children | 2 |
last_payout | 2021-11-16 12:43:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 103 |
author_reputation | 32,706,272,181,022 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,622,896 |
net_rshares | 0 |
Current solution (CLI) works only for PC but future wallet might be mobile compatible.
author | engrave |
---|---|
permlink | re-xoxois-r2b5fm |
category | hive-139531 |
json_metadata | {"tags":["hive-139531"],"app":"peakd/2021.09.1"} |
created | 2021-11-09 13:57:24 |
last_update | 2021-11-09 13:57:24 |
depth | 2 |
children | 1 |
last_payout | 2021-11-16 13:57:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 86 |
author_reputation | 318,719,797,600,724 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,624,236 |
net_rshares | 1,689,004,035 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
xoxois | 0 | 1,689,004,035 | 100% |
Yeah, maybe if it happened soon it would be even more perfect, but for now, it's so much better progress. I salute 😍🥰🤗🤗
author | xoxois |
---|---|
permlink | r2b5xm |
category | hive-139531 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-11-09 14:08:21 |
last_update | 2021-11-09 14:08:21 |
depth | 3 |
children | 0 |
last_payout | 2021-11-16 14:08:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 119 |
author_reputation | 32,706,272,181,022 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,624,476 |
net_rshares | 0 |
Thanks for taking so much time to write this tutorial, @engrave.
author | zorank |
---|---|
permlink | re-engrave-20211112t20441358z |
category | hive-139531 |
json_metadata | {"tags":["hive-139531","hive","ledger","hiveprojects","witness-update"],"app":"ecency/3.0.19-vision","format":"markdown+html"} |
created | 2021-11-12 19:04:42 |
last_update | 2021-11-12 19:04:42 |
depth | 1 |
children | 0 |
last_payout | 2021-11-19 19:04:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 64 |
author_reputation | 13,385,473,341,852 |
root_title | "How to use your ledger device with hive-ledger-cli" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 107,700,136 |
net_rshares | 0 |