create account

[ANN] Steem-in-a-box - Hive 0.23.0 HARD FORK released by someguy123

View this thread on: hive.blogpeakd.comecency.com
· @someguy123 · (edited)
$86.69
[ANN] Steem-in-a-box - Hive 0.23.0 HARD FORK released

This is a quick update to inform people on how to switch over Steem-in-a-box (SIAB) to the [Hive fork](https://hive.io).

# [Announcement of Hive network - SteemPeak Post](https://steempeak.com/communityfork/@hiveio/announcing-the-launch-of-hive-blockchain)

![image.png](https://files.steempeak.com/file/steempeak/someguy123/OMkaxP2L-image.png)

As the hard fork is due in approx. 9 hours from now, this post may contain a few small mistakes, and limited information. DM me on Discord or other platforms if you spot any issues :)

Hive is a hard fork of Steem without the Steemit Inc. ninja-mined stake (SINMS).

Today (Friday 20 Mar), Steem will split into two networks: Steem, and Hive.

Witnesses who are showing as `0.23.0` are running the Hive code, and are ready for the chain split: https://www.eztk.net/witnesses.php?id=someguy123

The HF lock-in time is: `20-Mar-2020 @ 14:00 UTC`  (see here for current time: https://time.is/UTC )


# Updating to Hive - 0.23.0

<center>
![](https://steemitimages.com/p/C3TZR1g81UNaPs7vzNXHueW5ZM76DSHWEY7onmfLxcK2iPZUMnU9EjPa5xVQkaCJgceWCAWCkuF1ZREWnGqjvuCze2Ni4epLtGtyGhETCMuc7traBP8CKE6?format=match&mode=fit&width=1280)
</center>

### Updating Steem-in-a-box core files

Updating Steem-in-a-box's **core files** (i.e. the SIAB application itself) is very simple as always:

```sh
cd ~/steem-docker       # Enter the folder containing SIAB
git checkout master     # Ensure you're on the right branch
git pull                # Download and install (merge) any code updates
```

# Updating Steem-in-a-box (SIAB) to Hive 0.23.0

If you are running Steem 0.22.0 or 0.22.1 - you can upgrade directly to Hive 0.23.0 without needing a replay.

If you upgrade after the hard fork time (20-Mar-2020 @ 14:00 UTC), you may have to replay.

### Upgrading non-MIRA 

(i.e. installations using /dev/shm/shared_memory.bin)

```sh
cd ~/steem-docker
# Ensure you're on the 'master' branch
git checkout master
# Update SIAB's "core files" such as run.sh
git pull
# Install the latest image and restart
./run.sh install someguy123/hive:latest
./run.sh restart
```

### Upgrading MIRA

(i.e. installations using RocksDB, such as @privex's [Node-in-a-box servers](https://www.privex.io/articles/steem-node-in-a-box))

```sh
cd ~/steem-docker
# Ensure you're on the 'master' branch
git checkout master
# Update SIAB's "core files" such as run.sh
git pull
# Install the latest Hive MIRA-enabled image and restart
./run.sh install someguy123/hive:latest-mira
./run.sh restart
```

### Building from source

If you don't want to use my binary images, you can build the image manually.

First make sure your Steem-in-a-box core files are up to date, as the new `STEEM_SOURCE` feature is a recent addition in the v2.1.0 release (released 12:13 AM UTC on Mon 24 Feb)

```sh
cd ~/steem-docker
# Ensure you're on the 'master' branch
git checkout master
# Update SIAB's "core files" such as run.sh
git pull

```

Next, you'll want to set the environment variable `STEEM_SOURCE` to the Hive repository `https://github.com/openhive-network/hive.git`

```sh
# Use Hive's Git repository instead of steemit/steem
export STEEM_SOURCE="https://github.com/openhive-network/hive.git"
```

**WARNING:** By default, ENABLE_MIRA is set to ON in the Dockerfile. Despite this, I strongly recommend explicitly specifying it each time, in-case the default is ever changed.

**Building 0.23.0 with MIRA disabled (use shared_memory.bin)**

The below command will build the branch 0.23.0 from Hive's repo, automatically tag it as `steem` (the default image used by `run.sh`), and passes ENABLE_MIRA=OFF to disable MIRA and use shared_memory.bin instead.

```sh
./run.sh build 0.23.0 tag steem 'ENABLE_MIRA=OFF'
```
**Building 0.23.0 with MIRA enabled (use RocksDB)**

The below command will build the branch 0.23.0 from Hive's repo, automatically tag it as `steem` (the default image used by `run.sh`), and passes ENABLE_MIRA=ON to ensure MIRA is enabled (uses RocksDB instead of shared_memory.bin).

```sh
./run.sh build 0.23.0 tag steem 'ENABLE_MIRA=ON'
```



# Installing a new Steem node using Steem-in-a-box

If you'd like to save some time, consider using one of @privex's [Node-in-a-box servers](https://www.privex.io/articles/steem-node-in-a-box). They start from just $40 USD per month, and come pre-installed and pre-replayed with Hive v0.23.0 - so your node will be synced and ready to use within minutes :)

**NOTE:** Pre-ready Hive servers (VPS-HIVE-FIN) are currently restricted to people who have reserved orders in advance, as announced on [the Privex Discord](https://discord.gg/5XrMuSv). We'll be opening the package to the public within a few hours, giving time for customers who've reserved VPS's to finish their orders.

If you'd rather install Steem-in-a-box on a fresh server, please check my HF20 guide at https://steemit.com/witness-category/@someguy123/the-easy-way-to-install-or-upgrade-to-hardfork-20-steem-in-a-box - it's still accurate for HF23


---


<center>![](https://i.giphy.com/media/l378lvuErndt84HII/giphy.gif)</center>

GIF Avatar by @stellabelle

---

Do you like what I'm doing for STEEM/Steemit?
----
[Vote for me to be a witness](https://steemit.com/~witnesses) - every vote counts. 
----
Don't forget to follow me for more like this.
----

---

Have you ever thought about being a witness yourself? Join the [witness channel](https://steem.chat/channel/witness). We're happy to guide you! Join in shaping the STEEM economy.

Are you looking for a new server provider? My company @privex offers highly-reliable and affordable dedicated and virtual servers for STEEM, LTC, and BTC! Check out our website at https://www.privex.io

You can join Privex's public Discord at https://discord.gg/5XrMuSv - we also have a Matrix server, sign up at https://riot.privex.io (or if you have an existing Matrix account, join our General chat at `#privex:privex.io`)

---
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 309 others
👎  
properties (23)
authorsomeguy123
permlinkann-steem-in-a-box-hive-0-23-0-hard-fork-released
categorywitness-update
json_metadata{"app":"steempeak/2020.03.6","format":"markdown","tags":["witness-update","hive","dev","steem","steeminabox"],"users":["hiveio","privex","someguy123","stellabelle"],"links":["https://hive.io","/communityfork/@hiveio/announcing-the-launch-of-hive-blockchain","https://www.eztk.net/witnesses.php?id=someguy123","https://time.is/UTC","/@privex","https://www.privex.io/articles/steem-node-in-a-box","/@privex","https://www.privex.io/articles/steem-node-in-a-box","https://discord.gg/5XrMuSv","/witness-category/@someguy123/the-easy-way-to-install-or-upgrade-to-hardfork-20-steem-in-a-box"],"image":["https://files.steempeak.com/file/steempeak/someguy123/OMkaxP2L-image.png","https://steemitimages.com/p/C3TZR1g81UNaPs7vzNXHueW5ZM76DSHWEY7onmfLxcK2iPZUMnU9EjPa5xVQkaCJgceWCAWCkuF1ZREWnGqjvuCze2Ni4epLtGtyGhETCMuc7traBP8CKE6?format=match&amp;mode=fit&amp;width=1280","https://i.giphy.com/media/l378lvuErndt84HII/giphy.gif"]}
created2020-03-20 04:58:18
last_update2020-03-20 05:04:06
depth0
children15
last_payout2020-03-27 04:58:18
cashout_time1969-12-31 23:59:59
total_payout_value45.022 HBD
curator_payout_value41.665 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5,901
author_reputation103,945,664,283,580
root_title"[ANN] Steem-in-a-box - Hive 0.23.0 HARD FORK released"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,509,624
net_rshares209,751,700,634,768
author_curate_reward""
vote details (374)
@abitcoinskeptic ·
Im too dumb to figure this out now, but I will want to try a mira box later after I figure out my hive.
properties (22)
authorabitcoinskeptic
permlinkre-someguy123-q7h7op
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steempeak/2020.03.6"}
created2020-03-20 05:10:03
last_update2020-03-20 05:10:03
depth1
children0
last_payout2020-03-27 05:10:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length103
author_reputation335,387,091,612,941
root_title"[ANN] Steem-in-a-box - Hive 0.23.0 HARD FORK released"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,509,822
net_rshares0
@cryptopie ·
$0.24
Was the snapshot already done @someguy123
👍  
properties (23)
authorcryptopie
permlinkq7h7dv
categorywitness-update
json_metadata{"users":["someguy123"],"app":"steemit/0.2"}
created2020-03-20 05:03:57
last_update2020-03-20 05:03:57
depth1
children2
last_payout2020-03-27 05:03:57
cashout_time1969-12-31 23:59:59
total_payout_value0.193 HBD
curator_payout_value0.048 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length41
author_reputation829,273,762,379,648
root_title"[ANN] Steem-in-a-box - Hive 0.23.0 HARD FORK released"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id96,509,740
net_rshares1,527,208,967,613
author_curate_reward""
vote details (1)
@someguy123 ·
$0.08
AFAIK, the snapshot occurs when the HF happens. That's when Hive splits into an independent chain from Steem.

The HF locks in at: `20-Mar-2020 @ 14:00 UTC`
👍  , ,
properties (23)
authorsomeguy123
permlinkre-cryptopie-q7h7gg
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steempeak/2020.03.6"}
created2020-03-20 05:05:03
last_update2020-03-20 05:05:03
depth2
children1
last_payout2020-03-27 05:05:03
cashout_time1969-12-31 23:59:59
total_payout_value0.038 HBD
curator_payout_value0.037 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length156
author_reputation103,945,664,283,580
root_title"[ANN] Steem-in-a-box - Hive 0.23.0 HARD FORK released"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,509,755
net_rshares336,458,048,365
author_curate_reward""
vote details (3)
@cryptopie · (edited)
Ok that is very good to know :D
Thanks very much.
properties (22)
authorcryptopie
permlinkq7h81s
categorywitness-update
json_metadata{"app":"steemit/0.2"}
created2020-03-20 05:17:54
last_update2020-03-20 05:18:21
depth3
children0
last_payout2020-03-27 05:17: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_length49
author_reputation829,273,762,379,648
root_title"[ANN] Steem-in-a-box - Hive 0.23.0 HARD FORK released"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id96,509,936
net_rshares0
@jaalig · (edited)
The people behind Hive have moved with blistering speed while keeping the community abreast of upcoming changes and immediate goals. This seems to have help of avoid the communication shortfalls that routinely plague Steemit. Wish the Hive team a successful start and that they will deliver on their promises.
properties (22)
authorjaalig
permlinkre-someguy123-q7hqj2
categorywitness-update
json_metadata{"app":"hiveblog/0.1"}
created2020-03-20 11:57:06
last_update2020-03-26 09:11:42
depth1
children0
last_payout2020-03-27 11:57:06
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_length309
author_reputation4,175,790,850,878
root_title"[ANN] Steem-in-a-box - Hive 0.23.0 HARD FORK released"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,516,793
net_rshares0
@klye ·
$0.19
Great work on this captain!
👍  
properties (23)
authorklye
permlinkre-someguy123-q7h7na
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steempeak/2020.03.6"}
created2020-03-20 05:09:12
last_update2020-03-20 05:09:12
depth1
children0
last_payout2020-03-27 05:09:12
cashout_time1969-12-31 23:59:59
total_payout_value0.160 HBD
curator_payout_value0.030 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length27
author_reputation401,073,947,379,813
root_title"[ANN] Steem-in-a-box - Hive 0.23.0 HARD FORK released"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,509,810
net_rshares1,297,100,131,661
author_curate_reward""
vote details (1)
@mattsanthonyit ·
Good job for us " Professor"

Posted using [Partiko Android](https://partiko.app/referral/mattsanthonyit)
properties (22)
authormattsanthonyit
permlinkmattsanthonyit-re-someguy123-ann-steem-in-a-box-hive-0-23-0-hard-fork-released-20200320t060312959z
categorywitness-update
json_metadata{"app":"partiko","client":"android"}
created2020-03-20 06:03:15
last_update2020-03-20 06:03:15
depth1
children0
last_payout2020-03-27 06:03:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length105
author_reputation1,252,236,129,033,531
root_title"[ANN] Steem-in-a-box - Hive 0.23.0 HARD FORK released"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,510,646
net_rshares0
@reviewzzz ·
Good Luck
I an very interested and waiting ..
properties (22)
authorreviewzzz
permlinkre-someguy123-2020320t71937541z
categorywitness-update
json_metadata{"tags":["witness-update","hive","dev","steem","steeminabox"],"app":"esteem/2.2.4-mobile","format":"markdown+html","community":"hive-125125"}
created2020-03-20 05:19:39
last_update2020-03-20 05:19:39
depth1
children0
last_payout2020-03-27 05:19: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_length45
author_reputation56,949,890,182,818
root_title"[ANN] Steem-in-a-box - Hive 0.23.0 HARD FORK released"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,509,975
net_rshares0
@sn0n ·
If I follow the old guide, hf-20, does that still require the 64 gb ram? Or is 8 (16) enough? Was debating taking the plunge and figuring it out finally.... 
properties (22)
authorsn0n
permlinkre-someguy123-q7hde3
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steempeak/2020.03.6"}
created2020-03-20 07:13:18
last_update2020-03-20 07:13:18
depth1
children1
last_payout2020-03-27 07:13:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length157
author_reputation22,159,388,655,080
root_title"[ANN] Steem-in-a-box - Hive 0.23.0 HARD FORK released"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,511,862
net_rshares0
@techcoderx ·
8GB of RAM is enough for a low memory consensus witness node
properties (22)
authortechcoderx
permlinkre-sn0n-2020320t2173614z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"esteem/2.2.3-surfer","format":"markdown+html","community":"esteem.app"}
created2020-03-20 13:07:06
last_update2020-03-20 13:07:06
depth2
children0
last_payout2020-03-27 13:07:06
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_length60
author_reputation40,067,192,832,138
root_title"[ANN] Steem-in-a-box - Hive 0.23.0 HARD FORK released"
beneficiaries
0.
accountesteemapp
weight300
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,518,294
net_rshares0
@tarekadam ·
Thank you for your work to make setting up a hive node accessible to anyone. I surely give it a try!
properties (22)
authortarekadam
permlinkre-someguy123-q7hn6z
categorywitness-update
json_metadata{"tags":["witness-update"],"app":"steempeak/2020.03.6"}
created2020-03-20 10:45:00
last_update2020-03-20 10:45:00
depth1
children0
last_payout2020-03-27 10:45:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length100
author_reputation50,067,632,441,817
root_title"[ANN] Steem-in-a-box - Hive 0.23.0 HARD FORK released"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,515,573
net_rshares0
@tijnski ·
i hope the platform will be big and that we can have a nice and big community
properties (22)
authortijnski
permlinkq7igx3
categorywitness-update
json_metadata{"app":"hiveblog/0.1"}
created2020-03-20 21:27:03
last_update2020-03-20 21:27:03
depth1
children0
last_payout2020-03-27 21:27:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length77
author_reputation644,681,067,483
root_title"[ANN] Steem-in-a-box - Hive 0.23.0 HARD FORK released"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,523,697
net_rshares0
@tonytrillions ·
!giphy awesome

Posted using [Partiko Android](https://partiko.app/referral/tonytrillions)
properties (22)
authortonytrillions
permlinktonytrillions-re-someguy123-ann-steem-in-a-box-hive-0-23-0-hard-fork-released-20200320t130231434z
categorywitness-update
json_metadata{"app":"partiko","client":"android"}
created2020-03-20 13:02:33
last_update2020-03-20 13:02:33
depth1
children1
last_payout2020-03-27 13:02: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_length90
author_reputation54,370,171,674,029
root_title"[ANN] Steem-in-a-box - Hive 0.23.0 HARD FORK released"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,518,199
net_rshares0
@giphy ·
<img src="https://media0.giphy.com/media/TgrXouvj1MwKoREXap/giphy.gif?cid=0aaf8a740990f0199dfb0d05d3c8cb94bffd724c5f2c159c&rid=giphy.gif" /><br><a href="https://giphy.com/gifs/congratulations-high-four-tiny-five-TgrXouvj1MwKoREXap"><img src="https://files.steempeak.com/file/steempeak/echobourdon/SCyDAmrs-PoweredBy_200px-White_HorizLogo.png" /></a><br><hr>giphy is supported by witness <a href="https://untersatz.steem.design">untersatz</a>!
👍  ,
properties (23)
authorgiphy
permlinkmwgqx03j878
categorywitness-update
json_metadata""
created2020-03-20 13:02:42
last_update2020-03-20 13:02:42
depth2
children0
last_payout2020-03-27 13:02: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_length442
author_reputation1,297,028,681,726
root_title"[ANN] Steem-in-a-box - Hive 0.23.0 HARD FORK released"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,518,203
net_rshares0
author_curate_reward""
vote details (2)
@weedcash.rewards ·
So awesome to be here!  Thanks.
properties (22)
authorweedcash.rewards
permlinkq7i0bt
categorywitness-update
json_metadata{"app":"hiveblog/0.1"}
created2020-03-20 15:28:30
last_update2020-03-20 15:28:30
depth1
children0
last_payout2020-03-27 15:28:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length31
author_reputation9,095,115,394,861
root_title"[ANN] Steem-in-a-box - Hive 0.23.0 HARD FORK released"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,519,756
net_rshares0