create account

BitShares Core Release 2.0.180823 新版本发布 by abit

View this thread on: hive.blogpeakd.comecency.com
· @abit ·
$35.56
BitShares Core Release 2.0.180823 新版本发布
https://upload.wikimedia.org/wikipedia/commons/a/a4/Bitshareslogo.jpg

This is the first BitShares-Core release that supports Ubuntu 18.04 LTS. Due to the new features and improvements included in this release, all nodes are encouraged to upgrade (will replay automatically on first run).

Detailed info and binaries for download: https://github.com/bitshares/bitshares-core/releases/tag/2.0.180823

## Security fixes
- CLI wallet: updated choice of range proof params in cli wallet reveals transaction magnitude to very narrow range for Blinded Transfers (issue #480 / PR #1117 #1227)

## API changes
- Removed crypto_api from default list of allowed APIs. (issue #1123 / PR #1125)
- Changed default `max-ops-per-account` value to 100, impacts account history (#1120)
- Added `get_account_limit_orders` database API to query for open orders of one account in one market #463 #849 #1163
- Added `get_asset_count` API to return total number of available assets #688, #1159
- Added `get_transaction_hex_without_sig` API get serialized transaction hex without `signatures` field (issue #1013 / PR #1038)
- Added support for account name as parameter for all API calls #969 #989 #1164 #1168 #1152 #1155
- Added `fail_reason` field to proposal object #730, #1036
- Retroactively deducted witness `missed_blocks` caused by chain halts #1087

## New features and improvements
- Added Openssl 1.1 and Ubuntu 18.04 support (issue #835 / PR #559 #921 #1008 https://github.com/bitshares/bitshares-fc/pull/7)
  - Fixed invalid use of incomplete type `BIGNUM {aka struct bignum_st}` #327
- Added `witness_node` startup option `--enable-standby-votes-tracking` to track votes of standby witnesses and committee members, enabled by default #987, #1191, #1211
- Added `cli_wallet` startup option `--suggest-brain-key` to generate keys without connecting to a witness_node #1011, #1039
- Added `quit` command to `cli_wallet` #1104, #1050 https://github.com/bitshares/bitshares-fc/pull/63
- Improved witness_node performance for generating blocks, resyncing and replaying
  - Improved account maintenance (vote tally) performance (issue #803/ PR #1085)
  - Improved performance of `database::update_expired_feeds()` and global object getters #1093 #1180
  - Slightly improved price comparison performance #1094 #1124
  - Added index on `short_backing_asset`, better performance for updating asset (Issue #960 / PR #1019)

### Docker File
- Changed default docker p2p port to 1776, fixed p2p port to match Dockerfile #1226, #1078
- Fixes to make Docker containers shutdown gracefully #1077 #1115
- Fixed Docker Cloud Build Failing Due to Compile Time #1221 #1222
- Modified Dockerfile to work with new docker cloud version (0.10.1) #1075
- Updated testnet Branch to Include Latest Dockerfile #1074

### Elasticsearch
- Elasticsearch refactor #1103 #1201
  - Add auth to communicate with the ES database with `--elasticsearch-basic-auth` startup option.
  - Custom index names with `--elasticsearch-index-prefix` startup option.
  - Removed `--elasticsearch-logs` startup option
  - Better error handling: if there is an error when sending data to ElasticSearch, plugin will stop processing blocks and keep trying, and it resumes when connection is back at the same place. #681
  - add operation_id_num for easier filtering.
  - Fill orders data in additional for easy volume.
  - Test cases framework. #1047
  - Make full use of common functions in the 2 plugins(utilities).
  - flush ES database on every block when node is in sync to improve real time user experience. #1137
  - Increased performance of the `elasticsearch` plugin where possible: #1260 
- Updated documentation https://github.com/bitshares/bitshares-core/wiki/ElasticSearch-Plugin

## Bugfixes
- Fixed CLI `get_account_history` pagination issue (duplicate ops when `limit` great than 100) #1176, #1177, #1179
- Fixed `cli_wallet` crashes for macOS 10.13.5 #1127 https://github.com/bitshares/bitshares-fc/pull/60
- Fixed a bug related to undo database that may cause `witness_node` to crash #1247 #1257
- Fixed "log file of current hour gets overwritten by default" #809 https://github.com/bitshares/bitshares-fc/pull/56
- Fixed 2 minor bugs in snapshot plugin #1185
- Fixed object database exception handling when built with Boost 1.66 (#852 #1126 #1161)
- Enable `boost::stacktrace` correctly https://github.com/bitshares/bitshares-fc/pull/66

## Other changes
- Integrated SonarCloud into Travis build (issue #836 / PR #1081 https://github.com/bitshares/bitshares-fc/pull/49)
- Travis speedup by using ccache #1264
- Added `USE_PROFILER` option to Cmake to enable profiling #1119
- Added `OPENSSL_CONF_SOURCE` variable for building in Windows https://github.com/bitshares/bitshares-fc/pull/59
- Added cli_tests to Travis-CI #1156
- Added `asset_api_tests` #1202
- Added new seed node by bangzi #1130 #1138
- Changed default `core_exchange_rate` quote asset in order to create asset more easily #1132
- Updated node.cpp, check attacker/buggy client before updating items ids #1007
- Optimized `find()` call in P2P code #1090, #1091
- Refactored `get_impacted_account_visitor`, removed duplicate code from impacted.cpp #845 #1073
- Refactored `cancel_all_subscriptions` for better performance and consistency #762 #1009 https://github.com/bitshares/bitshares-fc/pull/50
- Changed `push_proposal exception` log level to warn #1146
- Cleaned up Balance evaluator code #1150
- Cleaned up `get_named_account_balances` code #1154 , #1135
- Cleaned up logging in account.cpp #1010
- Cleanup up a visitor struct in static_variant.hpp https://github.com/bitshares/bitshares-fc/pull/58
- Removed obsolete constants (issue #1034 / PR #1072)
- Removed unused "smaz" compression #986 https://github.com/bitshares/bitshares-fc/pull/51
- Removed unused bz2 linkage #1003 https://github.com/bitshares/bitshares-fc/pull/52
- Removed double assert in `object_id_type` constructor #1128
- Removed protocol.hpp #1197, #1200
- Backported EOS PR 3560 replace assert in FC::crypto #992 https://github.com/bitshares/bitshares-fc/pull/54
- Backported EOS PR 3240 HTTP performance improvement, added move-semantic-version `set_body` function #999 https://github.com/bitshares/websocketpp/pull/1 https://github.com/bitshares/bitshares-fc/pull/65
- Updated test case for `time_point_sec::to_iso_string`, detect boost version #597 https://github.com/bitshares/bitshares-fc/pull/67
- Fixed Performance sucks at first block after a long sequence of missed blocks #1086 #1087
  - witness `missed_blocks` count no longer increases due to chain halt (retroactive change)
- Fixed cli_tests websocket port binding #1178 #1187
- Fixed RPC logging level inconsistency #929 https://github.com/bitshares/bitshares-fc/pull/62
- Fixed wallet in-code docs, suppressed compiler warnings  #1015 #1181 #1129 #1199 #1190
- Updated `asset_object::amount_to_string` implementation for slightly better performance #1012
- Updated system requirements into Documents #1107 #1108
- Updated README.md document #1121, #1166, #1212


## Contributors in this release:

- @pmconrad
- @abitmore
- @oxarbitrage
- @jmjatlanta
- @cogutvalera / @nanomobile
- @cifer-lee
- @ryanRfox
- @nathanhourt
- @christophersanborn
- @xeroc
- @xiangxn
- @RichardWeiYang
- @Zapata
- @cwyyprog
- @Tydus

---

BTS 2.0.180823 新版本已发布。

下载地址: https://github.com/bitshares/bitshares-core/releases/tag/2.0.180823

这个版本优化了很多东西,第一次启动还是会 replay 。


部分优化清单如下:

支持 Ubuntu 18.04 和 OpenSSL 1.1.0 了;
可以看到备选理事会票数了;
replay 时间降为原来的 1/3 ;
账户相关的API都支持传入账户名了(原来只能传ID);
命令行钱包加了 quit 命令;
Elasticsearch 插件大量优化。

代码贡献者:

- @pmconrad
- @abitmore
- @oxarbitrage
- @jmjatlanta
- @cogutvalera / @nanomobile
- @cifer-lee
- @ryanRfox
- @nathanhourt
- @christophersanborn
- @xeroc
- @xiangxn
- @RichardWeiYang
- @Zapata
- @cwyyprog
- @Tydus
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 47 others
👎  
properties (23)
authorabit
permlinkbitshares-core-release-2-0-180823
categorybitshares
json_metadata{"tags":["bitshares","bts","cn","cn-programming","news"],"users":["pmconrad","abitmore","oxarbitrage","jmjatlanta","cogutvalera","nanomobile","cifer-lee","ryanrfox","nathanhourt","xeroc","xiangxn","richardweiyang","zapata","cwyyprog","tydus"],"image":["https://upload.wikimedia.org/wikipedia/commons/a/a4/Bitshareslogo.jpg"],"links":["https://github.com/bitshares/bitshares-core/releases/tag/2.0.180823","https://github.com/bitshares/bitshares-fc/pull/7","https://github.com/bitshares/bitshares-fc/pull/63","https://github.com/bitshares/bitshares-core/wiki/ElasticSearch-Plugin","https://github.com/bitshares/bitshares-fc/pull/60","https://github.com/bitshares/bitshares-fc/pull/56","https://github.com/bitshares/bitshares-fc/pull/66","https://github.com/bitshares/bitshares-fc/pull/49","https://github.com/bitshares/bitshares-fc/pull/59","https://github.com/bitshares/bitshares-fc/pull/50","https://github.com/bitshares/bitshares-fc/pull/58","https://github.com/bitshares/bitshares-fc/pull/51","https://github.com/bitshares/bitshares-fc/pull/52","https://github.com/bitshares/bitshares-fc/pull/54","https://github.com/bitshares/websocketpp/pull/1","https://github.com/bitshares/bitshares-fc/pull/65","https://github.com/bitshares/bitshares-fc/pull/67","https://github.com/bitshares/bitshares-fc/pull/62"],"app":"steemit/0.1","format":"markdown"}
created2018-08-23 23:53:45
last_update2018-08-23 23:53:45
depth0
children16
last_payout2018-08-30 23:53:45
cashout_time1969-12-31 23:59:59
total_payout_value29.721 HBD
curator_payout_value5.841 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7,782
author_reputation141,171,499,037,785
root_title"BitShares Core Release 2.0.180823 新版本发布"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,171,108
net_rshares24,411,509,644,497
author_curate_reward""
vote details (112)
@ancgci ·
Why you not voted in your post?

Posted using [Partiko Android](https://steemit.com/@partiko-android)
properties (22)
authorancgci
permlinkancgci-re-abit-bitshares-core-release-2-0-180823-20181015t002659267z
categorybitshares
json_metadata{"app":"partiko"}
created2018-10-15 00:27:00
last_update2018-10-15 00:27:00
depth1
children0
last_payout2018-10-22 00:27: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_length101
author_reputation15,312,144,287
root_title"BitShares Core Release 2.0.180823 新版本发布"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,306,930
net_rshares0
@ash ·
good job!
properties (22)
authorash
permlinkre-abit-bitshares-core-release-2-0-180823-20180824t083159278z
categorybitshares
json_metadata{"tags":["bitshares"],"app":"steemit/0.1"}
created2018-08-24 08:31:57
last_update2018-08-24 08:31:57
depth1
children0
last_payout2018-08-31 08:31: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_length9
author_reputation286,803,743,324,398
root_title"BitShares Core Release 2.0.180823 新版本发布"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,206,365
net_rshares0
@chaofanjun ·
期待BitShares越来越完美!
properties (22)
authorchaofanjun
permlinkre-abit-bitshares-core-release-2-0-180823-20180824t003030818z
categorybitshares
json_metadata{"tags":["bitshares"],"app":"steemit/0.1"}
created2018-08-24 00:30:30
last_update2018-08-24 00:30:30
depth1
children0
last_payout2018-08-31 00:30:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length17
author_reputation3,294,852,863,443
root_title"BitShares Core Release 2.0.180823 新版本发布"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,173,342
net_rshares0
@crypto.talk ·
厉害厉害!

Posted using [Partiko Android](https://play.google.com/store/apps/details?id=io.partiko.android)
properties (22)
authorcrypto.talk
permlinkcrypto-talk-re-abit-bitshares-core-release-2-0-180823-20180824t040812334z
categorybitshares
json_metadata{"app":"partiko"}
created2018-08-24 04:08:12
last_update2018-08-24 04:08:12
depth1
children0
last_payout2018-08-31 04:08: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_length103
author_reputation5,672,582,596,884
root_title"BitShares Core Release 2.0.180823 新版本发布"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,188,838
net_rshares0
@deanliu ·
我知道了,梭!

Posted using [Partiko Android](https://play.google.com/store/apps/details?id=io.partiko.android)
properties (22)
authordeanliu
permlinkdeanliu-re-abit-bitshares-core-release-2-0-180823-20180824t100205203z
categorybitshares
json_metadata{"app":"partiko"}
created2018-08-24 10:02:06
last_update2018-08-24 10:02:06
depth1
children0
last_payout2018-08-31 10:02: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_length105
author_reputation3,100,922,533,357,346
root_title"BitShares Core Release 2.0.180823 新版本发布"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,212,724
net_rshares0
@karenb54 ·
Hi. you are one of my witnesses, will you please take a look at this.  no need to vote on my post but please vote on Steemit and pass on to your followers. 
Thank you 😀

https://steemit.com/exchange-blast/@karenb54/we-have-a-chance-to-help-steemit-rise-to-the-moon-vote-vote-vote
properties (22)
authorkarenb54
permlinkre-abit-bitshares-core-release-2-0-180823-20181015t055731516z
categorybitshares
json_metadata{"tags":["bitshares"],"links":["https://steemit.com/exchange-blast/@karenb54/we-have-a-chance-to-help-steemit-rise-to-the-moon-vote-vote-vote"],"app":"steemit/0.1"}
created2018-10-15 05:57:33
last_update2018-10-15 05:57:33
depth1
children0
last_payout2018-10-22 05:57: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_length279
author_reputation712,497,640,039,656
root_title"BitShares Core Release 2.0.180823 新版本发布"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,320,138
net_rshares0
@kofibeatz ·
Nice work guys. Keep it up!
properties (22)
authorkofibeatz
permlinkre-abit-bitshares-core-release-2-0-180823-20180824t012112264z
categorybitshares
json_metadata{"tags":["bitshares"],"app":"steemit/0.1"}
created2018-08-24 01:21:15
last_update2018-08-24 01:21:15
depth1
children0
last_payout2018-08-31 01:21: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_length27
author_reputation1,049,558,092,285
root_title"BitShares Core Release 2.0.180823 新版本发布"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,176,693
net_rshares0
@mabraper ·
GOOD JOB!!!
👍  
properties (23)
authormabraper
permlinkre-abit-bitshares-core-release-2-0-180823-20181007t045055220z
categorybitshares
json_metadata{"tags":["bitshares"],"app":"steemit/0.1"}
created2018-10-07 04:51:06
last_update2018-10-07 04:51:06
depth1
children0
last_payout2018-10-14 04:51: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_length11
author_reputation237,234,677,753
root_title"BitShares Core Release 2.0.180823 新版本发布"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id72,782,651
net_rshares0
author_curate_reward""
vote details (1)
@oflyhigh ·
终于等到支持  Ubuntu 18.04 了
properties (22)
authoroflyhigh
permlinkre-abit-bitshares-core-release-2-0-180823-20180824t133801490z
categorybitshares
json_metadata{"tags":["bitshares"],"app":"steemit/0.1"}
created2018-08-24 13:38:00
last_update2018-08-24 13:38:00
depth1
children0
last_payout2018-08-31 13:38: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_length22
author_reputation6,375,098,551,652,950
root_title"BitShares Core Release 2.0.180823 新版本发布"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id69,228,516
net_rshares0
@sdream ·
刚投了“见证人”票。也是近日基本明白了这个投票的意义。

————-
还有27个票,投给谁?
properties (22)
authorsdream
permlinkre-abit-bitshares-core-release-2-0-180823-20180923t145349780z
categorybitshares
json_metadata{"tags":["bitshares"],"app":"steemit/0.1"}
created2018-09-23 14:53:51
last_update2018-09-23 14:53:51
depth1
children0
last_payout2018-09-30 14:53: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_length46
author_reputation591,097,764,011
root_title"BitShares Core Release 2.0.180823 新版本发布"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id72,042,344
net_rshares0
@snaxteam ·
Hello!

I am a community manager at Snax. We are trying to make public blockchain based on EOS node. Snax chain will provide transactions over social networks, token supply based on user social influence.

Snax as well as Steemit rewards its users for the content created, but Snax works as overlay solution over existing social networks (e.g. Twitter)

We have no ICO. We already have a testnet, mainnet will be launched this month, and we currently looking for great candidates for Block Producers like yourself. You can find out more about us at our website snax.one

If our project is interesting for you, please let me know by emailing me at tim@snax.one

Looking forward to hearing from you, and keep rocking this world!
properties (22)
authorsnaxteam
permlinkre-abit-bitshares-core-release-2-0-180823-20190206t202541173z
categorybitshares
json_metadata{"tags":["bitshares"],"app":"steemit/0.1"}
created2019-02-06 20:25:42
last_update2019-02-06 20:25:42
depth1
children0
last_payout2019-02-13 20:25: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_length726
author_reputation13,750,477,203,164
root_title"BitShares Core Release 2.0.180823 新版本发布"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,496,696
net_rshares0
@steemitboard ·
Congratulations @abit! You have completed the following achievement on Steemit and have been rewarded with new badge(s) :

[![](https://steemitimages.com/70x80/http://steemitboard.com/notifications/votes.png)](http://steemitboard.com/@abit) Award for the number of upvotes

<sub>_Click on the badge to view your Board of Honor._</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Do not miss the last post from @steemitboard:**
[SteemFest³ - SteemitBoard support the Travel Reimbursement Fund.](https://steemit.com/steemfest/@steemitboard/steemfest-steemitboard-support-the-travel-reimbursement-fund)

> Do you like [SteemitBoard's project](https://steemit.com/@steemitboard)? Then **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-abit-20180905t110005000z
categorybitshares
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-09-05 11:00:06
last_update2018-09-05 11:00:06
depth1
children0
last_payout2018-09-12 11:00: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_length886
author_reputation38,975,615,169,260
root_title"BitShares Core Release 2.0.180823 新版本发布"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id70,388,659
net_rshares0
@steemitboard ·
Congratulations @abit! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

<table><tr><td>https://steemitimages.com/60x70/http://steemitboard.com/@abit/votes.png?201810311558</td><td>You made more than 30000 upvotes. Your next target is to reach 31000 upvotes.</td></tr>
</table>

<sub>_[Click here to view your Board of Honor](https://steemitboard.com/@abit)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Do not miss the last post from @steemitboard:**
<table><tr><td><a href="https://steemit.com/steemfest/@steemitboard/i06trehc"><img src="https://steemitimages.com/64x128/https://ipfs.io/ipfs/QmU34ZrY632FFKQ1vbrkSM27VcnsjQdtXPynfMrpxDFJcF"></a></td><td><a href="https://steemit.com/steemfest/@steemitboard/i06trehc">Be ready for the next contest!</a></td></tr><tr><td><a href="https://steemit.com/halloween/@steemitboard/trick-or-treat-publish-your-scariest-halloweeen-story-and-win-a-new-badge"><img src="https://steemitimages.com/64x128/http://i.cubeupload.com/RUyB3u.png"></a></td><td><a href="https://steemit.com/halloween/@steemitboard/trick-or-treat-publish-your-scariest-halloweeen-story-and-win-a-new-badge">Trick or Treat - Publish your scariest halloween story and win a new badge</a></td></tr><tr><td><a href="https://steemit.com/steemitboard/@steemitboard/steemitboard-notifications-improved"><img src="https://steemitimages.com/64x128/http://i.cubeupload.com/NgygYH.png"></a></td><td><a href="https://steemit.com/steemitboard/@steemitboard/steemitboard-notifications-improved">SteemitBoard notifications improved</a></td></tr></table>

> Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-abit-20181031t184501000z
categorybitshares
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-10-31 18:45:00
last_update2018-10-31 18:45:00
depth1
children0
last_payout2018-11-07 18:45:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,895
author_reputation38,975,615,169,260
root_title"BitShares Core Release 2.0.180823 新版本发布"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id74,426,475
net_rshares0
@steemitboard ·
Congratulations @abit! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

<table><tr><td>https://steemitimages.com/60x70/http://steemitboard.com/@abit/votes.png?201812241428</td><td>You made more than 31000 upvotes. Your next target is to reach 32000 upvotes.</td></tr>
</table>

<sub>_[Click here to view your Board](https://steemitboard.com/@abit)_</sub>
<sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub>



**Do not miss the last post from @steemitboard:**
<table><tr><td><a href="https://steemit.com/christmas/@steemitboard/christmas-challenge-send-a-gift-to-to-your-friends"><img src="https://steemitimages.com/64x128/http://i.cubeupload.com/kf4SJb.png"></a></td><td><a href="https://steemit.com/christmas/@steemitboard/christmas-challenge-send-a-gift-to-to-your-friends">Christmas Challenge - Send a gift to to your friends</a></td></tr></table>

> Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-abit-20181224t172135000z
categorybitshares
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2018-12-24 17:21:33
last_update2018-12-24 17:21:33
depth1
children0
last_payout2018-12-31 17:21: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_length1,180
author_reputation38,975,615,169,260
root_title"BitShares Core Release 2.0.180823 新版本发布"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id77,328,704
net_rshares0
@steemitboard ·
Congratulations @abit! You received a personal award!

<table><tr><td>https://steemitimages.com/70x70/http://steemitboard.com/@abit/birthday3.png</td><td>Happy Birthday! - You are on the Steem blockchain for 3 years!</td></tr></table>

<sub>_You can view [your badges on your Steem Board](https://steemitboard.com/@abit) and compare to others on the [Steem Ranking](http://steemitboard.com/ranking/index.php?name=abit)_</sub>


###### [Vote for @Steemitboard as a witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1) to get one more award and increased upvotes!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-abit-20190404t121626000z
categorybitshares
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2019-04-04 12:16:27
last_update2019-04-04 12:16:27
depth1
children0
last_payout2019-04-11 12:16:27
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_length603
author_reputation38,975,615,169,260
root_title"BitShares Core Release 2.0.180823 新版本发布"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id82,472,414
net_rshares0
@yasu24 ·
I approved @abit as witness. I heard about you from @deanliu.

Posted using [Partiko iOS](https://steemit.com/@partiko-ios)
properties (22)
authoryasu24
permlinkyasu24-re-abit-bitshares-core-release-2-0-180823-20181015t033632700z
categorybitshares
json_metadata{"app":"partiko"}
created2018-10-15 03:36:33
last_update2018-10-15 03:36:33
depth1
children0
last_payout2018-10-22 03:36: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_length123
author_reputation92,815,616,501,543
root_title"BitShares Core Release 2.0.180823 新版本发布"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id73,314,004
net_rshares0