create account

Steps to save up space on your Hive Engine witness server by bala41288

View this thread on: hive.blogpeakd.comecency.com
· @bala41288 ·
$40.68
Steps to save up space on your Hive Engine witness server
Hive Engine witness servers are usually ever-growing. We cannot do much if the disk space is consumed for actual data. But we can make sure the logs and other backup files don't consume too much space. Even if they do so, we can make sure those are monitored and cleared or the logs are rotated. In this article, I'm going to be explaining some of the basic checks and steps that we can take to reduce the space occupied by the log files.

At the time of writing this article, 85GB disk space should be sufficient to run the witness node. It will anyway keep growing but it is wise to check the unwanted log files that are occupying the space and remove/rotate them.

## PM2 log rotate

This is the first utility we are going to install to keep the pm2 logs under control. Especially when we are running a witness node, there will be lots of logging happening that can keep growing over the course of time. Though the logs are important, we will need them only when something goes wrong. Otherwise, in an ideal scenario, we don't really have to keep the old logs. 

![image.png](https://images.hive.blog/DQmdeaRE2sXRTVrHk83ZjW3k8Jy55gStETbdfp7xcMcocKK/image.png)

[pm2-logrotate](https://www.npmjs.com/package/pm2-logrotate) is a utility that comes along with pm2 that can be used to rotate the logs. The npm page has more details on the configurations we can do with that. I personally think that the default configuration itself should be sufficient. It can be installed as a module to pm2 and it will appear like the above. 

## Rotating Mongo DB logs

The mongo DB logs will also keep growing occupying a lot of space on our witness server. The same applies here as well. We need them only if things go wrong. On all other days, we are good if we just keep rotating the logs. 

```
mongo 
> use admin 
> db.adminCommand( { logRotate : 1 } ) 
CTRL-D
```
The above commands will help in keeping the logs in rotation. In addition to this, if you already have log files that are old and occupy a huge amount of space, it will mostly be in the default directory `cd /var/log/mongodb`. You can check this directory and remove the old log file. It will usually be a file that comes with a DateTime stamp and it can be removed with the rm command. Sometimes it might require permissions to delete this file so using sudo in front of the command should do.  `sudo rm mongod.log.2021- ...`

## Check the size of individual files inside a directory

The below command can be used to check the individual file size inside a directory. This will give you an idea as to what is occupying more space. This command will also check the subdirectories, so it is better to run the command in your root directory. 

> find -type f -exec du -Sh {} + | sort -rh | head -n 5


![image.png](https://images.hive.blog/DQmcrYUQhM2FLc2HhG4NHWdmssaKLVtL6zeYnNE5SUoTUmw/image.png)


After checking the file size you can remove the biggest file that is occupying the space. Inside the `steemsmartcontracts` folder, there is this file called `node_app.log`. This is a log file created by the application. We can also remove that file safely. 

In addition to this if you would like to get the drive space or an overall disk space inside the VM. The command `df -h` will be helpful. 

![image.png](https://images.hive.blog/DQmbh2iF47BNpKnGPjPzZiGdUbsRwzQDhmGKQYJXuUU5onJ/image.png)

Alternatively, you can also use this find command to check if there are files greater than 10MB inside a directory. `sudo find . -xdev -type f -size +10M`. 

---
<table>
<tr>
<td>
<center><a href="https://discord.gg/bGmS2tE"><img src="https://images.hive.blog/DQmdthy4q4vyefBYmjMJtx7qHBmLnCfP2btiRPhRyc2U8hP/Indiaunited.png"/></a></center>
</td>
<td>
<center><a href="https://kanibot.com/"><img src="https://images.hive.blog/DQmdm8hKPz9TZL8Gd8bPyeVHm9hfgMqqiHcKL8283RBv2eH/Kanibot.png"/></a></center>
</td>
<td>
<center><a href="https://netbox.global/r/balanbx"><img src="https://images.hive.blog/DQma1a9t6rceDQYvMt6FhNkHuUUjAkQssZHrLJcXKfiQBFd/NetboxGlobal.png"/></a></center>
</td>
<tr>
<td>
<center><a href="https://r.honeygain.me/BALA4F8CD5"><img src="https://images.hive.blog/DQmdCZg8z6sxVukSdPm2kXRAhhnySqPZqK9YQ5hco65sp4n/Honeygain.png"/></a></center>
</td>
<td>
<center><a href="https://www.privex.io/?r=bala41288"><img src="https://images.hive.blog/DQmPB85eAMrQNGV7C4ykbfVTDNaiGmb8PfuiFr2AL8N8JQm/Privex.png"/></a></center>
</td>
<td>
<center><a href="https://www.publish0x.com/?a=YRdG6knybD"><img src="https://images.hive.blog/DQmcb3f3oJvjyxyScbim4gKPAnrHTyXjYtwk7HeC9aTN9Pn/Publish0x.png"/></a></center>
</td>
</tr>
</tr>
</table>

---

Posted with [STEMGeeks](https://stemgeeks.net)
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 223 others
properties (23)
authorbala41288
permlinksteps-to-save-up-space-on-your-hive-engine-witness-server
categoryhive-163521
json_metadata{"tags":["stem","hive-engine","witness","hive","neoxian","palnet","archon","linux","server","logs"],"image":["https://images.hive.blog/DQmdeaRE2sXRTVrHk83ZjW3k8Jy55gStETbdfp7xcMcocKK/image.png","https://images.hive.blog/DQmcrYUQhM2FLc2HhG4NHWdmssaKLVtL6zeYnNE5SUoTUmw/image.png","https://images.hive.blog/DQmbh2iF47BNpKnGPjPzZiGdUbsRwzQDhmGKQYJXuUU5onJ/image.png","https://images.hive.blog/DQmdthy4q4vyefBYmjMJtx7qHBmLnCfP2btiRPhRyc2U8hP/Indiaunited.png","https://images.hive.blog/DQmdm8hKPz9TZL8Gd8bPyeVHm9hfgMqqiHcKL8283RBv2eH/Kanibot.png","https://images.hive.blog/DQma1a9t6rceDQYvMt6FhNkHuUUjAkQssZHrLJcXKfiQBFd/NetboxGlobal.png","https://images.hive.blog/DQmdCZg8z6sxVukSdPm2kXRAhhnySqPZqK9YQ5hco65sp4n/Honeygain.png","https://images.hive.blog/DQmPB85eAMrQNGV7C4ykbfVTDNaiGmb8PfuiFr2AL8N8JQm/Privex.png","https://images.hive.blog/DQmcb3f3oJvjyxyScbim4gKPAnrHTyXjYtwk7HeC9aTN9Pn/Publish0x.png"],"links":["https://www.npmjs.com/package/pm2-logrotate"],"app":"stemgeeks/0.1","format":"markdown","canonical_url":"https://stemgeeks.net/@bala41288/steps-to-save-up-space-on-your-hive-engine-witness-server"}
created2021-10-28 05:27:54
last_update2021-10-28 05:27:54
depth0
children16
last_payout2021-11-04 05:27:54
cashout_time1969-12-31 23:59:59
total_payout_value20.397 HBD
curator_payout_value20.285 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4,648
author_reputation1,522,377,053,944,044
root_title"Steps to save up space on your Hive Engine witness server"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,341,224
net_rshares35,950,214,955,549
author_curate_reward""
vote details (287)
@aiovo ·
$0.13
wow lots of code my head is spinning but good luck mate
👍  
properties (23)
authoraiovo
permlinkr1poib
categoryhive-163521
json_metadata{"tags":["stem"],"app":"stemgeeks/0.1","canonical_url":"https://stemgeeks.net/@aiovo/r1poib"}
created2021-10-28 23:42:00
last_update2021-10-28 23:42:00
depth1
children2
last_payout2021-11-04 23:42:00
cashout_time1969-12-31 23:59:59
total_payout_value0.066 HBD
curator_payout_value0.065 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length55
author_reputation15,911,295,900,579
root_title"Steps to save up space on your Hive Engine witness server"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,358,334
net_rshares114,748,779,941
author_curate_reward""
vote details (1)
@bala41288 ·
lol, take it easy. Cheers!
properties (22)
authorbala41288
permlinkre-aiovo-20211029t133441706z
categoryhive-163521
json_metadata{"tags":["stem"],"app":"ecency/3.0.19-vision","format":"markdown+html"}
created2021-10-29 08:04:42
last_update2021-10-29 08:04:42
depth2
children1
last_payout2021-11-05 08:04:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation1,522,377,053,944,044
root_title"Steps to save up space on your Hive Engine witness server"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,365,124
net_rshares0
@aiovo ·
You as well 😉
properties (22)
authoraiovo
permlinkre-bala41288-20211030t05354657z
categoryhive-163521
json_metadata{"tags":["stem"],"app":"ecency/3.0.23-mobile","format":"markdown+html"}
created2021-10-29 19:53:54
last_update2021-10-29 19:53:54
depth3
children0
last_payout2021-11-05 19:53:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation15,911,295,900,579
root_title"Steps to save up space on your Hive Engine witness server"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,377,567
net_rshares0
@dickturpin ·
$0.15
Logrotate usually deletes old log files? Or am I missing something?
👍  , , ,
properties (23)
authordickturpin
permlinkre-bala41288-20211029t125219413z
categoryhive-163521
json_metadata{"tags":["stem","hive-engine","witness","hive","neoxian","palnet","archon","linux","server","logs"],"app":"ecency/3.0.19-vision","format":"markdown+html"}
created2021-10-29 11:52:18
last_update2021-10-29 11:52:18
depth1
children3
last_payout2021-11-05 11:52:18
cashout_time1969-12-31 23:59:59
total_payout_value0.077 HBD
curator_payout_value0.077 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length67
author_reputation42,250,969,239,964
root_title"Steps to save up space on your Hive Engine witness server"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,368,142
net_rshares134,677,618,691
author_curate_reward""
vote details (4)
@bala41288 ·
$0.02
Logrotate will keep rotating the logs and not let the size of the log file grow. Old log files might need manual deletion. 
👍  , ,
properties (23)
authorbala41288
permlinkre-dickturpin-20211029t23311376z
categoryhive-163521
json_metadata{"tags":["stem","hive-engine","witness","hive","neoxian","palnet","archon","linux","server","logs"],"app":"ecency/3.0.19-vision","format":"markdown+html"}
created2021-10-29 18:01:15
last_update2021-10-29 18:01:15
depth2
children2
last_payout2021-11-05 18:01:15
cashout_time1969-12-31 23:59:59
total_payout_value0.011 HBD
curator_payout_value0.010 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length123
author_reputation1,522,377,053,944,044
root_title"Steps to save up space on your Hive Engine witness server"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,375,650
net_rshares20,738,764,606
author_curate_reward""
vote details (3)
@dickturpin ·
$0.02
You might find this worth a read through.
https://docs.rackspace.com/support/how-to/understanding-logrotate-utility
<p><blockquote><b>Rotate count</b>
The rotate command determines how many archived logs are returned before logrotate starts deleting the older ones. For example:

rotate 4
This command tells logrotate to keep four archived logs at a time. If four archived logs exist when the log is rotated again, the oldest one is deleted to make room for the new archive.</blockquote></p>

👍  , , ,
properties (23)
authordickturpin
permlinkre-bala41288-20211029t21430412z
categoryhive-163521
json_metadata{"tags":["stem","hive-engine","witness","hive","neoxian","palnet","archon","linux","server","logs"],"app":"ecency/3.0.19-vision","format":"markdown+html"}
created2021-10-29 20:43:00
last_update2021-10-29 20:43:00
depth3
children1
last_payout2021-11-05 20:43:00
cashout_time1969-12-31 23:59:59
total_payout_value0.011 HBD
curator_payout_value0.011 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length493
author_reputation42,250,969,239,964
root_title"Steps to save up space on your Hive Engine witness server"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,378,437
net_rshares21,630,183,152
author_curate_reward""
vote details (4)
@ervin-lemark ·
$0.15
Well written. Now I don't need to write it :)

Current disk usage at my witness node:
![](https://images.ecency.com/DQmYBAeR1ZVnGiJvmcKKKyjQi6crAB5LRJWjwC8k1H7ngWL/image.png)

It's very similar to yours.

@tipu curate
👍  , , ,
properties (23)
authorervin-lemark
permlinkre-bala41288-20211029t95959812z
categoryhive-163521
json_metadata{"tags":["stem","hive-engine","witness","hive","neoxian","palnet","archon","linux","server","logs"],"app":"ecency/3.0.19-vision","format":"markdown+html"}
created2021-10-29 08:00:00
last_update2021-10-29 08:00:00
depth1
children2
last_payout2021-11-05 08:00:00
cashout_time1969-12-31 23:59:59
total_payout_value0.078 HBD
curator_payout_value0.076 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length218
author_reputation470,214,285,716,386
root_title"Steps to save up space on your Hive Engine witness server"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,365,042
net_rshares135,999,279,663
author_curate_reward""
vote details (4)
@bala41288 ·
$0.98
Great. That's one of the reasons why I wanted to write this article. I don't have to write it somewhere safe in my notes. It is safe in the blockchain. 😉 !BEER. Thanks for the votes. !BRO
👍  , , ,
properties (23)
authorbala41288
permlinkre-ervin-lemark-20211029t133351717z
categoryhive-163521
json_metadata{"tags":["stem","hive-engine","witness","hive","neoxian","palnet","archon","linux","server","logs"],"app":"ecency/3.0.19-vision","format":"markdown+html"}
created2021-10-29 08:03:51
last_update2021-10-29 08:03:51
depth2
children0
last_payout2021-11-05 08:03:51
cashout_time1969-12-31 23:59:59
total_payout_value0.490 HBD
curator_payout_value0.491 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length187
author_reputation1,522,377,053,944,044
root_title"Steps to save up space on your Hive Engine witness server"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,365,111
net_rshares855,735,055,448
author_curate_reward""
vote details (4)
@beerlover ·
<div class='pull-right'>https://files.peakd.com/file/peakd-hive/beerlover/yiuU6bdf-beerlover20gives20BEER.gif<p><sup><a href='https://hive-engine.com/?p=market&t=BEER'>View or trade </a> <code>BEER</code>.</sup></p></div><center><br> <p>Hey @ervin-lemark, here is a little bit of <code>BEER</code> from @bala41288 for you. Enjoy it!</p> <p>Learn how to <a href='https://peakd.com/beer/@beerlover/what-is-proof-of-stake-with-beer'>earn <b>FREE BEER</b> each day </a> by staking your <code>BEER</code>.</p> </center><div></div>
properties (22)
authorbeerlover
permlinkre-ervinlemark-re-bala41288-20211029t95959812z-20211029t080511841z
categoryhive-163521
json_metadata{"app":"beerlover/2.0"}
created2021-10-29 08:05:12
last_update2021-10-29 08:05:12
depth2
children0
last_payout2021-11-05 08:05:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length526
author_reputation25,782,462,005,030
root_title"Steps to save up space on your Hive Engine witness server"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,365,132
net_rshares0
@hivebuzz ·
Congratulations @bala41288! You have completed the following achievement on the Hive blockchain and have been rewarded with new badge(s) :

<table><tr><td><img src="https://images.hive.blog/60x70/http://hivebuzz.me/@bala41288/replies.png?202110291401"></td><td>You got more than 9250 replies.<br>Your next target is to reach 9500 replies.</td></tr>
</table>

<sub>_You can view your badges on [your board](https://hivebuzz.me/@bala41288) 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="/hivebuzz/@hivebuzz/pud-202111"><img src="https://images.hive.blog/64x128/https://i.imgur.com/805FIIt.jpg"></a></td><td><a href="/hivebuzz/@hivebuzz/pud-202111">Hive Power Up Day - November 1st 2021 - Hive Power Delegation</a></td></tr><tr><td><a href="/hivebuzz/@hivebuzz/pum-202111"><img src="https://images.hive.blog/64x128/https://i.imgur.com/M9RD8KS.png"></a></td><td><a href="/hivebuzz/@hivebuzz/pum-202111">Bee ready for the 2nd Hive Power Up Month challenge!</a></td></tr><tr><td><a href="/halloween/@hivebuzz/halloween-2021"><img src="https://images.hive.blog/64x128/https://i.imgur.com/mxG62WT.png"></a></td><td><a href="/halloween/@hivebuzz/halloween-2021">Trick or Treat - Share your scariest story and get your Halloween badge</a></td></tr></table>

###### Support the HiveBuzz project. [Vote](https://hivesigner.com/sign/update_proposal_votes?proposal_ids=%5B%22109%22%5D&approve=true) for [our proposal](https://peakd.com/me/proposals/147)!
properties (22)
authorhivebuzz
permlinkhivebuzz-notify-bala41288-20211029t142543
categoryhive-163521
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2021-10-29 14:25:42
last_update2021-10-29 14:25:42
depth1
children0
last_payout2021-11-05 14:25:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,652
author_reputation370,017,175,444,610
root_title"Steps to save up space on your Hive Engine witness server"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,371,032
net_rshares0
@pixresteemer ·
<center>![pixresteemer_incognito_angel_mini.png](https://files.peakd.com/file/peakd-hive/pixresteemer/8h7BBw1w-pixresteemer_incognito_angel_mini.png)</center><center>Bang, I did it again... I just rehived your post!</center><center>Week 78 of my [contest](/hive-179017/@pixresteemer/the-re-hive-contest-results-week-77-and-start-week-78) just started...you can now check the winners of the previous week!</center><center><sub>15</sub></center>
properties (22)
authorpixresteemer
permlink20211028t054039629z
categoryhive-163521
json_metadata{"tags":["archon","pixresteemer"],"app":"pixresteemer"}
created2021-10-28 05:40:39
last_update2021-10-28 05:40:39
depth1
children0
last_payout2021-11-04 05:40:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length443
author_reputation121,298,789,693,073
root_title"Steps to save up space on your Hive Engine witness server"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,341,382
net_rshares0
@rishi556 ·
$0.27
I use ncdu(`apt install ncdu`) for finding out whats using my storage. Really nice and easy to use.
👍  , ,
properties (23)
authorrishi556
permlinkre-bala41288-r1p6nq
categoryhive-163521
json_metadata{"tags":["hive-163521"],"app":"peakd/2021.09.1"}
created2021-10-28 17:16:39
last_update2021-10-28 17:16:39
depth1
children3
last_payout2021-11-04 17:16:39
cashout_time1969-12-31 23:59:59
total_payout_value0.136 HBD
curator_payout_value0.135 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length99
author_reputation132,715,629,774,670
root_title"Steps to save up space on your Hive Engine witness server"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,352,108
net_rshares239,354,492,767
author_curate_reward""
vote details (3)
@bala41288 ·
$0.98
Wow, this is great. Thanks. All I had to do was to navigate to `/` and do `ncdu` to get full VM's disk usage. 
👍  , , ,
properties (23)
authorbala41288
permlinkre-rishi556-20211029t13487928z
categoryhive-163521
json_metadata{"tags":["hive-163521"],"app":"ecency/3.0.19-vision","format":"markdown+html"}
created2021-10-29 08:18:06
last_update2021-10-29 08:18:06
depth2
children0
last_payout2021-11-05 08:18:06
cashout_time1969-12-31 23:59:59
total_payout_value0.491 HBD
curator_payout_value0.491 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length110
author_reputation1,522,377,053,944,044
root_title"Steps to save up space on your Hive Engine witness server"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,365,309
net_rshares856,646,911,726
author_curate_reward""
vote details (4)
@beerlover ·
<div class='pull-right'>https://files.peakd.com/file/peakd-hive/beerlover/yiuU6bdf-beerlover20gives20BEER.gif<p><sup><a href='https://hive-engine.com/?p=market&t=BEER'>View or trade </a> <code>BEER</code>.</sup></p></div><center><br> <p>Hey @rishi556, here is a little bit of <code>BEER</code> from @ervin-lemark for you. Enjoy it!</p> <p>Learn how to <a href='https://peakd.com/beer/@beerlover/what-is-proof-of-stake-with-beer'>earn <b>FREE BEER</b> each day </a> by staking your <code>BEER</code>.</p> </center><div></div>
properties (22)
authorbeerlover
permlinkre-rishi556-re-bala41288-r1p6nq-20211029t082047692z
categoryhive-163521
json_metadata{"app":"beerlover/2.0"}
created2021-10-29 08:20:48
last_update2021-10-29 08:20:48
depth2
children0
last_payout2021-11-05 08:20:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length525
author_reputation25,782,462,005,030
root_title"Steps to save up space on your Hive Engine witness server"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,365,352
net_rshares0
@ervin-lemark ·
A cool tool. Thanks!

!BEER
properties (22)
authorervin-lemark
permlinkre-rishi556-20211029t101930637z
categoryhive-163521
json_metadata{"tags":["hive-163521"],"app":"ecency/3.0.19-vision","format":"markdown+html"}
created2021-10-29 08:19:30
last_update2021-10-29 08:19:30
depth2
children0
last_payout2021-11-05 08:19:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length27
author_reputation470,214,285,716,386
root_title"Steps to save up space on your Hive Engine witness server"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id107,365,332
net_rshares0