create account

BitShares Core 6.0.0 Release (codename "Mekong") by abit

View this thread on: hive.blogpeakd.comecency.com
· @abit ·
$501.52
BitShares Core 6.0.0 Release (codename "Mekong")
![](https://images.hive.blog/p/C3TZR1g81UNaPs7vzNXHueW5ZM76DSHWEY7onmfLxcK2iPdiAa6tkfVRkpf9tvraQ9z55QS9fmMKbN32DMR4fCUEJKM2bGoquU7xeXZ7ZoKe6yrMrAtFTxA)


The [BitShares](https://bitshares.org) Core software has been updated to the [6.0.0 Protocol Release](https://github.com/bitshares/bitshares-core/milestone/34?closed=1). The codename of the 6.x releases is [*"Mekong"*](https://github.com/bitshares/bitshares-core/releases/tag/6.0.0). The Core software is used to build the validation nodes that perform consensus of all transactions on the BitShares blockchain. This release includes additions, improvements and _changes to the consensus protocol_.

The scheduled protocol upgrade time is **`Tuesday, January 11, 2022 14:00:00 UTC` (`2022-01-11T14:00:00Z`)**.

Documentation for users may be be found at [How BitShares Works](https://how.bitshares.works).

Documentation for BitShares developers may be found at the [BitShares Developer Portal](https://dev.bitshares.works).

* [Who should upgrade](#who-should-upgrade-6-0-0)
* [How to upgrade](#how-to-upgrade-6-0-0)
* [Binaries for download](#binaries-for-download-6-0-0)
* [Changes](#changes-6-0-0)
* [Release contributors](#release-contributors-6-0-0)

## <div id="who-should-upgrade-6-0-0"/> Who Should Upgrade

**All nodes need to be upgraded** to handle the [protocol upgrade](#protocol-6-0-0).

Note: some API changes may break existing client applications, as described in [API changes section](#api-6-0-0).

## <div id="how-to-upgrade-6-0-0"/> How To Upgrade

### Precautions

- All validation nodes must complete their upgrade prior to **Protocol Activation**.
- A _blockchain replay_ will automatically be performed after the validation node software is restarted. This typically takes a few hours on a modern CPU.

### How to Upgrade with Docker

The pre-built Docker image can be found on the [BitShares Core Docker page](https://hub.docker.com/r/bitshares/bitshares-core/) and can be downloaded with the following command.

```
docker pull bitshares/bitshares-core:6.0.0
```

### <div id="upgrade-from-source-6-0-0" /> How to Upgrade from Source Code

**Note:**

* The code base requires a compiler that supports the C++ 14 standard
* The minimum supported boost version is 1.58, the maximum is 1.74
* The minimum supported CMake version is 3.2
* For Ubuntu users, it is recommended to build in Ubuntu 20.04 LTS (Focal Fossa). Ubuntu 16.04 LTS (Xenial Xerus) is no longer supported.

#### Obtain the Source Code

The source code may be obtained by checking out the [6.0.0 tag](https://github.com/bitshares/bitshares-core/releases/tag/6.0.0).  Download the source at:

* [6.0.0.zip](https://github.com/bitshares/bitshares-core/archive/6.0.0.zip)
* [6.0.0.tar.gz](https://github.com/bitshares/bitshares-core/archive/6.0.0.tar.gz)

#### Build the Binaries

The binaries may be built by using your pre-existing process, or by following the standard instructions that can be found in the wiki:

* [Ubuntu](https://github.com/bitshares/bitshares-core/wiki/BUILD_UBUNTU)
* [macOS](https://github.com/bitshares/bitshares-core/wiki/Building-on-macOS)
* [Windows](https://github.com/bitshares/bitshares-core/wiki/BUILD_WIN32)

#### Deploy the Binaries

Your standard process for deploying the node software may be used. No additional requirements or precautions will be required to deploy the new release.

# <div id="binaries-for-download-6-0-0"/> Binaries for download

Binaries of the command line interface (CLI) wallet and the node software are pre-built and available for download.

Note:
* These binary builds are reproducible and were built using [Gitian](https://github.com/bitshares/bitshares-gitian/tree/6.0.0). Please check the [README of Gitian](https://github.com/bitshares/bitshares-gitian/blob/master/README.md) if you want to verify and/or contribute.
* Starting from version `6.0.0`, pre-built Linux binaries will not run on Ubuntu 16.04 LTS (Xenial).

|Platform|SHA256 Checksum|
|-|-|
|[Microsoft Windows](https://github.com/bitshares/bitshares-core/releases/download/6.0.0/bitshares-core-6.0.0-win64-bin.zip)|`b721383133d56fd2a6469a2aac73c92f7fe518f48a2d6a2484d1dd9dcf6c5527`|
|[Mac](https://github.com/bitshares/bitshares-core/releases/download/6.0.0/bitshares-core-6.0.0-macos64-bin.tar.bz2)|`c5c2ee313233aa06c42ea08f9dd747261dec61399ff1011b9f93b3553a84b868`|
|[Linux](https://github.com/bitshares/bitshares-core/releases/download/6.0.0/bitshares-core-6.0.0-linux-amd64-bin.tar.bz2)|`042740d4e816b80d909d8c82acbefb3ddd20e5b833cace2cfd1816be090eaac1`|

# <div id="changes-6-0-0"/> Changes

The changes for [6.0.0 Protocol Release](https://github.com/bitshares/bitshares-core/milestone/34?closed=1) are summarized below.

## <div id="protocol-6-0-0">Protocol</div>

|Description|Issue|Pull Request|
|-|-|-|
|Add no-collateral funding feature (SameT Funds)|[2351](https://github.com/bitshares/bitshares-core/issues/2351)|[2469](https://github.com/bitshares/bitshares-core/pull/2469), [2474](https://github.com/bitshares/bitshares-core/pull/2474), [2476](https://github.com/bitshares/bitshares-core/pull/2476), [2523](https://github.com/bitshares/bitshares-core/pull/2523)|
|Add simple collateralized P2P funding feature (Credit Offers and Credit Deals)|[2362](https://github.com/bitshares/bitshares-core/issues/2362)|[2479](https://github.com/bitshares/bitshares-core/pull/2479), [2502](https://github.com/bitshares/bitshares-core/pull/2502), [2511](https://github.com/bitshares/bitshares-core/pull/2511)|
|Add 3 new black swan response methods|[2467](https://github.com/bitshares/bitshares-core/issues/2467)|[2499](https://github.com/bitshares/bitshares-core/pull/2499), [2510](https://github.com/bitshares/bitshares-core/pull/2510)|
|Add missing asset authorization checks for certain operations|[972](https://github.com/bitshares/bitshares-core/issues/972), [973](https://github.com/bitshares/bitshares-core/issues/973)|[2468](https://github.com/bitshares/bitshares-core/pull/2468)|
|Add option for MPA owners to disable collateral bidding|[2281](https://github.com/bitshares/bitshares-core/issues/2281)|[2504](https://github.com/bitshares/bitshares-core/pull/2504), [2536](https://github.com/bitshares/bitshares-core/pull/2536)|
|Allow bitasset options to be updated after GS|[2282](https://github.com/bitshares/bitshares-core/issues/2282)|[2506](https://github.com/bitshares/bitshares-core/pull/2506)|
|Match force-settlements with margin calls at normal margin call fill price|[2481](https://github.com/bitshares/bitshares-core/issues/2481)|[2489](https://github.com/bitshares/bitshares-core/pull/2489)|
|Revive GSed bitassets based on ICR rather than MCR|[2290](https://github.com/bitshares/bitshares-core/issues/2290)|[2505](https://github.com/bitshares/bitshares-core/pull/2505)|
|Skip asset authorization checks for from_account for override_transfer|[2295](https://github.com/bitshares/bitshares-core/issues/2295)|[2465](https://github.com/bitshares/bitshares-core/pull/2465)|
|Update liquidity pool exchange operations to comply with whitelist and blacklist market settings|[2350](https://github.com/bitshares/bitshares-core/issues/2350)|[2462](https://github.com/bitshares/bitshares-core/pull/2462), [2507](https://github.com/bitshares/bitshares-core/pull/2507)|
|Fix a bug that some non-UIA asset issuer permission bits (e.g. `witness_fed_asset`) can be configured on UIA via `asset_update_operation`|-|[2499](https://github.com/bitshares/bitshares-core/pull/2499)|
|Allow borrowers to close debt positions even when there is no sufficient price feeds|-|[2499](https://github.com/bitshares/bitshares-core/pull/2499)|
|Allow updating an existing debt position or creating a new debt position if to trigger a margin call and the debt position is not fully filled but the remaining debt position's CR is higher than ICR|-|[2499](https://github.com/bitshares/bitshares-core/pull/2499)|
|Debt positions with CR not greater than MCR will pay margin call fees at the time of global settlement|-|[2489](https://github.com/bitshares/bitshares-core/pull/2489)|
 
## <div id="node-functionality-6-0-0"/> Node Functionality

|Description|Issue|Pull Request|
|-|-|-|
|Delete unneeded directories when writing object database to disk|-|[2485](https://github.com/bitshares/bitshares-core/pull/2485)|

## <div id="node-performance-6-0-0">Node Performance and Stability</div>

|Description|Issue|Pull Request|
|-|-|-|
|Clear operation_results when generating block|[2527](https://github.com/bitshares/bitshares-core/issues/2527)|[2475](https://github.com/bitshares/bitshares-core/pull/2475), [2528](https://github.com/bitshares/bitshares-core/pull/2528)|
|Remove BSIP-40 support for unused operations|-|[2482](https://github.com/bitshares/bitshares-core/pull/2482)|

## <div id="node-plugins-6-0-0"/> Node Plugins

|Description|Plugins|Issue|Pull Request|
|-|-|-|-|
|Fix liquidity pool deposit statistics|Market History|-|[2471](https://github.com/bitshares/bitshares-core/pull/2471)|
|Notify all related accounts on account creation|Account History|[265](https://github.com/bitshares/bitshares-core/issues/265)|[2480](https://github.com/bitshares/bitshares-core/pull/2480)|
|Fix a crash when starting the ElasticSearch plugin|ElasticSearch Operations|[2490](https://github.com/bitshares/bitshares-core/issues/2490)|[2495](https://github.com/bitshares/bitshares-core/pull/2495)|

## <div id="api-6-0-0"/> API

Please check the linked pull requests for more info and documentation.

|Description|Issue|Pull Request|
|-|-|-|
|The `get_block` API will return an empty `operation_results` field for blocks produced by nodes with version `6.0.0` or higher. The operation results can still be retrieved via `get_account_history` and related APIs.|-|[2475](https://github.com/bitshares/bitshares-core/pull/2475)|
|The unused `extensions` field is removed from `asset_settle_cancel_operation`|-|[2489](https://github.com/bitshares/bitshares-core/pull/2489)|
|The return value of `asset_settle_operation` is now a new type `extendable_operation_result`|-|[2499](https://github.com/bitshares/bitshares-core/pull/2499)|
|New APIs for querying SameT Funds|-|[2469](https://github.com/bitshares/bitshares-core/pull/2469)|
|New APIs for querying Credit Offers and Credit Deals|-|[2479](https://github.com/bitshares/bitshares-core/pull/2479)|
|Fix liquidity pool deposit statistics|-|[2471](https://github.com/bitshares/bitshares-core/pull/2471)|
|Fix liquidity pool history APIs|-|[2517](https://github.com/bitshares/bitshares-core/pull/2517)|

## Software Design

|Description|Issue|Pull Request|
|-|-|-|
|Add defensive check to mute SonarScanner warning|-|[2540](https://github.com/bitshares/bitshares-core/pull/2540)|

## Build Process and Continuous Integration (CI)

|Description|Issue|Pull Request|
|-|-|-|
|Build Docker images with Github Actions|[2472](https://github.com/bitshares/bitshares-core/issues/2472)|[2514](https://github.com/bitshares/bitshares-core/pull/2514)|
|Upgrade the Docker base image to Ubuntu 20.04 LTS (Focal Fossa)|-|[2473](https://github.com/bitshares/bitshares-core/pull/2473)|
|Fix Gitian Windows build string table overflow issue by using Ubuntu 20.04. LTS (Focal Fossa)|[2520](https://github.com/bitshares/bitshares-core/issues/2520)|[Gitian-50](https://github.com/bitshares/bitshares-gitian/pull/50)|
|Phase out Ubuntu 16.04|[2217](https://github.com/bitshares/bitshares-core/issues/2217), [Gitian-49](https://github.com/bitshares/bitshares-gitian/issues/49)|[Gitian-51](https://github.com/bitshares/bitshares-gitian/pull/51)|
|Add dependabot.yml for GitHub Actions|-|[2512](https://github.com/bitshares/bitshares-core/pull/2512)|
|Add OS version to cache key in sonar-scan workflow|-|[2486](https://github.com/bitshares/bitshares-core/pull/2486), [2487](https://github.com/bitshares/bitshares-core/pull/2487)|
|Update Sonar Scanner configuration|-|[2437](https://github.com/bitshares/bitshares-core/pull/2437), [2458](https://github.com/bitshares/bitshares-core/pull/2458), [2518](https://github.com/bitshares/bitshares-core/pull/2518)|

## Documentation

|Description|Issue|Pull Request|
|-|-|-|
|Fix an error in README.md|-|[2529](https://github.com/bitshares/bitshares-core/pull/2529), [2533](https://github.com/bitshares/bitshares-core/pull/2533), [2534](https://github.com/bitshares/bitshares-core/pull/2534)|

# <div id="release-contributors-6-0-0"/> Release Contributors

@abitmore (https://github.com/abitmore)
@xiao93 (https://github.com/xiao93)
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 261 others
properties (23)
authorabit
permlinkbitshares-core-6-0-0-release-codename-mekong
categorybitshares
json_metadata{"tags":["bitshares","release","mekong"],"users":["abitmore","xiao93"],"image":["https://images.hive.blog/p/C3TZR1g81UNaPs7vzNXHueW5ZM76DSHWEY7onmfLxcK2iPdiAa6tkfVRkpf9tvraQ9z55QS9fmMKbN32DMR4fCUEJKM2bGoquU7xeXZ7ZoKe6yrMrAtFTxA"],"links":["https://bitshares.org"],"app":"hiveblog/0.1","format":"markdown"}
created2021-11-30 18:29:18
last_update2021-11-30 18:29:18
depth0
children15
last_payout2021-12-07 18:29:18
cashout_time1969-12-31 23:59:59
total_payout_value250.882 HBD
curator_payout_value250.642 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length12,453
author_reputation141,171,499,037,785
root_title"BitShares Core 6.0.0 Release (codename "Mekong")"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id108,154,116
net_rshares220,126,148,343,200
author_curate_reward""
vote details (325)
@bammbuss ·
One of my favorite tokens. I hope that your work will give impetus to its development!
properties (22)
authorbammbuss
permlinkr3f8yy
categorybitshares
json_metadata{"app":"hiveblog/0.1"}
created2021-12-01 03:38:21
last_update2021-12-01 03:38:21
depth1
children0
last_payout2021-12-08 03:38: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_length86
author_reputation21,915,846,838,025
root_title"BitShares Core 6.0.0 Release (codename "Mekong")"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id108,165,475
net_rshares0
@chenfuzi ·
Awesome! But it's really complicated to me.
properties (22)
authorchenfuzi
permlinkre-abit-2022316t111359978z
categorybitshares
json_metadata{"tags":["bitshares","release","mekong"],"app":"ecency/3.0.22-vision","format":"markdown+html"}
created2022-03-16 15:14:00
last_update2022-03-16 15:14:00
depth1
children0
last_payout2022-03-23 15:14: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_length43
author_reputation28,040,728,159,061
root_title"BitShares Core 6.0.0 Release (codename "Mekong")"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,399,496
net_rshares0
@daltono ·
Great news for BitShares!
Now I'm just curious what I am to do with the BEOS that I have. 
properties (22)
authordaltono
permlinkre-abit-r3kd07
categorybitshares
json_metadata{"tags":["bitshares"],"app":"peakd/2021.09.1"}
created2021-12-03 23:52:57
last_update2021-12-03 23:52:57
depth1
children0
last_payout2021-12-10 23:52:57
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_reputation1,792,030,495,152,214
root_title"BitShares Core 6.0.0 Release (codename "Mekong")"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id108,253,385
net_rshares0
@eatthebugs ·
You're not a dev, you're a faggot. 

You literally are committing fraud with what you're doing. 

Come to where I am, announce yourself, and fight me. 

You wont', because you sip cum from a wine glass. 
properties (22)
authoreatthebugs
permlinkre-abit-rhn1ph
categorybitshares
json_metadata{"tags":["bitshares"],"app":"peakd/2022.07.1"}
created2022-09-03 14:32:06
last_update2022-09-03 14:32:06
depth1
children0
last_payout2022-09-10 14:32: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_length203
author_reputation-2,903,759,295,826
root_title"BitShares Core 6.0.0 Release (codename "Mekong")"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id116,283,776
net_rshares0
@emeka4 ·
Keep up the good work this is really awesome and a better improvement for the blockchain.
properties (22)
authoremeka4
permlinkr3ejd0
categorybitshares
json_metadata{"app":"hiveblog/0.1"}
created2021-11-30 20:24:42
last_update2021-11-30 20:24:42
depth1
children0
last_payout2021-12-07 20:24: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_length89
author_reputation234,154,110,917,475
root_title"BitShares Core 6.0.0 Release (codename "Mekong")"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id108,156,941
net_rshares0
@hivebuzz ·
Congratulations @abit! 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/@abit/posts.png?202111301837"></td><td>You published more than 150 posts.<br>Your next target is to reach 200 posts.</td></tr>
</table>

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


To support your work, I also upvoted your post!


**Check out the last post from @hivebuzz:**
<table><tr><td><a href="/hivebuzz/@hivebuzz/pum-202111-29"><img src="https://images.hive.blog/64x128/https://i.imgur.com/31J1kOi.png"></a></td><td><a href="/hivebuzz/@hivebuzz/pum-202111-29">Hive Power Up Month - Feedback from Day 29</a></td></tr><tr><td><a href="/hivebuzz/@hivebuzz/pud-202112"><img src="https://images.hive.blog/64x128/https://i.imgur.com/f2Pina8.png"></a></td><td><a href="/hivebuzz/@hivebuzz/pud-202112">Hive Power Up Day - December 1st 2021 - Become an Orca!</a></td></tr></table>
properties (22)
authorhivebuzz
permlinkhivebuzz-notify-abit-20211130t184543
categorybitshares
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2021-11-30 18:45:42
last_update2021-11-30 18:45:42
depth1
children0
last_payout2021-12-07 18:45: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,206
author_reputation369,218,545,416,924
root_title"BitShares Core 6.0.0 Release (codename "Mekong")"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id108,154,484
net_rshares0
@hivebuzz ·
<center>[![](https://images.hive.blog/175x175/http://hivebuzz.me/@abit/level.png?202112221310)](https://hivebuzz.me/@abit)
<center>@abit, sorry to see you have less Hive Power.
Your level lowered and you are now a **Dolphin**!</center>

**Check out the last post from @hivebuzz:**
<table><tr><td><a href="/hivebuzz/@hivebuzz/christmas-2021"><img src="https://images.hive.blog/64x128/https://i.imgur.com/GNHxPEI.png"></a></td><td><a href="/hivebuzz/@hivebuzz/christmas-2021">Christmas Challenge - Offer a gift to to your friends</a></td></tr></table>

###### Support the HiveBuzz project. [Vote](https://hivesigner.com/sign/update_proposal_votes?proposal_ids=%5B%22199%22%5D&approve=true) for [our proposal](https://peakd.com/me/proposals/199)!
properties (22)
authorhivebuzz
permlinknotify-abit-20211222t131303
categorybitshares
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2021-12-22 13:13:03
last_update2021-12-22 13:13:03
depth1
children0
last_payout2021-12-29 13:13: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_length745
author_reputation369,218,545,416,924
root_title"BitShares Core 6.0.0 Release (codename "Mekong")"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id108,767,170
net_rshares0
@hivebuzz ·
<center>[![](https://images.hive.blog/175x175/http://hivebuzz.me/@abit/level.png?202112251125)](https://hivebuzz.me/@abit)
**Congratulations @abit**!
You raised your level and are now an **Orca**!</center>

**Check out the last post from @hivebuzz:**
<table><tr><td><a href="/hivebuzz/@hivebuzz/christmas-2021-feedback"><img src="https://images.hive.blog/64x128/https://i.imgur.com/c2tsS09.png"></a></td><td><a href="/hivebuzz/@hivebuzz/christmas-2021-feedback">Merry Christmas - Challenge Feedback - Win a 1000 HP delegation</a></td></tr></table>

###### Support the HiveBuzz project. [Vote](https://hivesigner.com/sign/update_proposal_votes?proposal_ids=%5B%22199%22%5D&approve=true) for [our proposal](https://peakd.com/me/proposals/199)!
properties (22)
authorhivebuzz
permlinknotify-abit-20211225t112557
categorybitshares
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2021-12-25 11:25:57
last_update2021-12-25 11:25:57
depth1
children0
last_payout2022-01-01 11:25:57
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_length743
author_reputation369,218,545,416,924
root_title"BitShares Core 6.0.0 Release (codename "Mekong")"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id108,845,747
net_rshares0
@hivebuzz ·
<center>[![](https://images.hive.blog/175x175/http://hivebuzz.me/@abit/level.png?202112291454)](https://hivebuzz.me/@abit)
<center>@abit, sorry to see you have less Hive Power.
Your level lowered and you are now a **Dolphin**!</center>

**Check out the last post from @hivebuzz:**
<table><tr><td><a href="/hivebuzz/@hivebuzz/pud-202201"><img src="https://images.hive.blog/64x128/https://i.imgur.com/i4ysvke.png"></a></td><td><a href="/hivebuzz/@hivebuzz/pud-202201">PUD - PUH - PUM - It's all about to Power Up!</a></td></tr><tr><td><a href="/hivebuzz/@hivebuzz/christmas-challenge-1000-hive-power-delegation-winner"><img src="https://images.hive.blog/64x128/https://i.imgur.com/p7iwfiD.png"></a></td><td><a href="/hivebuzz/@hivebuzz/christmas-challenge-1000-hive-power-delegation-winner">Christmas Challenge - 1000 Hive Power Delegation Winner</a></td></tr></table>

###### Support the HiveBuzz project. [Vote](https://hivesigner.com/sign/update_proposal_votes?proposal_ids=%5B%22199%22%5D&approve=true) for [our proposal](https://peakd.com/me/proposals/199)!
properties (22)
authorhivebuzz
permlinknotify-abit-20211229t145858
categorybitshares
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2021-12-29 14:59:00
last_update2021-12-29 14:59:00
depth1
children0
last_payout2022-01-05 14:59: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_length1,062
author_reputation369,218,545,416,924
root_title"BitShares Core 6.0.0 Release (codename "Mekong")"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id108,963,032
net_rshares0
@katirayo ·
BitShares Core 6.0.0 Release @abit this is a great achievement and how to use it was very blunt thanks for sharing.
properties (22)
authorkatirayo
permlinkre-abit-rjae9y
categorybitshares
json_metadata{"tags":["bitshares"],"app":"peakd/2022.07.1"}
created2022-10-05 15:42:15
last_update2022-10-05 15:42:15
depth1
children0
last_payout2022-10-12 15: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_length115
author_reputation19,476,347,900,657
root_title"BitShares Core 6.0.0 Release (codename "Mekong")"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id117,211,794
net_rshares0
@linna188 ·
great
properties (22)
authorlinna188
permlinkre-abit-2022217t1521388z
categorybitshares
json_metadata{"tags":["bitshares","release","mekong"],"app":"ecency/3.0.25-mobile","format":"markdown+html"}
created2022-02-17 07:21:03
last_update2022-02-17 07:21:03
depth1
children0
last_payout2022-02-24 07:21: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_length5
author_reputation34,930,735,417,683
root_title"BitShares Core 6.0.0 Release (codename "Mekong")"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id110,548,465
net_rshares0
@love5200 ·
🌹Thank you
properties (22)
authorlove5200
permlinkre-abit-2022310t01513225z
categorybitshares
json_metadata{"tags":["bitshares","release","mekong"],"app":"ecency/3.0.25-mobile","format":"markdown+html"}
created2022-03-09 16:15:12
last_update2022-03-09 16:15:12
depth1
children0
last_payout2022-03-16 16:15: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_length10
author_reputation536,819,079,140,664
root_title"BitShares Core 6.0.0 Release (codename "Mekong")"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,171,606
net_rshares0
@polkallen ·
Well done
👍  
properties (23)
authorpolkallen
permlinkre-abit-2022313t84843853z
categorybitshares
json_metadata{"tags":["bitshares","release","mekong"],"app":"ecency/3.0.27-mobile","format":"markdown+html"}
created2022-03-13 00:48:45
last_update2022-03-13 00:48:45
depth1
children0
last_payout2022-03-20 00:48: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_length9
author_reputation6,420,350,805,805
root_title"BitShares Core 6.0.0 Release (codename "Mekong")"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,272,698
net_rshares243,521,320
author_curate_reward""
vote details (1)
@potplucker ·
Happy to see network still being worked. Recently looked at account. Many projects seemed to be fading but not dead. Perhaps I need look more for the better projects on the network. Best of luck with the update.
properties (22)
authorpotplucker
permlinkr3h1bh
categorybitshares
json_metadata{"app":"hiveblog/0.1"}
created2021-12-02 04:47:42
last_update2021-12-02 04:47:42
depth1
children0
last_payout2021-12-09 04:47: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_length211
author_reputation1,347,690,476,569
root_title"BitShares Core 6.0.0 Release (codename "Mekong")"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id108,199,386
net_rshares0
@xinxin1 ·
thank you for sharing!
properties (22)
authorxinxin1
permlinkre-abit-2022313t204253427z
categorybitshares
json_metadata{"tags":["bitshares","release","mekong"],"app":"ecency/3.0.27-mobile","format":"markdown+html"}
created2022-03-13 12:42:54
last_update2022-03-13 12:42:54
depth1
children0
last_payout2022-03-20 12:42: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_length22
author_reputation23,686,418,424,862
root_title"BitShares Core 6.0.0 Release (codename "Mekong")"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id111,291,016
net_rshares0