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
author | abit |
---|---|
permlink | bitshares-core-release-2-0-180823 |
category | bitshares |
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"} |
created | 2018-08-23 23:53:45 |
last_update | 2018-08-23 23:53:45 |
depth | 0 |
children | 16 |
last_payout | 2018-08-30 23:53:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 29.721 HBD |
curator_payout_value | 5.841 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7,782 |
author_reputation | 141,171,499,037,785 |
root_title | "BitShares Core Release 2.0.180823 新版本发布" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,171,108 |
net_rshares | 24,411,509,644,497 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tombstone | 0 | 3,329,474,508,473 | 15% | ||
xeroc | 0 | 118,253,900,055 | 100% | ||
steempower | 0 | 1,156,543,250,563 | 100% | ||
ash | 0 | 621,275,418,872 | 100% | ||
cm-steem | 0 | 610,159,839,782 | 100% | ||
compumatrix | 0 | 26,531,791,979 | 100% | ||
wongshiying | 0 | 149,765,675 | 100% | ||
honeythief | 0 | 74,987,864,672 | 100% | ||
roelandp | 0 | 1,797,704,770,578 | 100% | ||
dennygalindo | 0 | 979,211,536 | 50% | ||
yury-vas | 0 | 2,213,879,885 | 10% | ||
vortac | 0 | 3,429,848,743,962 | 88% | ||
jeffjagoe | 0 | 4,059,681,191 | 11% | ||
streetstyle | 0 | 341,482,531,376 | 31% | ||
deanliu | 0 | 1,395,509,193,456 | 100% | ||
flexcougar | 0 | 2,742,600,933 | 100% | ||
lemooljiang | 0 | 130,179,913,793 | 25% | ||
ace108 | 0 | 333,028,993,351 | 27% | ||
remlaps | 0 | 15,366,314,959 | 100% | ||
magicmonk | 0 | 205,938,327,527 | 100% | ||
laoyao | 0 | 36,989,754,078 | 100% | ||
somebody | 0 | 1,341,481,597,165 | 100% | ||
midnightoil | 0 | 131,923,689,847 | 100% | ||
paws1t1veev | 0 | 1,128,481,868 | 100% | ||
xiaohui | 0 | 741,060,875,377 | 100% | ||
oflyhigh | 0 | 2,524,436,495,481 | 100% | ||
xiaokongcom | 0 | 254,205,585 | 100% | ||
yulan | 0 | 15,526,113,064 | 100% | ||
rivalhw | 0 | 1,692,117,138,411 | 100% | ||
chinadaily | 0 | 178,959,194,203 | 100% | ||
helene | 0 | 916,374,135,893 | 100% | ||
ethansteem | 0 | 215,265,680,883 | 100% | ||
bestmz | 0 | 454,682,613 | 100% | ||
tomino | 0 | 523,371,519 | 100% | ||
lalala | 0 | 142,311,305,498 | 100% | ||
devilwsy | 0 | 2,335,265,859 | 100% | ||
janiceting | 0 | 2,333,290,538 | 100% | ||
notdavemate | 0 | 2,206,306,313 | 100% | ||
blackbunny | 0 | 118,166,596,973 | 100% | ||
ramengirl | 0 | 657,492,611,116 | 100% | ||
lingfei | 0 | 71,070,222,590 | 100% | ||
yyyy | 0 | 478,623,514 | 100% | ||
alexis555 | 0 | 1,420,615,026,350 | 20% | ||
freebornsociety | 0 | 477,978,990 | 1% | ||
passion-fruit | 0 | 10,469,251,283 | 48% | ||
fortune-master | 0 | 12,144,004,025 | 48% | ||
emcvay | 0 | 176,952,638 | 10% | ||
beckenbauer | 0 | 49,569,853,854 | 100% | ||
atomica | 0 | 0 | -100% | ||
sneakgeekz | 0 | 7,522,489,240 | 20% | ||
diogogomes | 0 | 466,800,347 | 100% | ||
exec | 0 | 89,225,316,135 | 100% | ||
eval | 0 | 838,790,338 | 100% | ||
hafidsoufiane | 0 | 1,072,156,925 | 100% | ||
susanli3769 | 0 | 197,512,538,606 | 100% | ||
luigi-tecnologo | 0 | 8,631,320,256 | 34% | ||
drorion | 0 | 4,187,951,249 | 100% | ||
travelgirl | 0 | 43,212,763,340 | 33% | ||
sunstellar | 0 | 519,785,896 | 100% | ||
ety001 | 0 | 3,651,883,861 | 100% | ||
scientistnik | 0 | 992,869,403 | 100% | ||
jonasthomas | 0 | 788,307,441 | 100% | ||
mabraper | 0 | 0 | 100% | ||
jiangchen | 0 | 12,209,730,060 | 100% | ||
mangoanddaddy | 0 | 1,872,853,014 | 80% | ||
chaofanjun | 0 | 12,075,082,302 | 100% | ||
mygoblin | 0 | 0 | 100% | ||
henryjames | 0 | 6,010,248,309 | 100% | ||
mouadzeyoune | 0 | 244,497,343 | 40% | ||
yellowbird | 0 | 22,977,153,289 | 100% | ||
davidke20 | 0 | 1,956,433,122 | 10% | ||
djei.art22 | 0 | 1,019,444,043 | 100% | ||
xiaoshancun | 0 | 0 | 100% | ||
artem.timofeev | 0 | 494,300,783 | 100% | ||
bobdos | 0 | 42,120,926,913 | 50% | ||
tommysnello | 0 | 607,829,996 | 100% | ||
clockwork | 0 | 5,854,258,946 | 100% | ||
coindzs | 0 | 195,179,620 | 100% | ||
ivandex | 0 | 608,656,723 | 100% | ||
voaputra | 0 | 746,136,273 | 100% | ||
iguazi123 | 0 | 0 | 100% | ||
kofibeatz | 0 | 695,520,342 | 100% | ||
pharmacy-jinni | 0 | 27,039,827,913 | 100% | ||
thundernox | 0 | 249,005,227 | 100% | ||
yumisee | 0 | 84,723,167 | 5% | ||
joeliew | 0 | 218,370,783 | 5% | ||
vamos-amigo | 0 | 242,727,707 | 5% | ||
minsu9761 | 0 | 203,180,735 | 100% | ||
intellihandling | 0 | 2,484,413,745 | 100% | ||
pizzapai | 0 | 892,423,253 | 5% | ||
remedycoin | 0 | 0 | 100% | ||
disassembler | 0 | 607,568,538 | 100% | ||
lifetoday | 0 | 166,269,602 | 100% | ||
febri | 0 | 307,428,283 | 100% | ||
burung | 0 | 611,122,610 | 100% | ||
bebag | 0 | 0 | 100% | ||
trockenesemmel | 0 | 609,496,334 | 100% | ||
crypto.talk | 0 | 22,363,322,594 | 100% | ||
agoha | 0 | 216,527,822 | 50% | ||
jekon80 | 0 | 553,665,156 | 100% | ||
sevenusdchain | 0 | 0 | 100% | ||
cpipi | 0 | 504,309,681 | 100% | ||
barcodemail | 0 | 482,995,802 | 100% | ||
jidgabol | 0 | 121,477,198 | 100% | ||
connor-russo | 0 | 1,034,011,914 | 100% | ||
akudrin88 | 0 | 495,062,841 | 100% | ||
changxiu | 0 | 675,683,802 | 100% | ||
foodblogresteem | 0 | 121,859,157 | 5% | ||
eccles | 0 | 0 | 100% | ||
flowering-cycas | 0 | 139,738,372 | 100% | ||
llh0519 | 0 | 0 | 100% | ||
sultanaceh | 0 | 0 | 5% |
Why you not voted in your post? Posted using [Partiko Android](https://steemit.com/@partiko-android)
author | ancgci |
---|---|
permlink | ancgci-re-abit-bitshares-core-release-2-0-180823-20181015t002659267z |
category | bitshares |
json_metadata | {"app":"partiko"} |
created | 2018-10-15 00:27:00 |
last_update | 2018-10-15 00:27:00 |
depth | 1 |
children | 0 |
last_payout | 2018-10-22 00:27: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 | 101 |
author_reputation | 15,312,144,287 |
root_title | "BitShares Core Release 2.0.180823 新版本发布" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 73,306,930 |
net_rshares | 0 |
good job!
author | ash |
---|---|
permlink | re-abit-bitshares-core-release-2-0-180823-20180824t083159278z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"app":"steemit/0.1"} |
created | 2018-08-24 08:31:57 |
last_update | 2018-08-24 08:31:57 |
depth | 1 |
children | 0 |
last_payout | 2018-08-31 08:31: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 | 9 |
author_reputation | 286,803,743,324,398 |
root_title | "BitShares Core Release 2.0.180823 新版本发布" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,206,365 |
net_rshares | 0 |
期待BitShares越来越完美!
author | chaofanjun |
---|---|
permlink | re-abit-bitshares-core-release-2-0-180823-20180824t003030818z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"app":"steemit/0.1"} |
created | 2018-08-24 00:30:30 |
last_update | 2018-08-24 00:30:30 |
depth | 1 |
children | 0 |
last_payout | 2018-08-31 00:30:30 |
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 | 17 |
author_reputation | 3,294,852,863,443 |
root_title | "BitShares Core Release 2.0.180823 新版本发布" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,173,342 |
net_rshares | 0 |
厉害厉害! Posted using [Partiko Android](https://play.google.com/store/apps/details?id=io.partiko.android)
author | crypto.talk |
---|---|
permlink | crypto-talk-re-abit-bitshares-core-release-2-0-180823-20180824t040812334z |
category | bitshares |
json_metadata | {"app":"partiko"} |
created | 2018-08-24 04:08:12 |
last_update | 2018-08-24 04:08:12 |
depth | 1 |
children | 0 |
last_payout | 2018-08-31 04:08: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 | 103 |
author_reputation | 5,672,582,596,884 |
root_title | "BitShares Core Release 2.0.180823 新版本发布" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,188,838 |
net_rshares | 0 |
我知道了,梭! Posted using [Partiko Android](https://play.google.com/store/apps/details?id=io.partiko.android)
author | deanliu |
---|---|
permlink | deanliu-re-abit-bitshares-core-release-2-0-180823-20180824t100205203z |
category | bitshares |
json_metadata | {"app":"partiko"} |
created | 2018-08-24 10:02:06 |
last_update | 2018-08-24 10:02:06 |
depth | 1 |
children | 0 |
last_payout | 2018-08-31 10:02: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 | 105 |
author_reputation | 3,100,922,533,357,346 |
root_title | "BitShares Core Release 2.0.180823 新版本发布" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,212,724 |
net_rshares | 0 |
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
author | karenb54 |
---|---|
permlink | re-abit-bitshares-core-release-2-0-180823-20181015t055731516z |
category | bitshares |
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"} |
created | 2018-10-15 05:57:33 |
last_update | 2018-10-15 05:57:33 |
depth | 1 |
children | 0 |
last_payout | 2018-10-22 05:57:33 |
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 | 279 |
author_reputation | 712,497,640,039,656 |
root_title | "BitShares Core Release 2.0.180823 新版本发布" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 73,320,138 |
net_rshares | 0 |
Nice work guys. Keep it up!
author | kofibeatz |
---|---|
permlink | re-abit-bitshares-core-release-2-0-180823-20180824t012112264z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"app":"steemit/0.1"} |
created | 2018-08-24 01:21:15 |
last_update | 2018-08-24 01:21:15 |
depth | 1 |
children | 0 |
last_payout | 2018-08-31 01:21: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 | 27 |
author_reputation | 1,049,558,092,285 |
root_title | "BitShares Core Release 2.0.180823 新版本发布" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,176,693 |
net_rshares | 0 |
GOOD JOB!!!
author | mabraper |
---|---|
permlink | re-abit-bitshares-core-release-2-0-180823-20181007t045055220z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"app":"steemit/0.1"} |
created | 2018-10-07 04:51:06 |
last_update | 2018-10-07 04:51:06 |
depth | 1 |
children | 0 |
last_payout | 2018-10-14 04:51: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 | 11 |
author_reputation | 237,234,677,753 |
root_title | "BitShares Core Release 2.0.180823 新版本发布" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 72,782,651 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mabraper | 0 | 0 | 100% |
终于等到支持 Ubuntu 18.04 了
author | oflyhigh |
---|---|
permlink | re-abit-bitshares-core-release-2-0-180823-20180824t133801490z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"app":"steemit/0.1"} |
created | 2018-08-24 13:38:00 |
last_update | 2018-08-24 13:38:00 |
depth | 1 |
children | 0 |
last_payout | 2018-08-31 13:38: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 | 22 |
author_reputation | 6,375,098,551,652,950 |
root_title | "BitShares Core Release 2.0.180823 新版本发布" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 69,228,516 |
net_rshares | 0 |
刚投了“见证人”票。也是近日基本明白了这个投票的意义。 ————- 还有27个票,投给谁?
author | sdream |
---|---|
permlink | re-abit-bitshares-core-release-2-0-180823-20180923t145349780z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"app":"steemit/0.1"} |
created | 2018-09-23 14:53:51 |
last_update | 2018-09-23 14:53:51 |
depth | 1 |
children | 0 |
last_payout | 2018-09-30 14:53:51 |
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 | 46 |
author_reputation | 591,097,764,011 |
root_title | "BitShares Core Release 2.0.180823 新版本发布" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 72,042,344 |
net_rshares | 0 |
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!
author | snaxteam |
---|---|
permlink | re-abit-bitshares-core-release-2-0-180823-20190206t202541173z |
category | bitshares |
json_metadata | {"tags":["bitshares"],"app":"steemit/0.1"} |
created | 2019-02-06 20:25:42 |
last_update | 2019-02-06 20:25:42 |
depth | 1 |
children | 0 |
last_payout | 2019-02-13 20:25: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 | 726 |
author_reputation | 13,750,477,203,164 |
root_title | "BitShares Core Release 2.0.180823 新版本发布" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,496,696 |
net_rshares | 0 |
Congratulations @abit! You have completed the following achievement on Steemit and have been rewarded with new badge(s) : [](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**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-abit-20180905t110005000z |
category | bitshares |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-09-05 11:00:06 |
last_update | 2018-09-05 11:00:06 |
depth | 1 |
children | 0 |
last_payout | 2018-09-12 11:00: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 | 886 |
author_reputation | 38,975,615,169,260 |
root_title | "BitShares Core Release 2.0.180823 新版本发布" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 70,388,659 |
net_rshares | 0 |
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**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-abit-20181031t184501000z |
category | bitshares |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-10-31 18:45:00 |
last_update | 2018-10-31 18:45:00 |
depth | 1 |
children | 0 |
last_payout | 2018-11-07 18:45: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,895 |
author_reputation | 38,975,615,169,260 |
root_title | "BitShares Core Release 2.0.180823 新版本发布" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 74,426,475 |
net_rshares | 0 |
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**!
author | steemitboard |
---|---|
permlink | steemitboard-notify-abit-20181224t172135000z |
category | bitshares |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2018-12-24 17:21:33 |
last_update | 2018-12-24 17:21:33 |
depth | 1 |
children | 0 |
last_payout | 2018-12-31 17:21:33 |
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,180 |
author_reputation | 38,975,615,169,260 |
root_title | "BitShares Core Release 2.0.180823 新版本发布" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 77,328,704 |
net_rshares | 0 |
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!
author | steemitboard |
---|---|
permlink | steemitboard-notify-abit-20190404t121626000z |
category | bitshares |
json_metadata | {"image":["https://steemitboard.com/img/notify.png"]} |
created | 2019-04-04 12:16:27 |
last_update | 2019-04-04 12:16:27 |
depth | 1 |
children | 0 |
last_payout | 2019-04-11 12:16:27 |
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 | 603 |
author_reputation | 38,975,615,169,260 |
root_title | "BitShares Core Release 2.0.180823 新版本发布" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 82,472,414 |
net_rshares | 0 |
I approved @abit as witness. I heard about you from @deanliu. Posted using [Partiko iOS](https://steemit.com/@partiko-ios)
author | yasu24 |
---|---|
permlink | yasu24-re-abit-bitshares-core-release-2-0-180823-20181015t033632700z |
category | bitshares |
json_metadata | {"app":"partiko"} |
created | 2018-10-15 03:36:33 |
last_update | 2018-10-15 03:36:33 |
depth | 1 |
children | 0 |
last_payout | 2018-10-22 03:36:33 |
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 | 123 |
author_reputation | 92,815,616,501,543 |
root_title | "BitShares Core Release 2.0.180823 新版本发布" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 73,314,004 |
net_rshares | 0 |