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

From @someguy123 at 2020/03/20 04:58:18 (UTC). Show on Ecosynthesizer.
Body
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`) ---
witness-update #witness-update #hive #dev #steem #steeminabox
Voters
Voter Time PCT rShares Weight
@tombstone 2020/03/20 12:40:42. 22.5% 7,463,830,585,052 355,703
@liondani 2020/03/20 23:42:33. 77% 2,502,757,392,518 117,045
@ajvest 2020/03/20 05:01:57. 50% 796,214,081 94
@bue 2020/03/20 18:53:15. 100% 955,529,021,571 45,035
@boombastic 2020/03/20 12:40:45. 75% 8,983,579,657 456
@pairmike 2020/03/20 12:40:45. 75% 612,896,209 31
@drifter1 2020/03/20 12:40:45. 75% 13,050,909,312 662
@teamsteem 2020/03/20 13:43:09. 100% 972,847,964 46
@klye 2020/03/20 05:09:00. 100% 52,252,155,419 4,301
@argsolver 2020/03/20 07:10:39. 21% 2,072,871,951 182
@stellabelle 2020/03/20 15:46:51. 100% 39,301,591,634 1,856
@thecryptodrive 2020/03/20 05:03:27. 15% 437,715,342,722 58,394
@cheftony 2020/03/20 12:40:45. 75% 526,019,721,516 26,094
@norbu 2020/03/20 05:40:42. 24.8% 44,557,852,505 4,121
@ydm6669 2020/03/20 13:31:00. 100% 21,702,956,312 1,041
@roelandp 2020/03/20 05:13:30. 50% 3,583,796,172,629 352,195
@matt-a 2020/03/20 12:40:33. 35% 1,130,037,262,958 38,526
@stealthtrader 2020/03/20 06:42:03. 100% 32,195,751,971 2,894
@ausbitbank 2020/03/20 06:45:06. 100% 1,654,741,277,628 146,553
@diana.catherine 2020/03/20 12:40:45. 75% 10,530,607,167 523
@nascimentoab 2020/03/20 09:16:42. 100% 4,040,697,143 292
@streetstyle 2020/03/20 06:04:06. 30% 365,012,956,573 33,424
@arcange 2020/03/20 05:14:42. 3% 46,807,717,867 4,372
@deanliu 2020/03/20 05:03:15. 100% 1,965,339,482,178 280,188
@raphaelle 2020/03/20 05:15:48. 3% 970,488,784 91
@greenman 2020/03/20 13:41:51. 100% 2,828,356,890,657 134,696
@daynewright 2020/03/20 05:30:03. 50% 23,206,910,501 2,151
@laoyao 2020/03/20 05:03:24. 100% 45,066,591,625 6,092
@somebody 2020/03/20 05:03:12. 100% 13,534,349,433 2,019
@midnightoil 2020/03/20 05:03:03. 100% 158,066,249,264 23,916
@abiky 2020/03/20 23:01:12. 100% 1,509,595,458 71
@xiaohui 2020/03/20 05:03:39. 100% 894,777,604,854 108,162
@oflyhigh 2020/03/20 05:03:42. 100% 4,410,037,488,433 468,185
@xiaokongcom 2020/03/20 05:03:33. 100% 214,568,277 29
@fingolfin 2020/03/20 13:36:36. 100% 46,522,213,265 2,229
@yulan 2020/03/20 05:03:27. 100% 16,283,729,713 2,145
@azizbd 2020/03/20 05:11:27. 20% 10,932,204,378 862
@rmach 2020/03/20 11:28:09. 100% 48,617,274,680 3,186
@sc-steemit 2020/03/20 05:25:48. 15% 17,198,398,647 1,598
@chinadaily 2020/03/20 05:03:21. 100% 50,193,531,839 6,803
@helene 2020/03/20 05:03:36. 100% 1,177,298,755,471 150,290
@gammagooblin 2020/03/20 12:40:45. 75% 24,170,514,380 1,203
@steevc 2020/03/20 06:39:03. 44% 247,531,925,344 22,305
@ethansteem 2020/03/20 05:03:06. 100% 355,470,915,344 52,824
@andrewawerdna 2020/03/20 05:21:54. 100% 422,499,250 40
@shadowspub 2020/03/20 05:01:45. 6% 6,315,513,717 710
@oldtimer 2020/03/20 05:09:15. 35% 959,178,211,339 77,290
@aggroed 2020/03/20 11:26:09. 100% 5,604,784,946,735 383,019
@leoplaw 2020/03/21 08:57:30. 100% 13,141,374,927 609
@joanstewart 2020/03/20 05:16:45. 10% 4,636,718,159 433
@dexter-k 2020/03/20 12:40:45. 37.5% 68,511,339,572 3,389
@tarekadam 2020/03/20 10:23:24. 100% 27,257,868,627 1,949
@donchate 2020/03/20 05:47:03. 100% 2,031,465,398 188
@ansharphoto 2020/03/20 12:40:45. 75% 116,708,930,205 5,769
@r0nd0n 2020/03/20 05:05:18. 100% 7,418,634,499 665
@ura-soul 2020/03/20 05:58:54. 100% 336,058,424,138 30,958
@steemtruth 2020/03/20 05:17:51. 1% 161,152,667 15
@simonjay 2020/03/20 12:20:00. 2% 6,254,689,650 406
@barton26 2020/03/20 10:34:12. 100% 17,479,085,556 1,249
@lalala 2020/03/20 05:03:09. 100% 17,323,911,627 2,573
@roguewriter 2020/03/20 12:40:54. 75% 140,360,930,687 6,869
@jamzed 2020/03/20 05:14:27. 100% 103,460,155,580 9,826
@builderofcastles 2020/03/20 05:32:54. 25% 19,221,065,065 1,780
@oleg326756 2020/03/20 05:12:54. 20% 8,268,964,082 848
@devilwsy 2020/03/20 05:02:36. 100% 3,164,923,846 436
@janiceting 2020/03/20 05:03:39. 100% 3,172,489,708 393
@yadamaniart 2020/03/20 05:12:54. 50% 40,382,515,059 4,145
@trieuvinhkim 2020/03/20 05:48:45. 100% 2,915,416,516 269
@zedikaredirect 2020/03/20 22:38:00. 100% 23,130,767,693 1,087
@v4vapid 2020/03/20 08:36:15. 100% 10,637,713,942,240 848,640
@shafay 2020/03/20 12:40:45. 75% 16,009,928,560 785
@blackbunny 2020/03/20 05:03:18. 100% 70,296,260,225 9,559
@steemcenterwiki 2020/03/20 05:18:24. 5% 1,123,772,207 104
@cpol 2020/03/20 05:29:00. 100% 30,920,073,153 2,867
@lingfei 2020/03/20 05:03:12. 100% 80,325,765,470 12,018
@jinotech 2020/03/20 10:47:33. 100% 653,483,462 46
@yyyy 2020/03/20 05:03:30. 100% 448,459,596 59
@elmetro 2020/03/20 14:44:24. 100% 198,743,129,546 9,393
@borislavzlatanov 2020/03/20 08:21:57. 100% 106,345,808,868 9,246
@nasgu 2020/03/20 12:40:45. 75% 131,464,222,493 6,667
@azzurra92 2020/03/20 12:40:45. 75% 12,816,387,947 628
@elevator09 2020/03/20 12:40:45. 75% 42,459,618,461 2,111
@sarasate 2020/03/20 12:40:45. 75% 79,343,885,648 3,942
@tyzzzz 2020/03/20 12:40:45. 75% 2,552,100,985 125
@passion-fruit 2020/03/20 07:54:18. 100% 7,005,634,133 610
@fortune-master 2020/03/20 07:53:39. 100% 7,048,584,316 613
@melooo182 2020/03/20 05:42:54. 50% 26,824,105,274 2,479
@ak892n 2020/03/20 05:21:51. 100% 455,758,652 42
@vannfrik 2020/03/20 12:40:45. 60% 26,306,073,643 1,308
@scrooger 2020/03/20 05:12:57. 100% 67,323,160,898 6,838
@robi 2020/03/20 12:40:45. 75% 54,877,488,652 2,711
@bargolis 2020/03/20 12:40:45. 75% 10,296,080,067 522
@forykw 2020/03/20 07:53:15. 100% 201,899,869,734 17,603
@ribalinux 2020/03/20 12:40:45. 75% 66,406,580,121 3,280
@mrstaf 2020/03/20 05:00:27. 50% 1,800,265,742 385
@roomservice 2020/03/20 12:40:45. 75% 1,276,639,007,757 63,843
@fredrikaa 2020/03/20 12:45:42. 100% 1,880,332,275,258 91,043
@khunfarang 2020/03/20 05:00:30. 100% 551,372,923 120
@sustainablyyours 2020/03/20 12:40:45. 37.5% 23,270,431,375 1,160
@malicered 2020/03/20 05:28:24. 100% 89,690,640,460 8,325
@isaria 2020/03/21 05:21:24. 25% 219,726,054,587 10,186
@berlinmoonlight 2020/03/20 05:21:57. 100% 662,458,725 61
@tomaszs77 2020/03/20 12:05:18. 100% 110,691,566,289 7,197
@schoolforsdg4 2020/03/20 05:11:24. 20% 39,162,261,807 3,090
@coquiunlimited 2020/03/20 05:27:54. 42% 5,140,655,986 477
@exec 2020/03/20 05:02:33. 100% 236,662,166,048 32,424
@eval 2020/03/20 04:58:27. 100% 833,375,473 12
@duanesworld 2020/03/20 06:35:12. 100% 37,799,943,183 3,414
@adrenalinewings 2020/03/20 04:58:21. 29% 45,065,126 0
@idas4you 2020/03/20 12:40:45. 75% 37,664,863,660 1,871
@kalinka 2020/03/20 12:40:45. 75% 30,015,992,194 1,470
@mahdiyari 2020/03/20 09:51:03. 100% 259,868,133,823 18,634
@guchtere 2020/03/20 05:32:54. 50% 4,745,256,372 439
@techken 2020/03/20 04:59:12. 10% 2,436,650,217 219
@gpenco 2020/03/20 05:29:54. 100% 14,791,150,317 1,370
@insteem 2020/03/20 12:40:48. 75% 13,578,428,692 665
@d-pend 2020/03/20 05:14:36. 50% 887,348,846,674 83,544
@gunthertopp 2020/03/20 12:40:45. 30% 1,570,519,923,808 77,280
@lupo 2020/03/20 12:40:48. 75% 20,519,767,352 1,005
@britcoins 2020/03/20 05:16:24. 100% 1,786,734,211 167
@cryptopie 2020/03/20 05:03:06. 40% 227,597,383,644 34,405
@vallesleoruther 2020/03/20 13:00:27. 100% 82,252,711,446 3,960
@nolasco 2020/03/20 05:42:54. 10% 2,077,316,294 192
@drorion 2020/03/20 13:13:45. 100% 530,100,777,604 25,483
@felt.buzz 2020/03/20 05:07:03. 20% 16,848,309,355 1,409
@jesus.christ 2020/03/20 05:02:03. 5% 470,415,061 57
@pachu 2020/03/20 12:47:39. 100% 2,085,950,497 101
@themarkymark 2020/03/20 05:01:24. 20% 2,659,167,893,071 623,323
@macchiata 2020/03/20 12:40:33. 50% 12,065,097,735 408
@onethousandwords 2020/03/20 05:12:57. 50% 1,983,956,555 201
@davidcashtv 2020/03/20 05:05:57. 100% 550,926,125 45
@arvindkumar 2020/03/20 12:40:45. 75% 9,093,031,848 456
@msp-waves 2020/03/20 05:05:36. 100% 1,066,368,167,836 91,290
@podnikatel 2020/03/20 12:40:45. 7.5% 4,365,034,372 217
@vimukthi 2020/03/20 15:28:45. 100% 6,078,449,825 288
@marioborgez 2020/03/20 05:40:27. 100% 3,051,929,840 282
@faustofraser 2020/03/20 05:17:54. 50% 1,360,573,318 127
@hdmed 2020/03/20 05:12:57. 100% 41,283,754,600 4,197
@sunisa 2020/03/20 12:40:45. 52.5% 21,152,106,084 1,060
@theleapingkoala 2020/03/20 05:17:54. 25% 3,822,744,365 355
@dream.trip 2020/03/20 05:38:12. 40% 2,478,322,246 230
@nascimentocb 2020/03/20 09:16:45. 100% 984,959,835 70
@garudi 2020/03/20 05:12:57. 100% 6,531,807,151 670
@free999enigma 2020/03/20 13:43:06. 100% 136,314,970,865 6,449
@crokkon 2020/03/20 06:43:24. 100% 38,714,488,759 3,479
@buildawhale 2020/03/20 05:01:39. 20% 8,775,414,876,029 1,246,506
@torachibi 2020/03/20 05:12:57. 50% 4,222,288,314 429
@cooknbake 2020/03/20 05:32:54. 10% 1,081,254,128 101
@unimelb 2020/03/20 05:02:03. 47% 220,097,875 27
@kamikaze 2020/03/20 05:04:30. 100% 101,293,891,730 9,585
@apasia.tech 2020/03/20 05:00:24. 100% 6,986,700,731 1,462
@chinchilla 2020/03/20 08:41:12. 100% 204,966,329,229 14,995
@therealwolf 2020/03/20 12:40:45. 75% 5,003,969,195,409 256,997
@scorer 2020/03/20 08:50:27. 100% 221,184,711,680 16,129
@szabolcs 2020/03/20 12:40:45. 75% 27,925,836,219 1,380
@majes.tytyty 2020/03/20 05:17:24. 20% 228,150,444,862 21,253
@cryptonewz 2020/03/20 15:14:48. 100% 20,990,795,712 991
@espoem 2020/03/20 05:13:00. 5% 11,763,721,213 1,194
@steembet.asia 2020/03/20 05:30:33. 100% 546,009,506 50
@alexanderrigov 2020/03/20 05:12:57. 50% 1,021,551,837 103
@filipino 2020/03/20 06:32:57. 10% 262,566,613 23
@upme 2020/03/20 12:40:45. 75% 80,347,636,265 3,977
@hannesl 2020/03/20 12:40:45. 75% 42,084,589,323 2,061
@qurator 2020/03/20 05:12:48. 100% 9,422,967,690,903 838,799
@backtomining 2020/03/20 12:45:57. 30% 23,863,791,871 1,150
@kimchi-king 2020/03/20 05:00:27. 50% 1,541,049,977 330
@homhai 2020/03/20 05:01:54. 100% 649,471,199 76
@soloinfinity 2020/03/20 05:12:51. 100% 690,990,858 71
@angelro 2020/03/20 05:12:57. 50% 4,189,920,814 426
@anutta 2020/03/20 13:02:57. 47.25% 1,957,936,875 95
@qifenggan 2020/03/20 12:40:45. 75% 1,859,175,070 91
@postpromoter 2020/03/20 12:40:33. 100% 5,081,060,239,492 179,028
@prudent-rod1 2020/03/20 05:42:54. 50% 998,648,303 92
@sagarthukral 2020/03/20 12:40:45. 75% 11,398,232,615 578
@smartsteem 2020/03/20 12:40:36. 75% 16,893,001,434,804 525,206
@robertomarinello 2020/03/20 12:40:45. 75% 21,192,543,827 1,038
@steeminer4up 2020/03/20 09:46:54. 50% 1,136,653,334 81
@open-asset 2020/03/20 05:00:27. 100% 549,243,469 117
@ocupation 2020/03/20 10:43:18. 100% 217,357,024,371 15,510
@skycae 2020/03/20 05:13:57. 70% 9,375,515,192 891
@qustodian 2020/03/20 05:12:57. 100% 302,297,228,563 30,902
@bebeomega 2020/03/20 12:40:45. 75% 2,554,203,240 127
@geekpowered 2020/03/20 05:08:03. 100% 54,842,357,183 4,579
@alexs1320 2020/03/20 12:51:33. -100% -19,050,788,328 0
@zainejj 2020/03/20 12:40:45. 75% 2,909,101,856 145
@smooms 2020/03/20 12:40:45. 75% 103,001,891,855 5,094
@zipsardinia 2020/03/20 12:40:45. 75% 17,976,528,573 890
@upmyvote 2020/03/20 05:01:36. 20% 12,288,426,511 2,216
@elbrava 2020/03/20 11:39:18. 60% 3,890,410,289 254
@abitcoinskeptic 2020/03/20 05:08:18. 41% 275,369,894,394 22,828
@camillius 2020/03/20 05:13:54. 50% 562,889,257 53
@wehmoen 2020/03/20 05:05:12. 100% 1,139,969,913,562 104,888
@spiritualmax 2020/03/20 12:40:45. 75% 14,277,189,614 725
@shawncrypto 2020/03/20 05:42:54. 100% 733,820,229 69
@hijosdelhombre 2020/03/20 09:51:06. 50% 40,063,920,384 2,866
@roundbeargames 2020/03/20 11:24:57. 100% 2,946,517,646 210
@smartmarket 2020/03/20 12:40:45. 75% 2,067,181,414,965 104,187
@anarchojeweler 2020/03/20 05:42:54. 25% 593,312,210 55
@itsben 2020/03/20 05:12:57. 33% 513,710,301 52
@jun04035 2020/03/20 12:40:45. 75% 1,054,795,558 53
@womenempowerment 2020/03/20 05:11:27. 20% 9,493,715,825 747
@errajesh 2020/03/20 12:40:45. 75% 23,990,334,663 1,195
@ran.koree 2020/03/20 05:12:54. 50% 638,665,066 66
@soufiani 2020/03/20 05:12:54. 40% 40,966,517,415 4,208
@gribouille 2020/03/20 05:12:54. 50% 2,529,464,169 259
@pandasquad 2020/03/20 12:40:33. 50% 1,327,097,320 45
@nedy 2020/03/20 12:40:45. 75% 50,035,153,808 2,615
@nwjordan 2020/03/20 05:42:54. 75% 11,829,006,862 1,093
@qtip 2020/03/20 05:12:57. 100% 27,283,568,326 2,776
@ipromote 2020/03/20 05:01:36. 20% 275,393,255,973 50,948
@asgarth 2020/03/20 08:52:15. 50% 858,652,143,125 62,099
@layra 2020/03/20 12:40:45. 75% 25,430,353,916 1,321
@forester-joe 2020/03/20 12:40:36. 35% 18,366,439,233 524
@btccurrency1 2020/03/20 05:30:06. 100% 67,725,638 6
@goldenproject 2020/03/20 05:13:24. 30% 13,457,395,470 1,365
@miroslavrc 2020/03/20 12:40:33. 50% 94,355,883,285 3,196
@foxyspirit 2020/03/20 05:27:54. 30% 8,976,494,826 834
@lordjames 2020/03/20 12:40:42. 37.5% 63,534,023,650 3,320
@steemql 2020/03/20 12:40:51. 75% 1,027,067,324 50
@abwasserrohr 2020/03/20 11:49:36. 100% 20,099,010,898 1,308
@kyuubi 2020/03/20 12:40:45. 75% 97,975,248,706 4,884
@immanuel94 2020/03/20 11:49:33. 100% 330,060,654,982 21,546
@spe3dy123 2020/03/20 12:40:45. 75% 824,669,489 42
@qberry 2020/03/20 05:12:57. 50% 51,676,064,091 5,265
@thevote 2020/03/20 12:40:33. 33% 40,870,750,922 1,384
@skyroad 2020/03/20 11:49:36. 100% 10,939,544,813 713
@bcfriday 2020/03/20 05:27:54. 100% 551,163,447 52
@khayziljoy 2020/03/20 05:22:00. 100% 74,360,677 8
@namuninja 2020/03/20 12:40:45. 75% 3,939,779,220 193
@aduwahsp 2020/03/20 05:19:27. 75% 436,002,535 41
@qurator-tier-0 2020/03/20 05:12:57. 100% 10,912,115,457 1,113
@occpresents 2020/03/20 05:12:51. 50% 1,697,810,082 174
@andreasgrubhofer 2020/03/20 11:29:30. 12% 13,871,807,575 908
@srijana-gurung 2020/03/20 12:40:45. 75% 27,376,167,311 1,387
@indayclara 2020/03/20 05:42:54. 50% 1,966,467,472 182
@atanas007 2020/03/22 18:39:57. 100% 9,600,577,297 445
@hatoto 2020/03/20 12:40:45. 75% 134,829,941,630 6,714
@crystalhuman 2020/03/20 12:40:36. 100% 10,520,336,455 300
@spreadfire1 2020/03/20 12:40:45. 75% 65,754,778,940 3,330
@minerthreat 2020/03/20 12:40:45. 75% 260,961,717,138 12,983
@ntowl 2020/03/20 05:17:54. 50% 3,331,691,618 310
@qberryfarms 2020/03/20 05:12:57. 25% 1,168,444,158 119
@mikemoi 2020/03/20 12:40:45. 75% 94,278,968,365 4,778
@famigliacurione 2020/03/20 05:03:24. 11.7% 1,989,866,773 269
@bdmillergallery 2020/03/20 12:40:33. 10% 36,728,601,077 1,243
@trentox 2020/03/20 11:49:39. 100% 622,143,096 40
@inb4 2020/03/20 12:40:54. 75% 1,383,690,042,547 67,491
@stay4true 2020/03/20 12:40:45. 75% 1,130,664,872 58
@maxdm 2020/03/20 11:32:03. 100% 67,347,424,158 4,410
@smarmy 2020/03/20 05:12:57. 50% 947,036,270 97
@sniper555 2020/03/20 14:39:54. 100% 27,970,907,573 1,323
@dzoji 2020/03/20 05:12:57. 50% 1,469,124,393 151
@mariajruizb 2020/03/20 05:12:51. 50% 3,711,323,364 382
@dabstar 2020/03/20 12:42:45. 100% 541,901,486 26
@dieantwoord 2020/03/20 12:40:42. 100% 550,050,945 29
@dabstars 2020/03/20 12:41:45. 100% 546,986,998 27
@yougotavote 2020/03/20 12:40:33. 60% 2,410,617,739 82
@akmalz 2020/03/20 05:05:57. 10% 106,063,237 9
@apshamilton 2020/03/20 06:21:15. 100% 274,435,475,288 24,977
@mandalaflower 2020/03/20 05:12:51. 50% 1,051,509,409 107
@magneticstorm 2020/03/20 12:40:42. 100% 544,489,641 29
@blewitt 2020/03/20 05:12:54. 1% 27,884,966,614 2,861
@hemo 2020/03/20 05:12:57. 50% 1,207,348,081 123
@mrnightmare89 2020/03/20 12:40:45. 7.5% 3,644,120,009 181
@donald.porter 2020/03/20 12:40:45. 31.5% 36,752,517,353 1,800
@ocdb 2020/03/20 12:40:27. 100% 47,047,638,368,977 2,281,115
@xmrking 2020/03/20 12:40:45. 75% 29,556,213,144 1,448
@csy 2020/03/20 12:40:45. 75% 153,446,862,209 7,600
@mrandreas 2020/03/20 05:00:30. 100% 541,137,549 118
@steem.craft 2020/03/20 11:49:36. 100% 23,888,320,600 1,555
@hamismsf 2020/03/20 06:24:21. 25% 129,994,594,235 11,759
@xperiment 2020/03/20 12:40:51. 75% 1,590,233,275 78
@drinkyouroj 2020/03/20 12:40:45. 75% 5,547,902,712 281
@jcbit 2020/03/20 12:40:45. 75% 1,152,101,115,466 60,028
@ndtuan89 2020/03/20 15:24:30. -100% -138,985,296 0
@dronegraphica 2020/03/20 05:13:57. 50% 19,350,883,148 1,840
@steem.moon 2020/03/20 05:12:51. 100% 767,139,030 80
@deepdives 2020/03/20 13:31:06. 100% 20,698,477,003 992
@dunnomix 2020/03/20 05:12:57. 100% 619,288,104 63
@dianation 2020/03/20 05:20:33. 100% 546,436,487 50
@deathcross 2020/03/23 21:28:27. 100% 136,592,411,418 6,325
@minimining 2020/03/20 05:12:57. 50% 11,240,239,733 1,145
@steempals 2020/03/20 12:40:39. 100% 551,022,416 16
@tipsybosphorus 2020/03/20 05:13:33. 15% 57,884,735,979 5,508
@dikkie 2020/03/20 05:12:54. 50% 662,020,856 69
@asforex 2020/03/20 05:22:00. 100% 533,882,483 49
@xperiment1 2020/03/20 12:40:51. 37.5% 910,094,279 45
@digital-jesus 2020/03/20 05:00:30. 100% 540,259,341 118
@drfk 2020/03/20 12:40:45. 37.5% 49,277,995,247 2,416
@steem.gulraiz 2020/03/20 05:12:57. 100% 558,599,388 57
@macoolette 2020/03/20 12:55:36. 20% 270,306,192,304 13,023
@blarchive 2020/03/20 05:05:27. 100% 517,778,452,363 45,888
@colecornell 2020/03/20 12:40:45. 75% 4,051,673,237 200
@adyorka 2020/03/20 05:13:54. 40% 814,342,595 77
@new-steemit 2020/03/20 12:40:45. 75% 41,800,338,723 2,049
@solarphasing 2020/03/20 05:12:51. 5% 695,442,165 71
@marki99 2020/03/20 13:15:39. 100% 249,078,808,451 11,954
@megadrive 2020/03/20 05:04:30. 100% 132,045,755,552 12,562
@crypt0renegade 2020/03/20 12:40:45. 75% 82,272,281,953 4,175
@azli13 2020/03/20 05:12:54. 50% 2,536,230,643 260
@jpbliberty 2020/03/20 06:24:21. 25% 156,220,791,874 14,165
@swiftcash 2020/03/20 05:02:03. 5% 21,898,784,867 2,674
@maarkhor 2020/03/20 12:40:33. 100% 4,064,874,626 137
@aadesign 2020/03/20 05:12:51. 100% 542,523,567 56
@steemegg 2020/03/20 12:40:45. 75% 23,891,798,846 1,187
@steemtank 2020/03/20 12:40:45. 75% 14,435,879,802 755
@jamesbattler 2020/03/20 13:17:24. 100% 96,501,930,253 4,628
@darrenfj 2020/03/20 05:38:15. 25% 29,720,502,046 2,751
@andresurrego 2020/03/20 12:40:45. 75% 36,828,455,551 1,869
@elizabethharvey 2020/03/20 12:40:45. 75% 15,405,100,403 762
@steemdapps 2020/03/20 12:40:45. 75% 63,817,355,698 3,181
@simply-happy 2020/03/20 12:40:39. 67.5% 29,167,875,395 829
@hans001 2020/03/22 07:58:00. 100% 38,065,962,015 1,763
@aaronkroeblinger 2020/03/20 12:40:45. 75% 25,770,684,794 1,276
@jackramsey 2020/03/20 05:12:57. 85% 17,653,445,045 1,797
@epicdice 2020/03/20 12:40:39. 22.5% 480,544,640,267 13,697
@sheronlarocc 2020/03/20 05:11:30. 100% 739,919,217 59
@thecryptohoarder 2020/03/20 12:40:45. 20% 6,100,748,002 303
@loudutim 2020/03/20 08:23:42. 100% 7,371,053,743 641
@kheys 2020/03/20 05:12:51. 50% 968,072,247 100
@deeanndmathews 2020/03/20 05:12:51. 50% 24,250,909,872 2,493
@tinyhousecryptos 2020/03/20 12:40:42. 5% 537,601,902 15
@victartex 2020/03/20 12:40:36. 50% 4,244,801,762 122
@yarak 2020/03/20 11:26:15. 100% 178,746,703 13
@leighscotford 2020/03/20 05:12:54. 10% 4,000,779,776 410
@juancho10 2020/03/20 05:12:57. 50% 1,886,397,991 192
@golden.future 2020/03/20 14:53:30. 12% 11,773,166,652 557
@drlobes 2020/03/20 05:17:54. 50% 8,524,799,632 793
@cryptopassionpal 2020/03/20 11:26:15. 40% 108,870,819 6
@in-macro 2020/03/20 12:06:57. 100% 19,247,163,953 1,250
@trust187 2020/03/20 12:40:45. 75% 41,628,383,703 2,109
@steemlondon 2020/03/20 12:40:33. 6% 1,111,383,010 38
@tongchat27 2020/03/21 04:29:06. 100% 624,242,993,623 28,994
@rufoodingkidding 2020/03/20 05:12:57. 100% 2,043,688,282 209
@benicents 2020/03/20 06:04:21. 20% 3,240,313,738 296
@benitrade 2020/03/20 06:04:21. 20% 24,632,088,642 2,247
@vxn666 2020/03/20 05:02:24. 100% 43,482,367,201 5,794
@davidlionfish 2020/03/20 21:10:57. 100% 399,051,213 19
@beni.witness 2020/03/20 06:04:21. 20% 9,598,830,564 876
@sneakyfreak 2020/03/20 05:12:54. 25% 960,876,791 98
@hive-135615 2020/03/20 12:45:45. 25% 572,615,001 27
Loading...
Post payout
Total: 0.000 SBD
Curator: 0 SBD
Author: 0.000 SBD
Reward Obtion: 50%SBD/50%SP
Properties
id85,370,862
permlinkann-steem-in-a-box-hive-0-23-0-hard-fork-released
authorsomeguy123
categorywitness-update
parent_author
parent_permlinkwitness-update
beneficiaries
empty
active2020-03-27T17:10:21
created2020-03-20T04:58:18
last_update2020-03-20T05:04:06
last_payout2020-03-27T04:58:18
cashout_time1969-12-31T23:59:59
max_cashout_time1969-12-31T23:59:59
depth0
children19
net_rshares0
abs_rshares0
vote_rshares0
children_abs_rshares0
total_vote_weight0
reward_weight10,000
total_payout_value24.720 SBD
curator_payout_value22.625 SBD
max_accepted_payout1000000.000 SBD
pending_payout_value0.000 SBD
total_pending_payout_value0.000 STEEM
promoted0.000 STEEM
author_rewards143724
net_votes337
root_authorsomeguy123
root_permlinkann-steem-in-a-box-hive-0-23-0-hard-fork-released
root_title[ANN] Steem-in-a-box - Hive 0.23.0 HARD FORK released
allow_replies1
allow_votes1
allow_curation_rewards1
percent_steem_dollars10,000
author_reputation87,575,684,921,705