# Hello again! Long time no see. ;) So... as I'm not able to use my dedicated desktop computer while we are relocated to the next-door apartment that is too tiny to set up any comfortable space for a workstation, I've been using my laptop instead. Today I decided to upgrade the Linux on my laptop to the latest KDE Neon has to offer, I came upon a problem, and that is that my harddrive has some consistency issues with files. I decided to run the btrfs balancing tool `btrfs fi balance /home`. It's a peculiar one, since it doesn't give out any output. So at first I used the `dmesg -w` command to see what it is doing, but found out a btrfs command for a progress report: `btrfs balance status /home` that gives out a static progress report like this: root@trabant:~# btrfs balance status /home Balance on '/home' is running 138 out of about 180 chunks balanced (178 considered), 37% left The only problem was that I needed to repeat that command every time I wanted to see the progress, and I wanted to see it in real-time. The solution is a simple one: a `while` loop. :) Like this: while sleep 5; do (btrfs balance status /home&) ; done And I got a page full of status reports. I wanted to do better, so I added `clear` to the beginning of the line. while sleep 5; do (clear && btrfs balance status /home&) ; done Result: <center><br /><sup>*Now the progress report updates cleanly in the top of the window.*</sup></center> Neat, huh? :) If I come up with other nice tips, I'll be sure to post them here. :) See ya!
author | gamer00 |
---|---|
permlink | rudimentary-linux-bits-nifty-and-clean-updating-progress-report-on-btrfs-balance |
category | linux |
json_metadata | {"tags":["linux","bash","howto","btrfs","balance"],"image":["https://cdn.steemitimages.com/DQmdrRzix8pwmQMVzCgsYBtdFnSarJJBnwfVo51S6Swu3r4/Screenshot_20190321_150853.png"],"app":"steemit/0.1","format":"markdown","users":["trabant"]} |
created | 2019-03-21 13:32:21 |
last_update | 2022-10-25 08:52:27 |
depth | 0 |
children | 13 |
last_payout | 2019-03-28 13:32:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.894 HBD |
curator_payout_value | 0.264 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,701 |
author_reputation | 168,798,415,632,608 |
root_title | "Rudimentary Linux Bits: Nifty and clean updating progress report on btrfs balance." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,679,609 |
net_rshares | 1,807,688,348,234 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
marina007 | 0 | 491,244,101 | 2% | ||
katharsisdrill | 0 | 102,804,743,848 | 20% | ||
gamer00 | 0 | 803,348,861,650 | 100% | ||
steemprentice | 0 | 10,207,075,769 | 10% | ||
old-guy-photos | 0 | 22,563,656,927 | 20% | ||
markkujantunen | 0 | 50,642,535,485 | 42% | ||
hagbardceline | 0 | 114,593,649,512 | 100% | ||
dandesign86 | 0 | 17,166,440,783 | 20% | ||
theguruasia | 0 | 9,266,264,157 | 100% | ||
magnata | 0 | 3,981,569,869 | 100% | ||
steem-plus | 0 | 126,649,695,664 | 7.95% | ||
idikuci | 0 | 35,383,234,578 | 52% | ||
bitfiend | 0 | 5,867,402,474 | 20% | ||
kromander | 0 | 462,970,288 | 85% | ||
armguinan | 0 | 473,485,081 | 100% | ||
saidaplc | 0 | 385,746,040 | 100% | ||
comedyopenmic | 0 | 440,308,540,377 | 52% | ||
cryptoandcoffee | 0 | 22,854,764,040 | 20% | ||
votoloko | 0 | 550,192,259 | 100% | ||
emdivs | 0 | 7,189,494,170 | 100% | ||
wglenz | 0 | 9,504,349,229 | 100% | ||
jokinmenipieleen | 0 | 1,302,301,351 | 100% | ||
com-judge | 0 | 1,187,605,670 | 52% | ||
sbi8 | 0 | 17,711,072,280 | 15.81% | ||
hdu | 0 | 263,147,586 | 2% | ||
delabo | 0 | 2,395,257,266 | 1% | ||
hozn4ukhlytriwc | 0 | 133,047,780 | 15% |
Hi gamer good to see you around. I seem to keep missing your posts. Hopefully the move is temporary and you are back in your own space really soon.
author | cryptoandcoffee |
---|---|
permlink | re-gamer00-rudimentary-linux-bits-nifty-and-clean-updating-progress-report-on-btrfs-balance-20190321t144006544z |
category | linux |
json_metadata | {"tags":["linux"],"app":"steemit/0.1"} |
created | 2019-03-21 14:40:09 |
last_update | 2019-03-21 14:40:09 |
depth | 1 |
children | 2 |
last_payout | 2019-03-28 14:40:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.057 HBD |
curator_payout_value | 0.019 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 147 |
author_reputation | 3,628,485,466,653,705 |
root_title | "Rudimentary Linux Bits: Nifty and clean updating progress report on btrfs balance." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,682,690 |
net_rshares | 117,701,181,839 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gamer00 | 0 | 117,701,181,839 | 15% |
Hey... I've been a bit slow making posts lately, being forced to use mobile connection and a laptop. So you haven't missed much. ;) Anyway, we'll be moving back into our own apartment on April 12th. It should be fully renovated by then. We sincerely hope the move is not as taxing as the previous one.
author | gamer00 |
---|---|
permlink | re-cryptoandcoffee-re-gamer00-rudimentary-linux-bits-nifty-and-clean-updating-progress-report-on-btrfs-balance-20190321t150301058z |
category | linux |
json_metadata | {"tags":["linux"],"app":"steemit/0.1"} |
created | 2019-03-21 15:03:03 |
last_update | 2019-03-21 15:03:03 |
depth | 2 |
children | 1 |
last_payout | 2019-03-28 15:03:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.014 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 301 |
author_reputation | 168,798,415,632,608 |
root_title | "Rudimentary Linux Bits: Nifty and clean updating progress report on btrfs balance." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,683,768 |
net_rshares | 32,005,008,020 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
markkujantunen | 0 | 32,005,008,020 | 23% |
I believe it won't be. Why? Because, hopefully, you've been getting rid of a good deal of useless stuff.
author | markkujantunen |
---|---|
permlink | re-gamer00-re-cryptoandcoffee-re-gamer00-rudimentary-linux-bits-nifty-and-clean-updating-progress-report-on-btrfs-balance-20190323t194039386z |
category | linux |
json_metadata | {"tags":["linux"],"app":"steemit/0.1"} |
created | 2019-03-23 19:40:39 |
last_update | 2019-03-23 19:40:39 |
depth | 3 |
children | 0 |
last_payout | 2019-03-30 19:40:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.054 HBD |
curator_payout_value | 0.018 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 105 |
author_reputation | 625,120,273,925,515 |
root_title | "Rudimentary Linux Bits: Nifty and clean updating progress report on btrfs balance." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,816,061 |
net_rshares | 114,216,519,626 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gamer00 | 0 | 114,216,519,626 | 15% |
My personal computer has Linux installed a version created by the government and was buying through the company of the very economical state for that time 10 years ago, I can not update it because I would lose many things, a friend told me.
author | lanzjoseg |
---|---|
permlink | re-gamer00-rudimentary-linux-bits-nifty-and-clean-updating-progress-report-on-btrfs-balance-20190321t175804087z |
category | linux |
json_metadata | {"tags":["linux"],"app":"steemit/0.1"} |
created | 2019-03-21 17:29:18 |
last_update | 2019-03-21 17:29:18 |
depth | 1 |
children | 2 |
last_payout | 2019-03-28 17:29:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.058 HBD |
curator_payout_value | 0.019 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 240 |
author_reputation | 862,957,494,091,659 |
root_title | "Rudimentary Linux Bits: Nifty and clean updating progress report on btrfs balance." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,690,562 |
net_rshares | 120,459,829,248 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gamer00 | 0 | 120,459,829,248 | 15% |
10 year old Linux installation and no updates? I would not feel very secure with that. A thing you could do is take a backup copy of the /home directory and install a brand new version of your preferred distro, making the /home directory live on a whole separate partition, or harddrive, then copy the things you need back from the back-ups.
author | gamer00 |
---|---|
permlink | re-lanzjoseg-re-gamer00-rudimentary-linux-bits-nifty-and-clean-updating-progress-report-on-btrfs-balance-20190321t200555916z |
category | linux |
json_metadata | {"tags":["linux"],"app":"steemit/0.1"} |
created | 2019-03-21 20:05:57 |
last_update | 2019-03-21 20:05:57 |
depth | 2 |
children | 0 |
last_payout | 2019-03-28 20:05:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.014 HBD |
curator_payout_value | 0.004 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 342 |
author_reputation | 168,798,415,632,608 |
root_title | "Rudimentary Linux Bits: Nifty and clean updating progress report on btrfs balance." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,697,565 |
net_rshares | 32,150,985,443 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
markkujantunen | 0 | 32,150,985,443 | 23% |
Friend Jaro. I would like only if you can visit my publication where I expose the current situation of university professors, I would love to know your opinion. [The Ministry of Higher Education of Venezuela suspends payroll resources from public universities.](https://steemit.com/freedom/@lanzjoseg/the-ministry-of-higher-education-of-venezuela-suspends-payroll-resources-from-public-universities)
author | lanzjoseg |
---|---|
permlink | re-lanzjoseg-re-gamer00-rudimentary-linux-bits-nifty-and-clean-updating-progress-report-on-btrfs-balance-20190321t203213085z |
category | linux |
json_metadata | {"tags":["linux"],"links":["https://steemit.com/freedom/@lanzjoseg/the-ministry-of-higher-education-of-venezuela-suspends-payroll-resources-from-public-universities"],"app":"steemit/0.1"} |
created | 2019-03-21 20:03:24 |
last_update | 2019-03-21 20:03:24 |
depth | 2 |
children | 0 |
last_payout | 2019-03-28 20:03: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 | 399 |
author_reputation | 862,957,494,091,659 |
root_title | "Rudimentary Linux Bits: Nifty and clean updating progress report on btrfs balance." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,697,403 |
net_rshares | 0 |
Thanks for the info, this is helpful advice.
author | magnata |
---|---|
permlink | re-gamer00-rudimentary-linux-bits-nifty-and-clean-updating-progress-report-on-btrfs-balance-20190321t134003100z |
category | linux |
json_metadata | {"tags":["linux"],"app":"steemit/0.1"} |
created | 2019-03-21 13:40:06 |
last_update | 2019-03-21 13:40:06 |
depth | 1 |
children | 0 |
last_payout | 2019-03-28 13:40:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.070 HBD |
curator_payout_value | 0.021 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 44 |
author_reputation | 49,556,692,956,431 |
root_title | "Rudimentary Linux Bits: Nifty and clean updating progress report on btrfs balance." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,679,991 |
net_rshares | 141,860,451,225 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
desmonid | 0 | 419,801,782 | 2.75% | ||
cryptohustlin | 0 | 250,114,611 | 2.75% | ||
reported | 0 | 102,974,767 | 38.5% | ||
bofadeez | 0 | 72,953,943 | 2.75% | ||
bitcoindon23 | 0 | 114,363,101 | 38.5% | ||
cnmtz | 0 | 71,486,814 | 38.5% | ||
eileenbeach | 0 | 44,062,341 | 2.75% | ||
g00by | 0 | 138,151,512 | 38.5% | ||
gamer00 | 0 | 118,052,980,158 | 15% | ||
mrainp420 | 0 | 109,331,765 | 38.5% | ||
minnowpond | 0 | 5,373,378,614 | 2.75% | ||
minnowpond1 | 0 | 134,870,119 | 2.75% | ||
thewindowflower | 0 | 208,437,101 | 38.5% | ||
ering | 0 | 347,751,840 | 2.75% | ||
harmonicliving | 0 | 672,977,032 | 2.75% | ||
sammyb | 0 | 886,991,958 | 2.75% | ||
colleenc | 0 | 136,771,988 | 38.5% | ||
iloveghee | 0 | 116,994,175 | 38.5% | ||
johndc13 | 0 | 114,713,796 | 38.5% | ||
medha | 0 | 53,353,794 | 38.5% | ||
bierbeach | 0 | 71,778,419 | 93.5% | ||
schulbz | 0 | 179,388,443 | 2.75% | ||
woodrow | 0 | 1,817,559 | 2.75% | ||
garage22 | 0 | 111,800,262 | 38.5% | ||
mrcheezle | 0 | 82,182,490 | 38.5% | ||
po27 | 0 | 105,658,889 | 38.5% | ||
bitkmbr | 0 | 107,013,205 | 38.5% | ||
thedrayness | 0 | 104,038,558 | 38.5% | ||
thevark | 0 | 101,936,268 | 2.75% | ||
drdeepdick | 0 | 0 | 2.75% | ||
unholyleaf | 0 | 111,314,554 | 38.5% | ||
shamrock017 | 0 | 37,806,797 | 2.75% | ||
rngdz | 0 | 144,868,327 | 38.5% | ||
drguy | 0 | 108,109,420 | 38.5% | ||
fosterswisdom | 0 | 82,671,701 | 38.5% | ||
blockchaindaily | 0 | 1,208,447,249 | 2.75% | ||
steemitla | 0 | 53,878,710 | 38.5% | ||
andrecarothers | 0 | 5,847,595,978 | 2.75% | ||
the-mayor | 0 | 65,212,255 | 38.5% | ||
zip512 | 0 | 116,884,813 | 2.75% | ||
wowmiko | 0 | 80,063,718 | 38.5% | ||
voter000 | 0 | 5,546,571,996 | 2.75% | ||
u25b2x | 0 | 0 | 2.75% | ||
papertradez | 0 | 168,950,403 | 2.75% |
Good to see a post :D
author | old-guy-photos |
---|---|
permlink | re-gamer00-rudimentary-linux-bits-nifty-and-clean-updating-progress-report-on-btrfs-balance-20190323t062200631z |
category | linux |
json_metadata | {"tags":["linux"],"app":"steemit/0.1"} |
created | 2019-03-23 06:22:00 |
last_update | 2019-03-23 06:22:00 |
depth | 1 |
children | 2 |
last_payout | 2019-03-30 06:22:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.069 HBD |
curator_payout_value | 0.022 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 630,154,242,353,253 |
root_title | "Rudimentary Linux Bits: Nifty and clean updating progress report on btrfs balance." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,782,862 |
net_rshares | 142,979,241,749 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gamer00 | 0 | 113,891,215,724 | 15% | ||
markkujantunen | 0 | 29,088,026,025 | 21% |
I fully agree on that. What I'm missing is [@gamer00](https://steemit.com/@gamer00)'s photography posts. I'd love to see a new take of some familiar subjects but with some tips as to how to get better pics. Jaro is a very experienced photographer who knows his shit. :)
author | markkujantunen |
---|---|
permlink | re-old-guy-photos-re-gamer00-rudimentary-linux-bits-nifty-and-clean-updating-progress-report-on-btrfs-balance-20190323t194157756z |
category | linux |
json_metadata | {"app":"partiko","client":"android"} |
created | 2019-03-23 19:41:57 |
last_update | 2019-03-23 23:54:57 |
depth | 2 |
children | 1 |
last_payout | 2019-03-30 19:41:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.054 HBD |
curator_payout_value | 0.018 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 269 |
author_reputation | 625,120,273,925,515 |
root_title | "Rudimentary Linux Bits: Nifty and clean updating progress report on btrfs balance." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,816,110 |
net_rshares | 113,555,754,134 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gamer00 | 0 | 113,555,754,134 | 15% |
Thank you. The truth is I've been more or less out of ideas and motivation, especially now as my main editing rig is not available.
author | gamer00 |
---|---|
permlink | re-markkujantunen-re-old-guy-photos-re-gamer00-rudimentary-linux-bits-nifty-and-clean-updating-progress-report-on-btrfs-balance-20190323t235347961z |
category | linux |
json_metadata | {"tags":["linux"],"app":"steemit/0.1"} |
created | 2019-03-23 23:53:48 |
last_update | 2019-03-23 23:53:48 |
depth | 3 |
children | 0 |
last_payout | 2019-03-30 23:53: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 | 132 |
author_reputation | 168,798,415,632,608 |
root_title | "Rudimentary Linux Bits: Nifty and clean updating progress report on btrfs balance." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,824,032 |
net_rshares | 20,239,905,900 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
markkujantunen | 0 | 20,239,905,900 | 15% |
Hi, @gamer00! You just got a **7.95%** upvote from SteemPlus! To get higher upvotes, earn more SteemPlus Points (SPP). On your Steemit wallet, check your SPP balance and click on "How to earn SPP?" to find out all the ways to earn. If you're not using SteemPlus yet, please check our last posts in [here](https://steemit.com/@steem-plus) to see the many ways in which SteemPlus can improve your Steem experience on Steemit and Busy.
author | steem-plus |
---|---|
permlink | rudimentary-linux-bits-nifty-and-clean-updating-progress-report-on-btrfs-balance---vote-steemplus |
category | linux |
json_metadata | {} |
created | 2019-03-21 23:12:24 |
last_update | 2019-03-21 23:12:24 |
depth | 1 |
children | 0 |
last_payout | 2019-03-28 23:12: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 | 434 |
author_reputation | 247,952,188,232,400 |
root_title | "Rudimentary Linux Bits: Nifty and clean updating progress report on btrfs balance." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,705,516 |
net_rshares | 0 |
@gamer00, Personally I am not a Linux user, but DOS type programming, yeah I know a bit too! Good one and wanna see more new tips from you. Very interesting thing for me! Cheers~
author | theguruasia |
---|---|
permlink | re-gamer00-rudimentary-linux-bits-nifty-and-clean-updating-progress-report-on-btrfs-balance-20190322t054042167z |
category | linux |
json_metadata | {"tags":["linux"],"users":["gamer00"],"app":"steemit/0.1"} |
created | 2019-03-22 05:40:42 |
last_update | 2019-03-22 05:40:42 |
depth | 1 |
children | 0 |
last_payout | 2019-03-29 05:40:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.160 HBD |
curator_payout_value | 0.051 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 179 |
author_reputation | 72,550,633,010,734 |
root_title | "Rudimentary Linux Bits: Nifty and clean updating progress report on btrfs balance." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,719,233 |
net_rshares | 327,589,944,628 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gamer00 | 0 | 110,966,818,263 | 14% | ||
elviento | 0 | 321,829,660 | 0.5% | ||
minnowspower | 0 | 76,979,940,719 | 100% | ||
asimo | 0 | 138,991,865,776 | 100% | ||
votes4minnows | 0 | 329,490,210 | 2.5% |
thank you for the information, this is very helpful for me
author | ustazkarim |
---|---|
permlink | re-gamer00-rudimentary-linux-bits-nifty-and-clean-updating-progress-report-on-btrfs-balance-20190321t181047091z |
category | linux |
json_metadata | {"tags":["linux"],"app":"steemit/0.1"} |
created | 2019-03-21 18:10:51 |
last_update | 2019-03-21 18:10:51 |
depth | 1 |
children | 0 |
last_payout | 2019-03-28 18:10: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 | 58 |
author_reputation | 7,156,059,491,487 |
root_title | "Rudimentary Linux Bits: Nifty and clean updating progress report on btrfs balance." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 81,692,796 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
markkujantunen | 0 | 0 | 0% |