create account

How to Survive Eclipse - Cheat Sheet (Updated) by gtg

View this thread on: hive.blogpeakd.comecency.com
· @gtg · (edited)
$95.22
How to Survive Eclipse - Cheat Sheet (Updated)
Here it is, a long awaited code upgrade for Hive. Codename: Eclipse.

<center>https://www.youtube.com/watch?v=bAHlH5bZNbU</center><sup>Yet another, very short, promotional HD video clip rendered for a brand new Hive fork 24.</sup>

# Eclipse
`v1.24.2`
It’s a major technology upgrade, the first after Hive was born.

- GitLab Repository: https://gitlab.syncad.com/hive/hive
where the main development efforts are committed
- GitHub Repository: https://github.com/openhive-network/hive
alternate repository (decentralization ftw)

<center>![github_changes.png](https://images.hive.blog/DQmbuG716Uic249bzFmRXyXiMw3RtT3quNWBuM2L45Y56uu/github_changes.png)</center>978 changed files with 107,124 additions and 101,082 deletions.

# This simple Cheat Sheet is meant for the Hive node operators that are upgrading from `v0.23.0` to Eclipse.
Basic sysop skills and previous ~~Steem~~ / Hive experience is required.

`"version" : { "hive_blockchain_hard_fork" : "1.24.2", "hive_git_revision" : "00b5ff5573dcaa1c54ed8ed9cfbde06dee269c7e" }`

## HardFork Time
HardFork Time is the earliest point in time when the HardFork rules can be applied.
From that time onward whenever a supermajority of Hive witnesses taking part in a block production round votes for the Eclipse (i.e. runs the code), its rules will be in place.

### When?
https://github.com/openhive-network/hive/blob/v1.24.2/libraries/chain/database.cpp#L64
`    1601992800; // Tuesday, 06-Oct-2020 14:00:00 UTC`

### Right away
If at the HardFork time a supermajority of consensus witnesses is running `v1.24.2`, Eclipse will start right away.

### Some time later
If witnesses decide that we are not ready and continue to run the old version of the code, the HardFork will be postponed until a supermajority is reached. That's very unlikely now.

### Moving the date forward
~~Most likely in the above scenario, a new version will be released with a new date for a coordinated switch at a predetermined time.~~
That's very unlikely to happen (only in case of some breaking issues that we will be unable to fix on time).

# What are we waiting for?

Hivemind.
While it’s not required for Hive as such (it’s non-consensus, 2nd layer), its API is needed by many dapps, including condenser. We have to be sure that it works on an acceptable level. Once it’s up and running, we are good to go.

# Changelog Cheat Sheet
Here’s a simple list of changes that might help you move quickly from `v0.23.0` to `v1.24.2`.

- Release notes: https://gitlab.syncad.com/hive/hive/-/releases
- The supported and recommended system is `Ubuntu 18.04 LTS`.
- General purpose docker images are not ready (yet).
- The name of the binary changed from ~~`steemd`~~ to `hived`.
- Default data-dir changed from ~~`$HOME/.steemd`~~ to `$HOME/.hived`
- The old `account_history` plugin is deprecated. Use the RocksDB version of account_history plugin and adjust the corresponding variable names:
 i.e. instead of `plugin = account_history account_history_api`
 use `plugin = account_history_rocksdb account_history_api`
 And instead of `track-account-range =` and/or `account-history-track-account-range =` use `account-history-rocksdb-track-account-range =`
 Such as:
 `account-history-rocksdb-track-account-range = ["binance-hot","binance-hot"]`
 Please note that if you want to track more than one account you need to specify them in the following way:
```
account-history-rocksdb-track-account-range = ["binance-hot","binance-hot"]
account-history-rocksdb-track-account-range = ["bittrex","bittrex"]
account-history-rocksdb-track-account-range = ["blocktrades","blocktrades"]
account-history-rocksdb-track-account-range = ["deepcrypto8","deepcrypto8"]
```
- Default `shared-file-size = 54G` can be safely scaled down to `shared-file-size = 24G` or even `shared-file-size = 20G`. Keep an eye on it, use scaling or just set it big enough. Up to you. 20-ish should be good for many months.
- **Replay is required** while upgrading from `v0.23.0`. Make sure that you adjust your configuration and locations first.
- To do a replay, you can use your old `block_log` file.
- If you don’t have one, you can use one from a public source such as: https://gtg.openhive.network/get/blockchain/block_log
- To replay from scratch using an existing `block_log` file use `--replay --force-replay`.
- Some `cmake` variable names changed, so instead of ~~`STEEM_STATIC_BUILD`~~ there’s `HIVE_STATIC_BUILD`, etc.
- Check my [Witness Update: Release Candidate for Eclipse is out](/@gtg/witness-update-release-candidate-for-eclipse-is-out) for more info about building and configuration.

# Test API Endpoint
https://beta.openhive.network
Runs jussi, hived v1.24.0 and the develop branch of hivemind.
Known issues (being worked on): reputation and notifications.

# Any questions?
Ask them here in the comments or on the [OpenHive.Chat](https://openhive.chat/) but please be patient.
I may respond...

...with delay.

<sub><sup>~~(I really need vacation and quality time with family. Don't worry, I'll be around.)~~[EDIT: CANCELED]</sup></sub>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 481 others
👎  , ,
properties (23)
authorgtg
permlinkhow-to-survive-eclipse-cheat-sheet
categoryhive-160391
json_metadata{"app":"hiveblog/0.1","format":"markdown","image":["https://img.youtube.com/vi/bAHlH5bZNbU/0.jpg","https://images.hive.blog/DQmbuG716Uic249bzFmRXyXiMw3RtT3quNWBuM2L45Y56uu/github_changes.png"],"links":["https://www.youtube.com/watch?v=bAHlH5bZNbU","https://gitlab.syncad.com/hive/hive","https://github.com/openhive-network/hive","https://github.com/openhive-network/hive/blob/v1.24.2/libraries/chain/database.cpp#L64","https://gitlab.syncad.com/hive/hive/-/releases","https://gtg.openhive.network/get/blockchain/block_log","/@gtg/witness-update-release-candidate-for-eclipse-is-out","https://beta.openhive.network","https://openhive.chat/"],"tags":["witness-category","witness-update","hf24","hive","eclipse"]}
created2020-09-13 20:16:51
last_update2020-09-21 21:44:57
depth0
children29
last_payout2020-09-20 20:16:51
cashout_time1969-12-31 23:59:59
total_payout_value53.231 HBD
curator_payout_value41.986 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length5,050
author_reputation461,833,023,867,897
root_title"How to Survive Eclipse - Cheat Sheet (Updated)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,609,749
net_rshares322,426,946,292,158
author_curate_reward""
vote details (548)
@akhyar23 ·
Good video 
properties (22)
authorakhyar23
permlinkre-gtg-2020915t94157619z
categoryhive-160391
json_metadata{"tags":["witness-category","witness-update","hf24","hive","eclipse"],"app":"ecency/3.0.4-mobile","format":"markdown+html"}
created2020-09-15 02:42:00
last_update2020-09-15 02:42:00
depth1
children0
last_payout2020-09-22 02:42: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_length11
author_reputation50,272,105,444,592
root_title"How to Survive Eclipse - Cheat Sheet (Updated)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,633,490
net_rshares0
@aneczka ·
Cyber Crime Squad codes in place ?
properties (22)
authoraneczka
permlinkre-gtg-202428t191533969z
categoryhive-160391
json_metadata{"type":"comment","tags":["hive-160391","witness-category","witness-update","hf24","hive","eclipse"],"app":"ecency/3.0.45-mobile","format":"markdown+html"}
created2024-02-08 18:15:33
last_update2024-02-08 18:15:33
depth1
children0
last_payout2024-02-15 18:15: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_length34
author_reputation-2,355,252,179,149
root_title"How to Survive Eclipse - Cheat Sheet (Updated)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id131,140,386
net_rshares0
@aneczka ·
Friendly feedback. You failed. 
properties (22)
authoraneczka
permlinkre-gtg-202428t191712962z
categoryhive-160391
json_metadata{"type":"comment","tags":["hive-160391","witness-category","witness-update","hf24","hive","eclipse"],"app":"ecency/3.0.45-mobile","format":"markdown+html"}
created2024-02-08 18:17:12
last_update2024-02-08 18:17:12
depth1
children0
last_payout2024-02-15 18:17: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_length31
author_reputation-2,355,252,179,149
root_title"How to Survive Eclipse - Cheat Sheet (Updated)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id131,140,410
net_rshares0
@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 @gtg, here is a little bit of <code>BEER</code> from @steevc 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-how-to-survive-eclipse-cheat-sheet-20200913t204805z
categoryhive-160391
json_metadata"{"app": "beem/0.23.11"}"
created2020-09-13 20:48:06
last_update2020-09-13 20:48:06
depth1
children0
last_payout2020-09-20 20:48: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_length514
author_reputation25,819,578,508,424
root_title"How to Survive Eclipse - Cheat Sheet (Updated)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,610,250
net_rshares0
@chireerocks ·
@gtg, This is **Impactful** video and i want to appreciate this kind of **Creative Force**.

With **Hard Fork** comes different perceptions. Hope that perceptions can find the **Point Of Equilibrium**.

I am **Blank** when it comes to the **Technical Side** of any aspect. Hope that this potential change is good for **Community**.

Thank you for sharing this **Information** with the **Community**.

Have a abundant time ahead and stay blessed.
properties (22)
authorchireerocks
permlinkre-gtg-qgnb42
categoryhive-160391
json_metadata{"tags":["hive-160391"],"app":"peakd/2020.09.4"}
created2020-09-14 11:12:03
last_update2020-09-14 11:12:03
depth1
children0
last_payout2020-09-21 11:12: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_length445
author_reputation327,821,690,945,691
root_title"How to Survive Eclipse - Cheat Sheet (Updated)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,620,591
net_rshares0
@demo123 ·
Great, thanks for tips as usual!
properties (22)
authordemo123
permlinkqgn4ql
categoryhive-160391
json_metadata{"app":"hiveblog/0.1"}
created2020-09-14 08:54:21
last_update2020-09-14 08:54:21
depth1
children0
last_payout2020-09-21 08:54:21
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_length32
author_reputation510,583,572,156
root_title"How to Survive Eclipse - Cheat Sheet (Updated)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,619,092
net_rshares0
@hivebuzz ·
Congratulations @gtg! 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/@gtg/posts.png?202009132035"></td><td>You published more than 80 posts. Your next target is to reach 90 posts.</td></tr>
</table>

<sub>_You can view your badges on [your board](https://hivebuzz.me/@gtg) 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>

properties (22)
authorhivebuzz
permlinkhivebuzz-notify-gtg-20200913t204523000z
categoryhive-160391
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2020-09-13 20:45:21
last_update2020-09-13 20:45:21
depth1
children0
last_payout2020-09-20 20:45:21
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_length602
author_reputation369,654,666,063,474
root_title"How to Survive Eclipse - Cheat Sheet (Updated)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,610,205
net_rshares0
@katrina-ariel ·
$0.03
I hope you get that quality time with family and some time to relax. May friendly dragons watch over you like guardian angels. ;)
👍  
properties (23)
authorkatrina-ariel
permlinkqgm6ti
categoryhive-160391
json_metadata{"app":"hiveblog/0.1"}
created2020-09-13 20:41:42
last_update2020-09-13 20:41:42
depth1
children0
last_payout2020-09-20 20:41:42
cashout_time1969-12-31 23:59:59
total_payout_value0.016 HBD
curator_payout_value0.017 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length129
author_reputation83,939,070,731,554
root_title"How to Survive Eclipse - Cheat Sheet (Updated)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,610,160
net_rshares206,198,005,819
author_curate_reward""
vote details (1)
@mintrawa ·
$0.03
I confirm that it can't be build on `Ubuntu 20.04 LTS` (cmake error). 

Is it required to switch to a specific `tag` after cloning? I saw a `v1.24.0` tag and in your last post it was required to switch to `v1.0.11`.

What is the use case for tracking a range of account with `account-history-rocksdb-track-account-range`?

<hr>
<sub>

[Witness FR - Gen X - Geek 🤓 Gamer 🎮 traveler ⛩️](/@mintrawa/introducing-a-gen-x-geek-gamer-traveler-witness)
Don't miss the **Hive Power UP Day**! more info [here](/hivebuzz/@hivebuzz/pud) 
</sub> 
👍  
properties (23)
authormintrawa
permlinkre-gtg-2020914t7514973z
categoryhive-160391
json_metadata{"tags":["witness-category","witness-update","hf24","hive","eclipse"],"app":"ecency/3.0.6-vision","format":"markdown+html"}
created2020-09-14 00:05:15
last_update2020-09-14 00:05:15
depth1
children4
last_payout2020-09-21 00:05:15
cashout_time1969-12-31 23:59:59
total_payout_value0.016 HBD
curator_payout_value0.017 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length533
author_reputation18,694,802,429,423
root_title"How to Survive Eclipse - Cheat Sheet (Updated)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,613,043
net_rshares209,848,891,337
author_curate_reward""
vote details (1)
@anyx ·
You can try my patch to add Ubuntu 20.04 support:
https://gitlab.syncad.com/hive/hive/-/commit/f0c1b6671dfeae9afd6a145e7637793ca639fe2e
e.g. `git cherry-pick f0c1b6671dfeae9afd6a145e7637793ca639fe2e`
No promises though.
👍  ,
properties (23)
authoranyx
permlinkre-mintrawa-qgnx37
categoryhive-160391
json_metadata{"tags":["hive-160391"],"app":"peakd/2020.09.4"}
created2020-09-14 19:06:45
last_update2020-09-14 19:06:45
depth2
children1
last_payout2020-09-21 19:06:45
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_length219
author_reputation98,676,136,100,181
root_title"How to Survive Eclipse - Cheat Sheet (Updated)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,627,365
net_rshares3,829,500,712
author_curate_reward""
vote details (2)
@mintrawa ·
Thanks @anyx for the patch, I'll give it a try on my test server 🙂

<hr>
<sub>

[Witness FR - Gen X - Geek 🤓 Gamer 🎮 traveler ⛩️](/@mintrawa/introducing-a-gen-x-geek-gamer-traveler-witness)
Don't miss the **Hive Power UP Day**! more info [here](/hivebuzz/@hivebuzz/pud) 
</sub><div class="pull-right"><a href="/@hive.engage">![](https://i.imgur.com/XsrNmcl.png)</a></div>
properties (22)
authormintrawa
permlinkre-re-mintrawa-qgnx37
categoryhive-160391
json_metadata{"app":"engage"}
created2020-09-15 00:39:00
last_update2020-09-15 00:39:00
depth3
children0
last_payout2020-09-22 00:39: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_length371
author_reputation18,694,802,429,423
root_title"How to Survive Eclipse - Cheat Sheet (Updated)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,632,200
net_rshares0
@gtg ·
Yes, you need to `git checkout v1.24.0` after cloning.
Previous post is about release candidate, that's why there's `v1.0.11` there.
Tracking accounts is for exchanges; they need keep track of account history for their account.
Without explicitly specifying account range, all accounts are tracked by account_history_rocksdb plugin.
👍  
properties (23)
authorgtg
permlinkqgn1ed
categoryhive-160391
json_metadata{"app":"hiveblog/0.1"}
created2020-09-14 07:42:15
last_update2020-09-14 07:42:15
depth2
children1
last_payout2020-09-21 07:42: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_length332
author_reputation461,833,023,867,897
root_title"How to Survive Eclipse - Cheat Sheet (Updated)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,618,291
net_rshares2,869,524,336
author_curate_reward""
vote details (1)
@mintrawa ·
Ok, thanks @gtg for the information, for the plugin too. It's not easy to understand the real use case of all plugins, even using https://developers.hive.io/apidefinitions as a help.

<hr>
<sub>

[Witness FR - Gen X - Geek 🤓 Gamer 🎮 traveler ⛩️](/@mintrawa/introducing-a-gen-x-geek-gamer-traveler-witness)
Don't miss the **Hive Power UP Day**! more info [here](/hivebuzz/@hivebuzz/pud) 
</sub><div class="pull-right"><a href="/@hive.engage">![](https://i.imgur.com/XsrNmcl.png)</a></div>
properties (22)
authormintrawa
permlinkre-qgn1ed
categoryhive-160391
json_metadata{"app":"engage"}
created2020-09-14 08:55:45
last_update2020-09-14 08:55:45
depth3
children0
last_payout2020-09-21 08:55:45
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_length487
author_reputation18,694,802,429,423
root_title"How to Survive Eclipse - Cheat Sheet (Updated)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,619,103
net_rshares0
@nathanmars ·
$0.03
Can't wait for 

Tuesday, 22 September 2020 14:00:00
👍  
properties (23)
authornathanmars
permlinkre-gtg-qgm6c8
categoryhive-160391
json_metadata{"tags":["hive-160391"],"app":"peakd/2020.09.4"}
created2020-09-13 20:31:21
last_update2020-09-13 20:31:21
depth1
children0
last_payout2020-09-20 20:31:21
cashout_time1969-12-31 23:59:59
total_payout_value0.016 HBD
curator_payout_value0.017 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length52
author_reputation336,354,946,115,368
root_title"How to Survive Eclipse - Cheat Sheet (Updated)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,610,004
net_rshares206,070,255,579
author_curate_reward""
vote details (1)
@notacinephile ·
$0.03
Assuming the time is in UTC. Should we refrain ourselves from exchanging tokens that day? 
👍  
properties (23)
authornotacinephile
permlinkre-gtg-qgm6qs
categoryhive-160391
json_metadata{"tags":["hive-160391"],"app":"peakd/2020.09.4"}
created2020-09-13 20:40:06
last_update2020-09-13 20:40:06
depth1
children1
last_payout2020-09-20 20:40:06
cashout_time1969-12-31 23:59:59
total_payout_value0.016 HBD
curator_payout_value0.017 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length90
author_reputation170,381,438,979,966
root_title"How to Survive Eclipse - Cheat Sheet (Updated)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,610,140
net_rshares206,252,741,132
author_curate_reward""
vote details (1)
@gtg ·
No, there's no need for that. Some of the exchanges might - as a precautionary measure - temporarily disable deposits and withdrawals, but trading should not be affected in any way (exchanges use their internal ledgers).
Of course it's always safer not to keep your funds on exchanges if you don't have to.
👍  
properties (23)
authorgtg
permlinkqgm763
categoryhive-160391
json_metadata{"app":"hiveblog/0.1"}
created2020-09-13 20:49:18
last_update2020-09-13 20:49:18
depth2
children0
last_payout2020-09-20 20:49: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_length306
author_reputation461,833,023,867,897
root_title"How to Survive Eclipse - Cheat Sheet (Updated)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,610,264
net_rshares4,904,201,340
author_curate_reward""
vote details (1)
@poshbot ·
https://twitter.com/NathanMars7/status/1305243087128670209
properties (22)
authorposhbot
permlinkre-how-to-survive-eclipse-cheat-sheet-20200913t203521z
categoryhive-160391
json_metadata"{"app": "beem/0.24.8"}"
created2020-09-13 20:35:21
last_update2020-09-13 20:35:21
depth1
children0
last_payout2020-09-20 20:35:21
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_length58
author_reputation5,554,335,374,496
root_title"How to Survive Eclipse - Cheat Sheet (Updated)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,610,065
net_rshares0
@poshbot ·
https://twitter.com/HiveTrending/status/1305243632803299328
properties (22)
authorposhbot
permlinkre-how-to-survive-eclipse-cheat-sheet-20200913t203700z
categoryhive-160391
json_metadata"{"app": "beem/0.24.8"}"
created2020-09-13 20:37:00
last_update2020-09-13 20:37:00
depth1
children0
last_payout2020-09-20 20:37: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_length59
author_reputation5,554,335,374,496
root_title"How to Survive Eclipse - Cheat Sheet (Updated)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,610,093
net_rshares0
@poshbot ·
https://twitter.com/dick_turpin/status/1305509261854810118
properties (22)
authorposhbot
permlinkre-how-to-survive-eclipse-cheat-sheet-20200914t141044z
categoryhive-160391
json_metadata"{"app": "beem/0.24.8"}"
created2020-09-14 14:10:45
last_update2020-09-14 14:10:45
depth1
children0
last_payout2020-09-21 14:10:45
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_length58
author_reputation5,554,335,374,496
root_title"How to Survive Eclipse - Cheat Sheet (Updated)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,622,930
net_rshares0
@poshbot ·
https://twitter.com/hiro_hive/status/1307139151423299584
properties (22)
authorposhbot
permlinkre-how-to-survive-eclipse-cheat-sheet-20200919t020720z
categoryhive-160391
json_metadata"{"app": "beem/0.24.8"}"
created2020-09-19 02:07:18
last_update2020-09-19 02:07:18
depth1
children0
last_payout2020-09-26 02:07: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_length56
author_reputation5,554,335,374,496
root_title"How to Survive Eclipse - Cheat Sheet (Updated)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,703,677
net_rshares0
@poshbot ·
https://twitter.com/hiro_hive/status/1307139199343169538
properties (22)
authorposhbot
permlinkre-how-to-survive-eclipse-cheat-sheet-20200919t020750z
categoryhive-160391
json_metadata"{"app": "beem/0.24.8"}"
created2020-09-19 02:07:51
last_update2020-09-19 02:07:51
depth1
children0
last_payout2020-09-26 02:07:51
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_length56
author_reputation5,554,335,374,496
root_title"How to Survive Eclipse - Cheat Sheet (Updated)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,703,685
net_rshares0
@resiliencia ·
$0.03
Thanks for your work Gandalf!
👍  
properties (23)
authorresiliencia
permlinkre-gtg-qgm615
categoryhive-160391
json_metadata{"tags":["hive-160391"],"app":"peakd/2020.09.4"}
created2020-09-13 20:24:42
last_update2020-09-13 20:24:42
depth1
children0
last_payout2020-09-20 20:24:42
cashout_time1969-12-31 23:59:59
total_payout_value0.016 HBD
curator_payout_value0.017 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length29
author_reputation438,639,187,237,143
root_title"How to Survive Eclipse - Cheat Sheet (Updated)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,609,874
net_rshares206,145,440,445
author_curate_reward""
vote details (1)
@saxx1304 ·
$0.03
It is very good when there are changes and updates. This means the site will work stably and without bugs. If I understand correctly. Thank you for your great work.
👍  
properties (23)
authorsaxx1304
permlinkre-gtg-qgm61g
categoryhive-160391
json_metadata{"tags":["hive-160391"],"app":"peakd/2020.09.4"}
created2020-09-13 20:24:54
last_update2020-09-13 20:24:54
depth1
children0
last_payout2020-09-20 20:24:54
cashout_time1969-12-31 23:59:59
total_payout_value0.016 HBD
curator_payout_value0.017 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length164
author_reputation7,042,582,495,405
root_title"How to Survive Eclipse - Cheat Sheet (Updated)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,609,876
net_rshares206,107,115,615
author_curate_reward""
vote details (1)
@sepracore ·
$0.03
Why did we settle on v1.24.0 instead of v0.24.0? On that note, shouldn’t it be v1.0.0 instead?
👍  ,
properties (23)
authorsepracore
permlinkre-gtg-qgm7wz
categoryhive-160391
json_metadata{"tags":["hive-160391"],"app":"peakd/2020.09.4"}
created2020-09-13 21:05:24
last_update2020-09-13 21:05:24
depth1
children3
last_payout2020-09-20 21:05:24
cashout_time1969-12-31 23:59:59
total_payout_value0.016 HBD
curator_payout_value0.017 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length94
author_reputation19,888,382,618,059
root_title"How to Survive Eclipse - Cheat Sheet (Updated)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,610,441
net_rshares208,159,944,240
author_curate_reward""
vote details (2)
@gtg ·
It's a major upgrade so it deserves leading `1`, but it's still HardFork `24`.
It's like that:
```
 +--- major
 v
v1.24.0
   ^  ^--- patch (updates within given hardfork version, security patches, improvements)
   |
   +--- minor (equals to hardfork number)
```
👍  
properties (23)
authorgtg
permlinkqgmapk
categoryhive-160391
json_metadata{"app":"hiveblog/0.1"}
created2020-09-13 22:05:45
last_update2020-09-13 22:05:45
depth2
children2
last_payout2020-09-20 22:05:45
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_length261
author_reputation461,833,023,867,897
root_title"How to Survive Eclipse - Cheat Sheet (Updated)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,611,240
net_rshares5,005,220,441
author_curate_reward""
vote details (1)
@sepracore ·
$0.03
Oh, okay. Thanks. I was under the impression all other numbers reset to 0 after a major version upgrade. 
👍  
properties (23)
authorsepracore
permlinkre-gtg-qgmf09
categoryhive-160391
json_metadata{"tags":["hive-160391"],"app":"peakd/2020.09.4"}
created2020-09-13 23:38:36
last_update2020-09-13 23:38:36
depth3
children1
last_payout2020-09-20 23:38:36
cashout_time1969-12-31 23:59:59
total_payout_value0.016 HBD
curator_payout_value0.017 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length105
author_reputation19,888,382,618,059
root_title"How to Survive Eclipse - Cheat Sheet (Updated)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,612,657
net_rshares209,848,411,069
author_curate_reward""
vote details (1)
@steevc ·
$0.02
Hope it all goes smoothly. Looks like we have all the good developers with the experience to make it happe.

Cheers and a !BEER
👍  
properties (23)
authorsteevc
permlinkre-gtg-qgm73v
categoryhive-160391
json_metadata{"tags":["hive-160391"],"app":"peakd/2020.09.4"}
created2020-09-13 20:47:54
last_update2020-09-13 20:47:54
depth1
children0
last_payout2020-09-20 20:47:54
cashout_time1969-12-31 23:59:59
total_payout_value0.016 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length127
author_reputation1,391,073,591,716,412
root_title"How to Survive Eclipse - Cheat Sheet (Updated)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,610,246
net_rshares206,231,880,464
author_curate_reward""
vote details (1)
@tobetada ·
thanks!
properties (22)
authortobetada
permlinkre-gtg-qgn4cd
categoryhive-160391
json_metadata{"tags":["hive-160391"],"app":"peakd/2020.09.4"}
created2020-09-14 08:45:51
last_update2020-09-14 08:45:51
depth1
children0
last_payout2020-09-21 08:45:51
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_length7
author_reputation600,291,658,960,102
root_title"How to Survive Eclipse - Cheat Sheet (Updated)"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,619,001
net_rshares0