 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)
author | abit |
---|---|
permlink | bitshares-core-6-0-0-release-codename-mekong |
category | bitshares |
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"} |
created | 2021-11-30 18:29:18 |
last_update | 2021-11-30 18:29:18 |
depth | 0 |
children | 15 |
last_payout | 2021-12-07 18:29:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 250.882 HBD |
curator_payout_value | 250.642 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 12,453 |
author_reputation | 141,171,499,037,785 |
root_title | "BitShares Core 6.0.0 Release (codename "Mekong")" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 108,154,116 |
net_rshares | 220,126,148,343,200 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
blocktrades | 0 | 26,437,367,426,057 | 21% | ||
alpha | 0 | 25,605,400,669,119 | 21% | ||
abit | 0 | 22,347,159,722,270 | 100% | ||
adm | 0 | 27,949,077,665,586 | 100% | ||
oaldamster | 0 | 77,159,962,779 | 100% | ||
mammasitta | 0 | 8,349,807,589 | 2.1% | ||
gerber | 0 | 23,294,918,005 | 7% | ||
roelandp | 0 | 214,278,329,353 | 5.25% | ||
ezzy | 0 | 379,682,313 | 7% | ||
arcange | 0 | 264,585,820,740 | 5% | ||
deanliu | 0 | 2,574,573,364,064 | 100% | ||
exyle | 0 | 64,075,269,458 | 7% | ||
raphaelle | 0 | 495,263,294 | 1% | ||
joythewanderer | 0 | 36,269,698,919 | 100% | ||
ace108 | 0 | 884,189,641,809 | 25% | ||
logic | 0 | 244,914,857,752 | 100% | ||
alexpmorris | 0 | 238,209,857,183 | 100% | ||
akipponn | 0 | 10,726,246,394 | 100% | ||
magicmonk | 0 | 2,006,895,929,539 | 100% | ||
timcliff | 0 | 106,811,759,567 | 100% | ||
laoyao | 0 | 48,422,342,340 | 100% | ||
somebody | 0 | 85,400,720 | 100% | ||
midnightoil | 0 | 169,283,390,655 | 100% | ||
xiaohui | 0 | 15,031,008,961 | 100% | ||
oflyhigh | 0 | 3,936,045,883,033 | 100% | ||
borran | 0 | 884,038,692,326 | 100% | ||
rivalhw | 0 | 2,098,168,773,399 | 100% | ||
helene | 0 | 1,152,428,444,031 | 100% | ||
themonetaryfew | 0 | 9,612,346,654 | 100% | ||
penguinpablo | 0 | 324,268,318,563 | 12% | ||
leoplaw | 0 | 8,648,528,083 | 100% | ||
titusfrost | 0 | 66,012,356,058 | 100% | ||
funnyman | 0 | 1,074,491,781 | 4.8% | ||
steemcleaners | 0 | 1,593,122,340,567 | 60% | ||
ssekulji | 0 | 20,731,786,619 | 100% | ||
planosdeunacasa | 0 | 650,625,164 | 7% | ||
walterjay | 0 | 15,799,724,927 | 0.87% | ||
mornevd | 0 | 2,123,091,568 | 100% | ||
blackbunny | 0 | 927,452,043 | 100% | ||
bxt | 0 | 161,157,069,057 | 100% | ||
lingfei | 0 | 80,888,643,081 | 100% | ||
steemitboard | 0 | 2,524,271,353 | 1% | ||
hattaarshavin | 0 | 365,449,106,533 | 100% | ||
ranchorelaxo | 0 | 38,039,730,660,767 | 100% | ||
oneshot | 0 | 45,656,591,876 | 100% | ||
trafalgar | 0 | 31,503,881,145,288 | 75% | ||
itinerantph | 0 | 772,607,356 | 37.5% | ||
freebornsociety | 0 | 5,376,591,792 | 10% | ||
elevator09 | 0 | 27,723,165,486 | 100% | ||
dickturpin | 0 | 4,312,512,507 | 10.5% | ||
lizanomadsoul | 0 | 4,688,129,732 | 2% | ||
pastzam | 0 | 320,831,526,071 | 40% | ||
raindrop | 0 | 504,566,092,750 | 75% | ||
dune69 | 0 | 41,547,783,352 | 5.6% | ||
tamaralovelace | 0 | 134,108,618,622 | 100% | ||
iansart | 0 | 15,295,937,856 | 7% | ||
robi | 0 | 87,374,534,471 | 100% | ||
forykw | 0 | 70,617,137,926 | 3.5% | ||
lenmar | 0 | 34,626,420,244 | 100% | ||
drag33 | 0 | 3,897,407,247 | 100% | ||
exec | 0 | 255,699,706,882 | 100% | ||
eval | 0 | 858,597,384 | 100% | ||
alphacore | 0 | 7,176,663,709 | 2.42% | ||
johnlue | 0 | 9,106,975,201 | 75% | ||
sam99 | 0 | 46,454,787,358 | 18% | ||
jingdol | 0 | 424,209,350,739 | 100% | ||
spectrumecons | 0 | 1,721,948,847,506 | 30% | ||
omar-hesham | 0 | 865,017,531 | 100% | ||
joeyarnoldvn | 0 | 570,222,745 | 1.68% | ||
corsica | 0 | 73,970,095 | 100% | ||
ufv | 0 | 649,369,469 | 10.5% | ||
britcoins | 0 | 2,753,343,334 | 100% | ||
nicniezgrublem | 0 | 12,494,599,648 | 5.6% | ||
travelgirl | 0 | 163,011,252,071 | 100% | ||
wanderwithtwo | 0 | 16,064,207,479 | 100% | ||
isabelpena | 0 | 16,196,484,530 | 100% | ||
dineroconopcion | 0 | 660,202,253 | 7% | ||
steemik | 0 | 1,406,155,522 | 100% | ||
francosteemvotes | 0 | 615,568,710 | 1.75% | ||
zonabitcoin | 0 | 624,221,404 | 7% | ||
jeanlucsr | 0 | 747,893,092 | 0.7% | ||
ahlawat | 0 | 3,534,140,025 | 13.2% | ||
mangoanddaddy | 0 | 3,133,818,240 | 80% | ||
lalupita | 0 | 81,084,428,254 | 40% | ||
aafeng | 0 | 690,768,170,467 | 100% | ||
cn-reader | 0 | 16,633,537,346 | 50% | ||
felander | 0 | 37,772,386,548 | 7% | ||
ridwant | 0 | 19,290,265,740 | 100% | ||
santigs | 0 | 915,302,607 | 77% | ||
rafaelaquino | 0 | 18,892,558,570 | 100% | ||
kimzwarch | 0 | 8,900,304,841 | 4% | ||
bboyady | 0 | 2,215,743,801 | 19.16% | ||
accelerator | 0 | 99,180,356,454 | 50% | ||
apasia.tech | 0 | 9,534,138,905 | 100% | ||
yogacoach | 0 | 7,212,104,790 | 7% | ||
veenang | 0 | 2,359,843,906 | 5.74% | ||
chenlocus | 0 | 514,471,461 | 100% | ||
davidke20 | 0 | 41,138,404,680 | 38.32% | ||
fatman | 0 | 8,141,807,127 | 2% | ||
dancingapple | 0 | 24,131,042,777 | 100% | ||
steembet.asia | 0 | 666,296,583 | 100% | ||
critic-on | 0 | 7,891,978,269 | 100% | ||
simonmaz | 0 | 15,134,379,927 | 100% | ||
gtpjfoodbank | 0 | 34,289,443,010 | 90% | ||
investegg | 0 | 31,472,830,074 | 0.7% | ||
vegoutt-travel | 0 | 26,451,162,165 | 30% | ||
japanguide | 0 | 660,131,644 | 100% | ||
kimchi-king | 0 | 1,840,170,514 | 50% | ||
winniex | 0 | 314,020,209,050 | 100% | ||
arabisouri | 0 | 303,167,767,960 | 100% | ||
noble-noah | 0 | 12,015,570,019 | 100% | ||
caladan | 0 | 43,231,245,227 | 5.95% | ||
photoquote | 0 | 3,396,405,255 | 100% | ||
potplucker | 0 | 360,193,554 | 100% | ||
etherpunk | 0 | 889,362,719 | 50% | ||
travoved | 0 | 3,331,159,628 | 100% | ||
hendersonp | 0 | 760,173,748 | 7% | ||
traf | 0 | 2,735,693,856,447 | 75% | ||
cryptonized | 0 | 17,305,856,822 | 12% | ||
tomatom | 0 | 1,736,810,463 | 10.5% | ||
dechastre | 0 | 591,506,222 | 5.25% | ||
daltono | 0 | 136,803,482,664 | 7% | ||
gabrielatravels | 0 | 26,568,681,419 | 10.5% | ||
bengy | 0 | 1,933,060,091 | 2.5% | ||
blocktrades.com | 0 | 17,456,270,596,389 | 21% | ||
suhunter | 0 | 959,203,821 | 50% | ||
manncpt | 0 | 1,857,428,321 | 2% | ||
auracraft | 0 | 750,230,280 | 21% | ||
ran.koree | 0 | 1,340,456,131 | 100% | ||
unconditionalove | 0 | 685,254,745 | 3.5% | ||
minnowvotes | 0 | 265,899,800,338 | 100% | ||
pkocjan | 0 | 5,814,229,353 | 5.6% | ||
ladysalsa | 0 | 514,519,929 | 7% | ||
futurecurrency | 0 | 75,292,002,768 | 100% | ||
reazuliqbal | 0 | 38,301,482,686 | 7% | ||
josemalavem | 0 | 51,021,469,685 | 70% | ||
kymio | 0 | 522,996,259 | 3.75% | ||
silverd510 | 0 | 6,841,950,940 | 100% | ||
andablackwidow | 0 | 19,567,153,594 | 100% | ||
bestboom | 0 | 2,019,883,505 | 7% | ||
onepercentbetter | 0 | 14,443,332,380 | 12% | ||
manniman | 0 | 68,055,135,065 | 11% | ||
kudfa | 0 | 2,346,868,896 | 100% | ||
agdali | 0 | 46,675,987 | 100% | ||
ablaze | 0 | 61,081,749,550 | 100% | ||
freddio | 0 | 1,687,331,378 | 15% | ||
sugandhaseth | 0 | 26,422,702,098 | 100% | ||
kgakakillerg | 0 | 19,067,850,039 | 10% | ||
globalschool | 0 | 924,294,873 | 1% | ||
steem.services | 0 | 4,230,984,125 | 1.75% | ||
atanas007 | 0 | 5,391,409,970 | 100% | ||
davidesimoncini | 0 | 8,851,210,919 | 30.3% | ||
archisteem | 0 | 1,252,325,519 | 7.5% | ||
politicalcartoon | 0 | 0 | 100% | ||
luminaryhmo | 0 | 3,529,073,794 | 100% | ||
kstop1 | 0 | 31,186,437,555 | 100% | ||
merlion | 0 | 603,483,603 | 12% | ||
dses | 0 | 44,359,477,050 | 80% | ||
swisswitness | 0 | 4,024,688,083 | 7% | ||
imtase | 0 | 532,159,397 | 15% | ||
gaottantacinque | 0 | 159,519,738 | 100% | ||
steinz | 0 | 1,113,601,348 | 100% | ||
ilodz24hd | 0 | 7,016,617,414 | 100% | ||
nathanko | 0 | 23,449,333,689 | 100% | ||
french-tech | 0 | 1,067,115,031 | 15% | ||
raiseup | 0 | 837,978,818 | 12% | ||
gasaeightyfive | 0 | 261,595,255 | 100% | ||
dlike | 0 | 43,505,244,075 | 7% | ||
steemaction | 0 | 1,459,917,147 | 12% | ||
ten-years-before | 0 | 140,757,452 | 15% | ||
engrave | 0 | 120,990,470,939 | 5.6% | ||
pboulet | 0 | 1,288,742,753 | 1.75% | ||
a-bot | 0 | 9,220,156,372 | 25% | ||
bobby.madagascar | 0 | 600,454,544 | 1.75% | ||
numanbutt | 0 | 564,716,674 | 100% | ||
cribbio | 0 | 501,731,559 | 100% | ||
mintrawa | 0 | 79,383,903,210 | 15% | ||
thevil | 0 | 92,703,108,789 | 10.5% | ||
berthold | 0 | 1,672,435,319 | 6% | ||
sasaadrian | 0 | 12,167,811,883 | 20% | ||
thrasher666 | 0 | 1,988,429,952 | 60% | ||
followjohngalt | 0 | 2,292,045,964 | 6.3% | ||
cakemonster | 0 | 3,362,244,387 | 3.5% | ||
thomasward9 | 0 | 381,797,437 | 100% | ||
starrouge | 0 | 1,048,492,524 | 50% | ||
wherein | 0 | 65,332,802,963 | 100% | ||
khan.dayyanz | 0 | 55,898,590,166 | 100% | ||
steemfriends | 0 | 10,219,903,023 | 100% | ||
shainemata | 0 | 1,841,459,838 | 2.5% | ||
zerofive | 0 | 1,129,036,806 | 50% | ||
jacuzzi | 0 | 1,840,952,962 | 2.4% | ||
cryptoninja.guru | 0 | 959,418,114 | 100% | ||
cnstm | 0 | 131,429,724,847 | 100% | ||
likuang007 | 0 | 662,572,600 | 100% | ||
smonkstop1 | 0 | 3,294,179,694 | 100% | ||
fusion.lover | 0 | 32,158,413,454 | 100% | ||
lianjingmedia | 0 | 999,164,504 | 100% | ||
hungrybear | 0 | 513,582,737 | 12% | ||
azarmadr3 | 0 | 1,304,012,812 | 100% | ||
lovelemon | 0 | 44,282,813,897 | 100% | ||
mfblack | 0 | 3,371,046,569 | 6.65% | ||
azarmadr | 0 | 19,246,612 | 100% | ||
photographercr | 0 | 29,118,598,051 | 15% | ||
helgalubevi | 0 | 725,165,318 | 10.5% | ||
minigame | 0 | 315,800,519,169 | 100% | ||
bitsharesorg | 0 | 52,821,016,423 | 100% | ||
omnivori | 0 | 1,691,449,593 | 90% | ||
tinyhousecryptos | 0 | 507,045,647 | 5% | ||
ying82 | 0 | 14,056,988,416 | 100% | ||
steemindian | 0 | 512,096,348 | 3.5% | ||
cheer-up | 0 | 1,050,074,953 | 5.6% | ||
denisdenis | 0 | 59,973,794,943 | 100% | ||
manylar | 0 | 5,205,931,063 | 100% | ||
ljungbuske | 0 | 5,081,083,682 | 100% | ||
milu-the-dog | 0 | 4,117,297,063 | 7% | ||
triplea.bot | 0 | 1,674,285,473 | 7% | ||
tiffin | 0 | 2,057,895,460 | 5.6% | ||
steem.leo | 0 | 12,209,369,548 | 7% | ||
havtorn | 0 | 7,222,526,680 | 100% | ||
helengutier2 | 0 | 9,045,991,203 | 7% | ||
demiro | 0 | 7,134,215,672 | 100% | ||
breezy3714 | 0 | 3,095,875,415 | 100% | ||
moleah | 0 | 30,137,831,854 | 100% | ||
fixie | 0 | 64,262,334,086 | 100% | ||
tolaramazan | 0 | 58,894,096,447 | 100% | ||
katrin-lux | 0 | 6,945,174,774 | 100% | ||
angelicsaman | 0 | 3,391,558,605 | 100% | ||
icon123456 | 0 | 28,109,885,135 | 100% | ||
bilpcoinrecords | 0 | 535,117,645 | 10.5% | ||
seabuckthorn | 0 | 4,839,663,216 | 100% | ||
dbfoodbank | 0 | 4,723,808,229 | 76% | ||
galtsund | 0 | 12,482,824,311 | 100% | ||
weddinggift | 0 | 5,499,805,481 | 100% | ||
steempower-001 | 0 | 628,032,986 | 10% | ||
njord | 0 | 4,965,289,037 | 100% | ||
yohjuan | 0 | 1,384,461,467 | 100% | ||
ribary | 0 | 2,419,376,215 | 3.5% | ||
kgsupport | 0 | 2,312,578,161 | 50% | ||
the66squirrel | 0 | 10,750,776,284 | 100% | ||
mice-k | 0 | 665,020,804 | 7% | ||
julesquirin | 0 | 2,338,944,324 | 15% | ||
dpend.active | 0 | 1,519,789,841 | 1.4% | ||
fengchao | 0 | 1,696,249,924 | 1% | ||
hivebuzz | 0 | 5,885,354,379 | 2% | ||
hivewatchers | 0 | 220,526,087,370 | 55% | ||
laruche | 0 | 72,051,049,609 | 1.75% | ||
flowerbaby | 0 | 1,739,188,896 | 7% | ||
softworld | 0 | 1,800,736,059 | 100% | ||
polish.hive | 0 | 5,422,476,427 | 7% | ||
alther | 0 | 154,680,011 | 100% | ||
captainhive | 0 | 635,720,314,775 | 30% | ||
dcityrewards | 0 | 245,570,178,659 | 7% | ||
hivelist | 0 | 2,854,322,052 | 0.7% | ||
enricgr | 0 | 23,527,474,612 | 99% | ||
josepgs | 0 | 21,330,472,003 | 100% | ||
daniky | 0 | 20,089,322,732 | 25% | ||
hivecur | 0 | 72,470,544 | 7% | ||
zhoten | 0 | 18,819,104,112 | 21% | ||
koxmicart | 0 | 9,840,967,072 | 100% | ||
akhyar23 | 0 | 369,381,731 | 100% | ||
dalersilfver | 0 | 372,595,798,629 | 33.3% | ||
elbuhoaular | 0 | 4,257,802,346 | 100% | ||
philipmak | 0 | 1,444,597,111 | 50% | ||
warliezdiaz1 | 0 | 958,212,113 | 100% | ||
kattycrochet | 0 | 15,423,162,794 | 37.5% | ||
pedrovivaz | 0 | 43,679,355,371 | 100% | ||
godfather.ftw | 0 | 3,574,396,015 | 100% | ||
dcrops | 0 | 34,835,436,771 | 3.5% | ||
rollsman1 | 0 | 0 | 100% | ||
hectorsanchez18 | 0 | 10,645,971,588 | 100% | ||
nj07 | 0 | 2,562,880,748 | 100% | ||
vaipraonde | 0 | 552,302,103 | 51% | ||
zdigital222 | 0 | 134,750,086 | 100% | ||
wend1go | 0 | 36,992,023,802 | 100% | ||
asuk4 | 0 | 860,490,495 | 21% | ||
ahmed365 | 0 | 517,079,745 | 5% | ||
mcedric | 0 | 8,360,002,573 | 15% | ||
dendendenden | 0 | 110,854,145,503 | 100% | ||
shanhenry | 0 | 5,584,645,159 | 100% | ||
amatom | 0 | 153,261,531 | 100% | ||
cowboyzlegend27 | 0 | 3,476,498,779 | 100% | ||
tina1219 | 0 | 0 | 100% | ||
irenicus30 | 0 | 6,975,238,441 | 100% | ||
tangheim | 0 | 2,264,551,719 | 100% | ||
linna188 | 0 | 0 | 100% | ||
goitse | 0 | 450,483,949 | 100% | ||
odinnmm71 | 0 | 0 | 0% | ||
teukuboyhaqie | 0 | 1,873,981,787 | 100% | ||
katirayo | 0 | 0 | 25% | ||
alpha-omega | 0 | 1,704,612,954 | 100% | ||
enochroot | 0 | 0 | 100% | ||
mike.cupcakes | 0 | 2,722,101,324 | 100% | ||
genesys | 0 | 9,407,489,281 | 100% | ||
lazy001 | 0 | 3,642,541,026 | 100% | ||
lilasart65 | 0 | 207,267,840 | 100% | ||
kieranlee | 0 | 120,647,693 | 50% | ||
mintfinch | 0 | 425,096,094 | 100% | ||
unlikelysurvivor | 0 | 928,309,516 | 100% | ||
kaale | 0 | 562,780,372 | 100% | ||
uddydan | 0 | 545,881,214 | 100% | ||
joshsticks28 | 0 | 856,759,030 | 100% | ||
abeerhunter | 0 | 2,176,853,029 | 20% | ||
triplug | 0 | 0 | 100% | ||
tasku | 0 | 0 | 100% | ||
abh12345.waivio | 0 | 3,522,210,254 | 100% | ||
redhive | 0 | 0 | 100% | ||
kieran5767 | 0 | 25,418,665 | 50% | ||
djgavitron42 | 0 | 0 | 100% | ||
elohim666 | 0 | 437,464,361 | 100% | ||
roxani68 | 0 | 0 | 100% | ||
rocinanteprimo | 0 | 858,589,180 | 100% | ||
akkann | 0 | 0 | 100% | ||
uzuka | 0 | 0 | 100% | ||
yuankkk | 0 | 0 | 100% | ||
luba555 | 0 | 0 | 100% | ||
ankushraj | 0 | 0 | 22.2% | ||
polkallen | 0 | 0 | 100% | ||
xianlaiyiju | 0 | 0 | 100% | ||
love5200 | 0 | 0 | 100% | ||
odessamama | 0 | 0 | 100% | ||
xinxin1 | 0 | 0 | 100% | ||
superslayer0040 | 0 | 0 | 100% | ||
mukadder | 0 | 0 | 100% | ||
ionislav28 | 0 | 0 | 100% | ||
ipoh.ahmoi | 0 | 0 | 100% |
One of my favorite tokens. I hope that your work will give impetus to its development!
author | bammbuss |
---|---|
permlink | r3f8yy |
category | bitshares |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-12-01 03:38:21 |
last_update | 2021-12-01 03:38:21 |
depth | 1 |
children | 0 |
last_payout | 2021-12-08 03:38:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 86 |
author_reputation | 21,915,846,838,025 |
root_title | "BitShares Core 6.0.0 Release (codename "Mekong")" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 108,165,475 |
net_rshares | 0 |
Awesome! But it's really complicated to me.
author | chenfuzi |
---|---|
permlink | re-abit-2022316t111359978z |
category | bitshares |
json_metadata | {"tags":["bitshares","release","mekong"],"app":"ecency/3.0.22-vision","format":"markdown+html"} |
created | 2022-03-16 15:14:00 |
last_update | 2022-03-16 15:14:00 |
depth | 1 |
children | 0 |
last_payout | 2022-03-23 15:14:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 43 |
author_reputation | 28,040,728,159,061 |
root_title | "BitShares Core 6.0.0 Release (codename "Mekong")" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 111,399,496 |
net_rshares | 0 |
Great news for BitShares! Now I'm just curious what I am to do with the BEOS that I have.
author | daltono |
---|---|
permlink | re-abit-r3kd07 |
category | bitshares |
json_metadata | {"tags":["bitshares"],"app":"peakd/2021.09.1"} |
created | 2021-12-03 23:52:57 |
last_update | 2021-12-03 23:52:57 |
depth | 1 |
children | 0 |
last_payout | 2021-12-10 23:52:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 90 |
author_reputation | 1,792,030,495,152,214 |
root_title | "BitShares Core 6.0.0 Release (codename "Mekong")" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 108,253,385 |
net_rshares | 0 |
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.
author | eatthebugs |
---|---|
permlink | re-abit-rhn1ph |
category | bitshares |
json_metadata | {"tags":["bitshares"],"app":"peakd/2022.07.1"} |
created | 2022-09-03 14:32:06 |
last_update | 2022-09-03 14:32:06 |
depth | 1 |
children | 0 |
last_payout | 2022-09-10 14:32:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 203 |
author_reputation | -2,903,759,295,826 |
root_title | "BitShares Core 6.0.0 Release (codename "Mekong")" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 116,283,776 |
net_rshares | 0 |
Keep up the good work this is really awesome and a better improvement for the blockchain.
author | emeka4 |
---|---|
permlink | r3ejd0 |
category | bitshares |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-11-30 20:24:42 |
last_update | 2021-11-30 20:24:42 |
depth | 1 |
children | 0 |
last_payout | 2021-12-07 20:24:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 89 |
author_reputation | 234,154,110,917,475 |
root_title | "BitShares Core 6.0.0 Release (codename "Mekong")" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 108,156,941 |
net_rshares | 0 |
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>
author | hivebuzz |
---|---|
permlink | hivebuzz-notify-abit-20211130t184543 |
category | bitshares |
json_metadata | {"image":["http://hivebuzz.me/notify.t6.png"]} |
created | 2021-11-30 18:45:42 |
last_update | 2021-11-30 18:45:42 |
depth | 1 |
children | 0 |
last_payout | 2021-12-07 18:45:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,206 |
author_reputation | 369,218,545,416,924 |
root_title | "BitShares Core 6.0.0 Release (codename "Mekong")" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 108,154,484 |
net_rshares | 0 |
<center>[](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)!
author | hivebuzz |
---|---|
permlink | notify-abit-20211222t131303 |
category | bitshares |
json_metadata | {"image":["http://hivebuzz.me/notify.t6.png"]} |
created | 2021-12-22 13:13:03 |
last_update | 2021-12-22 13:13:03 |
depth | 1 |
children | 0 |
last_payout | 2021-12-29 13:13:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 745 |
author_reputation | 369,218,545,416,924 |
root_title | "BitShares Core 6.0.0 Release (codename "Mekong")" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 108,767,170 |
net_rshares | 0 |
<center>[](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)!
author | hivebuzz |
---|---|
permlink | notify-abit-20211225t112557 |
category | bitshares |
json_metadata | {"image":["http://hivebuzz.me/notify.t6.png"]} |
created | 2021-12-25 11:25:57 |
last_update | 2021-12-25 11:25:57 |
depth | 1 |
children | 0 |
last_payout | 2022-01-01 11:25:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 743 |
author_reputation | 369,218,545,416,924 |
root_title | "BitShares Core 6.0.0 Release (codename "Mekong")" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 108,845,747 |
net_rshares | 0 |
<center>[](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)!
author | hivebuzz |
---|---|
permlink | notify-abit-20211229t145858 |
category | bitshares |
json_metadata | {"image":["http://hivebuzz.me/notify.t6.png"]} |
created | 2021-12-29 14:59:00 |
last_update | 2021-12-29 14:59:00 |
depth | 1 |
children | 0 |
last_payout | 2022-01-05 14:59:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,062 |
author_reputation | 369,218,545,416,924 |
root_title | "BitShares Core 6.0.0 Release (codename "Mekong")" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 108,963,032 |
net_rshares | 0 |
BitShares Core 6.0.0 Release @abit this is a great achievement and how to use it was very blunt thanks for sharing.
author | katirayo |
---|---|
permlink | re-abit-rjae9y |
category | bitshares |
json_metadata | {"tags":["bitshares"],"app":"peakd/2022.07.1"} |
created | 2022-10-05 15:42:15 |
last_update | 2022-10-05 15:42:15 |
depth | 1 |
children | 0 |
last_payout | 2022-10-12 15:42:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 115 |
author_reputation | 19,476,347,900,657 |
root_title | "BitShares Core 6.0.0 Release (codename "Mekong")" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 117,211,794 |
net_rshares | 0 |
great
author | linna188 |
---|---|
permlink | re-abit-2022217t1521388z |
category | bitshares |
json_metadata | {"tags":["bitshares","release","mekong"],"app":"ecency/3.0.25-mobile","format":"markdown+html"} |
created | 2022-02-17 07:21:03 |
last_update | 2022-02-17 07:21:03 |
depth | 1 |
children | 0 |
last_payout | 2022-02-24 07:21:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5 |
author_reputation | 34,930,735,417,683 |
root_title | "BitShares Core 6.0.0 Release (codename "Mekong")" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 110,548,465 |
net_rshares | 0 |
🌹Thank you
author | love5200 |
---|---|
permlink | re-abit-2022310t01513225z |
category | bitshares |
json_metadata | {"tags":["bitshares","release","mekong"],"app":"ecency/3.0.25-mobile","format":"markdown+html"} |
created | 2022-03-09 16:15:12 |
last_update | 2022-03-09 16:15:12 |
depth | 1 |
children | 0 |
last_payout | 2022-03-16 16:15:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 536,819,079,140,664 |
root_title | "BitShares Core 6.0.0 Release (codename "Mekong")" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 111,171,606 |
net_rshares | 0 |
Well done
author | polkallen |
---|---|
permlink | re-abit-2022313t84843853z |
category | bitshares |
json_metadata | {"tags":["bitshares","release","mekong"],"app":"ecency/3.0.27-mobile","format":"markdown+html"} |
created | 2022-03-13 00:48:45 |
last_update | 2022-03-13 00:48:45 |
depth | 1 |
children | 0 |
last_payout | 2022-03-20 00:48:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 9 |
author_reputation | 6,420,350,805,805 |
root_title | "BitShares Core 6.0.0 Release (codename "Mekong")" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 111,272,698 |
net_rshares | 243,521,320 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gangstalking | 0 | 243,521,320 | 0.15% |
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.
author | potplucker |
---|---|
permlink | r3h1bh |
category | bitshares |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2021-12-02 04:47:42 |
last_update | 2021-12-02 04:47:42 |
depth | 1 |
children | 0 |
last_payout | 2021-12-09 04:47:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 211 |
author_reputation | 1,347,690,476,569 |
root_title | "BitShares Core 6.0.0 Release (codename "Mekong")" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 108,199,386 |
net_rshares | 0 |
thank you for sharing!
author | xinxin1 |
---|---|
permlink | re-abit-2022313t204253427z |
category | bitshares |
json_metadata | {"tags":["bitshares","release","mekong"],"app":"ecency/3.0.27-mobile","format":"markdown+html"} |
created | 2022-03-13 12:42:54 |
last_update | 2022-03-13 12:42:54 |
depth | 1 |
children | 0 |
last_payout | 2022-03-20 12:42:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 22 |
author_reputation | 23,686,418,424,862 |
root_title | "BitShares Core 6.0.0 Release (codename "Mekong")" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 111,291,016 |
net_rshares | 0 |