create account

Hardfork 24 update: testnets and hivemind progress by blocktrades

View this thread on: hive.blogpeakd.comecency.com
· @blocktrades ·
$43.49
Hardfork 24 update: testnets and hivemind progress
Below is a quick summary of the Hive core work done by the BlockTrades team last week.

# Hived testing and bug fixes

Status: Hived is feature complete and is undergoing testnet testing by the witnesses. So far, I think the testing is going very well.

Earlier in the week, testnet-based testing discovered a bug in the airdrop code for hardfork 24, which was fixed here:
https://gitlab.syncad.com/hive/hive/-/merge_requests/106/diffs 

And this weekend, testnet testing uncovered another bug in this code, which was fixed today:
https://gitlab.syncad.com/hive/hive/-/merge_requests/107/diffs 

There are no currently known issues with hived that should affect the hardfork date.

# Hivemind progress

Most of our work this week continues to be focused on hivemind testing and fixes. 

We have quite a large number of programmers working on hivemind now, and it really shows in the number of bugs that were identified and fixed last week. Here’s a list of fixes that were merged into the gitlab repo last week (there was too much work to easily summarize, but the interested reader can follow the links). A few were features rather than bug fixes, so I added comments beside those.
https://gitlab.syncad.com/hive/hivemind/-/merge_requests/86/diffs 
https://gitlab.syncad.com/hive/hivemind/-/merge_requests/89
https://gitlab.syncad.com/hive/hivemind/-/merge_requests/91 (add auto-http-server-port cli option)
https://gitlab.syncad.com/hive/hivemind/-/merge_requests/92 (add prometheus monitoring)
https://gitlab.syncad.com/hive/hivemind/-/merge_requests/93 
https://gitlab.syncad.com/hive/hivemind/-/merge_requests/94 
https://gitlab.syncad.com/hive/hivemind/-/merge_requests/95 
https://gitlab.syncad.com/hive/hivemind/-/merge_requests/96 
https://gitlab.syncad.com/hive/hivemind/-/merge_requests/97 
https://gitlab.syncad.com/hive/hivemind/-/merge_requests/99 
https://gitlab.syncad.com/hive/hivemind/-/merge_requests/100 
https://gitlab.syncad.com/hive/hivemind/-/merge_requests/101
https://gitlab.syncad.com/hive/hivemind/-/merge_requests/102 
https://gitlab.syncad.com/hive/hivemind/-/merge_requests/104 
https://gitlab.syncad.com/hive/hivemind/-/merge_requests/105 

## Hivemind initial sync testing

We also ran “hivemind sync” tests this week. When hivemind is started for the first time on a server, it must first load and organize all the blockchain data into its internal database format. After that, it enters a “live” sync mode where it adds new blocks as they are produced. 

In our tests, the initial sync process took just under 4 days (there’s a lot of data in the Hive blockchain). This was our first successful sync of the entire blockchain using the new Eclipse version of hivemind, so it’s a significant milestone for our work on Eclipse.

Below is the database space consumed by Eclipse hivemind tables after a full sync:
```
       table_name        |   total    |   index    |   toast    |   table    
-------------------------+------------+------------+------------+------------
 hive_votes              | 212 GB     | 132 GB     | 8192 bytes | 80 GB
 hive_posts              | 103 GB     | 60 GB      | 8192 bytes | 43 GB
 hive_post_data          | 75 GB      | 1882 MB    | 20 GB      | 53 GB
 hive_permlink_data      | 20 GB      | 12 GB      |            | 8616 MB
 hive_follows            | 19 GB      | 12 GB      |            | 6805 MB
 hive_blocks             | 9993 MB    | 4033 MB    |            | 5961 MB
 hive_post_tags          | 8233 MB    | 5505 MB    |            | 2728 MB
 hive_feed_cache         | 2514 MB    | 1716 MB    |            | 798 MB
 hive_accounts           | 779 MB     | 352 MB     | 1216 kB    | 425 MB
 hive_tag_data           | 140 MB     | 80 MB      |            | 61 MB
 following_counts        | 59 MB      | 0 bytes    |            | 59 MB
 follower_counts         | 59 MB      | 0 bytes    |            | 59 MB
 hive_category_data      | 42 MB      | 24 MB      |            | 18 MB
 hive_payments           | 31 MB      | 19 MB      |            | 12 MB
 hive_reblogs            | 26 MB      | 18 MB      |            | 8384 kB
 hive_subscriptions      | 17 MB      | 11 MB      |            | 6768 kB
 hive_notifs             | 8176 kB    | 5072 kB    | 8192 bytes | 3096 kB
 hive_communities        | 4416 kB    | 1632 kB    | 72 kB      | 2712 kB
 hive_roles              | 1560 kB    | 912 kB     |            | 648 kB
```

# Plans for upcoming week

The witnesses are continuing to do testnet-based tests of hived. That will likely be completed this week.   

Our team will continue with fixes to hivemind. Most recently, we realized that we need to implement the reputation code directly inside hivemind now. This is just a reimplementation of the existing algorithm, not a rewrite, which would be a much longer task.

Ideally, we’ll complete hivemind work this week, which would allow us to keep the Sept 16th hardfork date. If not, we’ll likely push the hardfork date to the 22nd.
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 630 others
👎  , , , , ,
properties (23)
authorblocktrades
permlinkhardfork-24-update-testnets-and-hivemind-progress
categoryhive-139531
json_metadata{"tags":["hive","blockchain","cryptocurrency","software"],"links":["https://gitlab.syncad.com/hive/hive/-/merge_requests/106/diffs","https://gitlab.syncad.com/hive/hive/-/merge_requests/107/diffs","https://gitlab.syncad.com/hive/hivemind/-/merge_requests/86/diffs","https://gitlab.syncad.com/hive/hivemind/-/merge_requests/89","https://gitlab.syncad.com/hive/hivemind/-/merge_requests/91","https://gitlab.syncad.com/hive/hivemind/-/merge_requests/92","https://gitlab.syncad.com/hive/hivemind/-/merge_requests/93","https://gitlab.syncad.com/hive/hivemind/-/merge_requests/94","https://gitlab.syncad.com/hive/hivemind/-/merge_requests/95","https://gitlab.syncad.com/hive/hivemind/-/merge_requests/96","https://gitlab.syncad.com/hive/hivemind/-/merge_requests/97","https://gitlab.syncad.com/hive/hivemind/-/merge_requests/99","https://gitlab.syncad.com/hive/hivemind/-/merge_requests/100","https://gitlab.syncad.com/hive/hivemind/-/merge_requests/101","https://gitlab.syncad.com/hive/hivemind/-/merge_requests/102","https://gitlab.syncad.com/hive/hivemind/-/merge_requests/104","https://gitlab.syncad.com/hive/hivemind/-/merge_requests/105"],"app":"hiveblog/0.1","format":"markdown"}
created2020-08-31 20:27:00
last_update2020-08-31 20:27:00
depth0
children72
last_payout2020-09-07 20:27:00
cashout_time1969-12-31 23:59:59
total_payout_value25.106 HBD
curator_payout_value18.383 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length4,956
author_reputation1,284,281,995,439,320
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,379,410
net_rshares151,162,883,672,138
author_curate_reward""
vote details (700)
@abdulmananakmal ·
Is there any plan or date for SmT ? @blocktrades
properties (22)
authorabdulmananakmal
permlinkqfze65
categoryhive-139531
json_metadata{"users":["blocktrades"],"app":"hiveblog/0.1"}
created2020-09-01 13:15:45
last_update2020-09-01 13:15:45
depth1
children2
last_payout2020-09-08 13:15:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length48
author_reputation544,214,608,439
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,391,300
net_rshares0
@blocktrades ·
We plan to look at the various options for tokens after we complete the current hardfork.
👍  
properties (23)
authorblocktrades
permlinkqfzmi3
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-09-01 16:15:39
last_update2020-09-01 16:15:39
depth2
children1
last_payout2020-09-08 16:15:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length89
author_reputation1,284,281,995,439,320
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,394,274
net_rshares12,301,017,149
author_curate_reward""
vote details (1)
@eirik ·
Awesome!
properties (22)
authoreirik
permlinkqg2xit
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-09-03 11:07:06
last_update2020-09-03 11:07:06
depth3
children0
last_payout2020-09-10 11:07: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_length8
author_reputation75,277,533,711,762
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,426,318
net_rshares0
@alucian ·
Very good work. So i am happy to see you do not vote yourself. Very Nice. Rep+

I hope all will going good for the development team. My best wishes.
Salve
Alucian
properties (22)
authoralucian
permlinkre-blocktrades-qfztiw
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.08.3"}
created2020-09-01 18:47:15
last_update2020-09-01 18:47:15
depth1
children0
last_payout2020-09-08 18:47: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_length162
author_reputation190,758,007,733,091
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,396,807
net_rshares0
@amirl ·
Great work.
Can you refer to the CI used?
properties (22)
authoramirl
permlinkqfypt7
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-09-01 04:29:33
last_update2020-09-01 04:29:33
depth1
children1
last_payout2020-09-08 04:29: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_length41
author_reputation-35,879,592,983,501
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,384,920
net_rshares0
@blocktrades ·
We use the CI built into gitlab. Here's some info about it: https://hive.blog/hive-139531/@blocktrades/updates-on-automated-build-and-test-solution-for-hive-s-core-blockchain-code-hived
properties (22)
authorblocktrades
permlinkqfzmnp
categoryhive-139531
json_metadata{"links":["https://hive.blog/hive-139531/@blocktrades/updates-on-automated-build-and-test-solution-for-hive-s-core-blockchain-code-hived"],"app":"hiveblog/0.1"}
created2020-09-01 16:19:03
last_update2020-09-01 16:19:03
depth2
children0
last_payout2020-09-08 16:19:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length185
author_reputation1,284,281,995,439,320
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,394,333
net_rshares0
@ammar30 ·
I’m so confused there’s a hive hard fork and why?
properties (22)
authorammar30
permlinkre-blocktrades-202091t205354383z
categoryhive-139531
json_metadata{"tags":["hive","blockchain","cryptocurrency","software"],"app":"ecency/3.0.3-mobile","format":"markdown+html"}
created2020-09-01 15:53:54
last_update2020-09-01 15:53:54
depth1
children1
last_payout2020-09-08 15:53:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length49
author_reputation162,080,966,307
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,393,932
net_rshares0
@blocktrades ·
You can find out more about the upcoming hardfork here: https://hive.blog/@hiveio
properties (22)
authorblocktrades
permlinkqfzmjm
categoryhive-139531
json_metadata{"links":["https://hive.blog/@hiveio"],"app":"hiveblog/0.1"}
created2020-09-01 16:16:33
last_update2020-09-01 16:16:33
depth2
children0
last_payout2020-09-08 16:16: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_length81
author_reputation1,284,281,995,439,320
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,394,290
net_rshares0
@ammonite ·
I find it interesting that the votes take up more data than the posts themselves. I suppose there must be so much more going on under the surface than is visible on the frontend. Happy to see things going so well for the 16th.
properties (22)
authorammonite
permlinkre-blocktrades-qfy6vb
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.08.3"}
created2020-08-31 21:40:24
last_update2020-08-31 21:40:24
depth1
children12
last_payout2020-09-07 21:40:24
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_length226
author_reputation221,175,087,624,809
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,380,363
net_rshares0
@blocktrades · (edited)
I agree it's a bit counter-intuitive. But one thing to note is that the post title/body/etc is actually stored in hive_post_data, hive_posts contains meta-data. So you need to add up those two table (and hive_permlink_data too, for that matter) to get a better idea of space consumed by posts (in which case, you get a size similar to the votes). 

The other point, of course, is that there are a lot of votes cast. And there's a lot of indexes associated with voting.
👍  
properties (23)
authorblocktrades
permlinkqfy8x6
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-08-31 22:24:45
last_update2020-08-31 22:25:42
depth2
children11
last_payout2020-09-07 22:24:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length468
author_reputation1,284,281,995,439,320
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,380,891
net_rshares24,805,266,725
author_curate_reward""
vote details (1)
@ammonite ·
Thank you for taking the time to reply and in such detail.
properties (22)
authorammonite
permlinkre-blocktrades-qfzbur
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.08.3"}
created2020-09-01 12:25:42
last_update2020-09-01 12:25:42
depth3
children0
last_payout2020-09-08 12: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_length58
author_reputation221,175,087,624,809
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,390,490
net_rshares0
@teknow ·
Hey man one thing I've wondered about Blockchain is.. the ACTUAL CONTENT. Is HIVE content stored on AWS servers?

I remember steemit content was and that made me think.. doesn't that nullify any claim of DECENTRALISED and IMMUTABILITY?

Or at the least exist as "not truly outside of the mainstream" reach and all still under the control of technocrats?
properties (22)
authorteknow
permlinkre-blocktrades-qfyt5p
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.08.3"}
created2020-09-01 05:41:51
last_update2020-09-01 05:41:51
depth3
children9
last_payout2020-09-08 05:41: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_length353
author_reputation1,338,108,277,063
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,385,618
net_rshares0
@antisocialist ·
Can we have a 'poll the community' proposal that costs on the order of 1hbd?
Maybe with both up and down votes counted within the same proposal?
Downvotes to give the apathetic one less reason not to vote.
Counting the votes by each, and not weight, to gauge popularity within the community? 
Weight could be shown as normal.
properties (22)
authorantisocialist
permlinkre-blocktrades-qgbbrd
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.08.3"}
created2020-09-07 23:54:51
last_update2020-09-07 23:54:51
depth1
children4
last_payout2020-09-14 23:54: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_length326
author_reputation274,432,219,746,996
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,509,374
net_rshares0
@blocktrades ·
$0.03
The HBD idea is interesting, but it's still just as game-able by sybil attacks, assuming the voter is willing to fund his sockpuppet accounts for their votes. And that probably leads to a worse voting system, since it seems more likely to me that voters who are paying to vote with sockpuppets would be more likely to do so in order to generate a personal return.

For DHF expenditures, I think it makes sense that the votes are stake-weighted, since the more stake you have, the more you have to win or lose based on the results, and stakeholders are in some sense "funding" everything else by being willing to hold Hive tokens instead of selling them, which drives their value.

Despite that, I don't think stake-weighted decision-making has to be the "only-game-in-town" on Hive. The second layer reputation app I plan to create, for example, will be totally divorced from stake-weighted voting. The only connection to the first layer in this app will be for resource credits to create transactions.
👍  
properties (23)
authorblocktrades
permlinkqgbn8y
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-09-08 04:03:00
last_update2020-09-08 04:03:00
depth2
children3
last_payout2020-09-15 04:03:00
cashout_time1969-12-31 23:59:59
total_payout_value0.014 HBD
curator_payout_value0.014 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,002
author_reputation1,284,281,995,439,320
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,512,009
net_rshares155,699,242,108
author_curate_reward""
vote details (1)
@antisocialist ·
I was aiming more for a proposal cost of 1hbd to poll the community.

Stake weighted voting is the game we are playing here, that makes sense, to me, in a governance situation.
Presuming the stake doesn't act against its own best interests.

I was just wanting the ui to show the number of up/down votes on the proposal to easier gauge community support, the stake weighted portion could remain the same.

Perhaps the proposal feature isn't the best venue, but neither have the apps filled the role due to nobody seeing them, and most of us not wanting one more app to keep up with.

Maybe a poll feature should be added to the drop down menu where proposals are now?
This lets everybody see them, if they look.
At 1hbd to create a poll, it can provide additional revenue to the dao.

If we paid dpoll for their code and merged it to condenser, presuming its compatibility, it might help with their bent feelers at us taking over their thing?
properties (22)
authorantisocialist
permlinkre-blocktrades-qgcmup
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.08.3"}
created2020-09-08 16:52:03
last_update2020-09-08 16:52:03
depth3
children2
last_payout2020-09-15 16:52:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length942
author_reputation274,432,219,746,996
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,520,878
net_rshares0
@chireerocks ·
@blocktrades, I am not good with **Technical Details** but good to know about the **Hivemind Progress**.

Keep updating **Hive Community** and keep making this space a **Powerful Ecosystem**.

Good wishes from my side team and stay blessed always.
properties (22)
authorchireerocks
permlinkre-blocktrades-qg99wt
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.08.3"}
created2020-09-06 21:19:42
last_update2020-09-06 21:19:42
depth1
children0
last_payout2020-09-13 21:19: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_length247
author_reputation327,821,690,945,691
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,489,008
net_rshares0
@dalz ·
Thanks!
Where is the custom JSON data in the above tables?
```hive_follows ```?
properties (22)
authordalz
permlinkqfy4gx
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-08-31 20:48:33
last_update2020-08-31 20:48:33
depth1
children1
last_payout2020-09-07 20:48: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_length79
author_reputation1,926,088,229,945,072
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,379,660
net_rshares0
@blocktrades · (edited)
hive_follows contains the custom_json data that is "understood" by hivemind. For arbitrary custom_json, we'll likely create one or more tables specifically for it, along with appropriate API methods to access it. 

One of the ideas that's been tossed around is making hivemind more modular. For example, it'd be nice to be able to run a hivemind that just has accounts, transaction data, and custom_json, without all the heavy "social media" tables. 

This could be extended further to where the hivemind pre-filters custom_json it's not interested in storing. This would make it easy for people to run very lightweight API servers for one or more specific apps.

Probably obvious, but this is all driving towards creating a simpler architecture for creating 2nd layer apps.
👍  , ,
👎  
properties (23)
authorblocktrades
permlinkqfy6d8
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-08-31 21:29:33
last_update2020-08-31 21:36:48
depth2
children0
last_payout2020-09-07 21:29: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_length774
author_reputation1,284,281,995,439,320
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,380,238
net_rshares45,550,459,864
author_curate_reward""
vote details (4)
@fable70 ·
Every time you leave a post Market react to it and HIVE get a big dump.... Shame on you!! 
👍  
👎  
properties (23)
authorfable70
permlinkre-blocktrades-qfzmu6
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.08.3"}
created2020-09-01 16:22:54
last_update2020-09-01 16:22:54
depth1
children6
last_payout2020-09-08 16:22:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length90
author_reputation-2,846,021,120,460
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,394,398
net_rshares-76,912,598,570,180
author_curate_reward""
vote details (2)
@blocktrades ·
If that were actually true, you've identified a great personal strategy for buying/selling, since I post every Monday right now, until after the HF.
👍  , ,
👎  
properties (23)
authorblocktrades
permlinkqfzq2o
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-09-01 17:32:48
last_update2020-09-01 17:32:48
depth2
children5
last_payout2020-09-08 17:32:48
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_length148
author_reputation1,284,281,995,439,320
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,395,606
net_rshares51,777,533,050
author_curate_reward""
vote details (4)
@fable70 · (edited)
Now HIVE is known as a shit and dump token in market. While BTC and whole the market is on uptrend and bulish(2x-10x surges)HIVE is in a 5 months downtrend!!
Its all because of U and useless team
👎  
properties (23)
authorfable70
permlinkre-blocktrades-qg18t7
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.08.3"}
created2020-09-02 13:15:09
last_update2020-09-02 13:46:36
depth3
children4
last_payout2020-09-09 13:15:09
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_length195
author_reputation-2,846,021,120,460
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,409,877
net_rshares-80,033,310,580,853
author_curate_reward""
vote details (1)
@french-tech · (edited)
To connect to the private instance of Syncad Gitlab, it's necessary to create a new user? it's not possible to use a gitlab user account?

What was the spec (CPU/RAM) of the server running the initial sync process?

<hr>
<sub>

[Witness FR - Gen X - Geek 🤓 Gamer 🎮 traveler ⛩️](/@mintrawa/introducing-a-gen-x-geek-gamer-traveler-witness)
Don't miss the **Hive Power UP Day**! more info [here](/hivebuzz/@hivebuzz/pud) 
</sub>
properties (22)
authorfrench-tech
permlinkre-blocktrades-202091t11918317z
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.08.3"}
created2020-09-01 04:09:18
last_update2020-09-01 04:20:33
depth1
children4
last_payout2020-09-08 04:09:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length425
author_reputation10,920,316,584,102
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,384,717
net_rshares0
@blocktrades · (edited)
You can access the gitlab server without creating an account: https://gitlab.syncad.com/explore 
But you need to create an account to file issues and submit merge requests.

We ran it on two systems:
* 3960X 256GB RAM 2 NVMe drives (Corsair MP600s 2TB and 1TB)
* 3800X 128GB RAM 1 NVMe drive (Sabrent Rocket 4.0 2TB) and 1 SSD (Samsung 860 EVO 1TB)

Times:
* 3960X took 3 days 20 hours
* 3800X took 4 days 13 hours
👍  
👎  
properties (23)
authorblocktrades
permlinkqfznia
categoryhive-139531
json_metadata{"links":["https://gitlab.syncad.com/explore"],"app":"hiveblog/0.1"}
created2020-09-01 16:37:21
last_update2020-09-01 19:19:57
depth2
children3
last_payout2020-09-08 16:37:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length414
author_reputation1,284,281,995,439,320
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,394,619
net_rshares60,287,087,695
author_curate_reward""
vote details (2)
@french-tech ·
Thanks @blocktrades, yes I know for access without creating an account, I just wanted to avoid an additional account to my already existing gitlab and github 😂

Really interesting that the tests were done with a Ryzen processor. In case you do a more detailed post later on the tests, it will be possible to have also the CPU/RAM load after synchronization (I mean in load testing)?

<hr>
<sub>

[Witness FR - Gen X - Geek 🤓 Gamer 🎮 traveler ⛩️](/@mintrawa/introducing-a-gen-x-geek-gamer-traveler-witness)
Don't miss the **Hive Power UP Day**! more info [here](/hivebuzz/@hivebuzz/pud) 
</sub><div class="pull-right"><a href="/@hive.engage">![](https://i.imgur.com/XsrNmcl.png)</a></div>
properties (22)
authorfrench-tech
permlinkre-qfznia
categoryhive-139531
json_metadata{"app":"engage"}
created2020-09-01 18:50:48
last_update2020-09-01 18:50:48
depth3
children2
last_payout2020-09-08 18:50:48
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_length687
author_reputation10,920,316,584,102
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,396,856
net_rshares0
@gitplait ·
https://hive.blog/hive-167922/@taskmaster4450le/work-from-home-how-bad-will-it-get-for-commercial-real-estate
👎  
properties (23)
authorgitplait
permlinkqfzqic
categoryhive-139531
json_metadata{"links":["https://hive.blog/hive-167922/@taskmaster4450le/work-from-home-how-bad-will-it-get-for-commercial-real-estate"],"app":"hiveblog/0.1"}
created2020-09-01 17:42:18
last_update2020-09-01 17:42:18
depth1
children0
last_payout2020-09-08 17:42:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length109
author_reputation911,220,543,569
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,395,756
net_rshares-3,201,054,897,005
author_curate_reward""
vote details (1)
@happyme ·
![ObsoleteError.JPG](https://files.peakd.com/file/peakd-hive/happyme/dUpVYFNe-ObsoleteError.JPG)

Can anyone tell me what this is supposed to mean and what I need to do to be able to post again?
properties (22)
authorhappyme
permlinkre-blocktrades-qhk1gl
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.09.5"}
created2020-10-02 03:24:27
last_update2020-10-02 03:24:27
depth1
children0
last_payout2020-10-09 03:24: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_length194
author_reputation147,383,851,243,120
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,920,293
net_rshares0
@hivebuzz ·
Congratulations @blocktrades! 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/@blocktrades/upvotes.png?202009010640"></td><td>You distributed more than 59000 upvotes. Your next target is to reach 60000 upvotes.</td></tr>
</table>

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



**Do not miss the last post from @hivebuzz:**
<table><tr><td><a href="/hivebuzz/@hivebuzz/pud-countdown"><img src="https://images.hive.blog/64x128/https://i.imgur.com/805FIIt.jpg"></a></td><td><a href="/hivebuzz/@hivebuzz/pud-countdown">Hive Power Up Day - The countdown is ticking</a></td></tr><tr><td><a href="/hivebuzz/@hivebuzz/pud-202009"><img src="https://images.hive.blog/64x128/https://i.imgur.com/805FIIt.jpg"></a></td><td><a href="/hivebuzz/@hivebuzz/pud-202009">Hive Power Up Day - Let's grow together!</a></td></tr></table>
properties (22)
authorhivebuzz
permlinkhivebuzz-notify-blocktrades-20200901t064611000z
categoryhive-139531
json_metadata{"image":["http://hivebuzz.me/notify.t6.png"]}
created2020-09-01 06:46:09
last_update2020-09-01 06:46:09
depth1
children0
last_payout2020-09-08 06:46:09
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,177
author_reputation369,628,801,496,730
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,386,381
net_rshares0
@ibrahim51 ·
That's pretttey cool to know.
properties (22)
authoribrahim51
permlinkqfyrfm
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-09-01 05:04:36
last_update2020-09-01 05:04:36
depth1
children0
last_payout2020-09-08 05:04:36
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_length29
author_reputation790,476,549,652
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries
0.
accounthiveonboard
weight100
1.
accountpeakd
weight300
2.
accountthreespeak
weight100
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,385,260
net_rshares0
@marcybetancourt ·
Thanks for the information
properties (22)
authormarcybetancourt
permlinkqfyqjd
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-09-01 04:43:09
last_update2020-09-01 04:43:09
depth1
children0
last_payout2020-09-08 04:43:09
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_length26
author_reputation98,811,188,286,150
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,385,056
net_rshares0
@mysilenteyes ·
have a nice day, everyone
properties (22)
authormysilenteyes
permlinkre-blocktrades-202091t1011752z
categoryhive-139531
json_metadata{"tags":["hive","blockchain","cryptocurrency","software"],"app":"ecency/3.0.3-mobile","format":"markdown+html"}
created2020-09-01 02:01:03
last_update2020-09-01 02:01:03
depth1
children0
last_payout2020-09-08 02:01:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length25
author_reputation14,658,048,728
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,383,366
net_rshares0
@nathanmars ·
Thank you for the update
👍  
properties (23)
authornathanmars
permlinkqfz1d2
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-09-01 08:39:03
last_update2020-09-01 08:39:03
depth1
children0
last_payout2020-09-08 08:39:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length24
author_reputation336,354,946,115,368
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,387,593
net_rshares23,087,757,564
author_curate_reward""
vote details (1)
@purrix ·
This has been hard work guys! You must be exhausted! I love the way things are going, the great work to make the platform better and better. Congratulations!
properties (22)
authorpurrix
permlinkqfz8za
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-09-01 11:29:33
last_update2020-09-01 11:29:33
depth1
children1
last_payout2020-09-08 11:29: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_length157
author_reputation247,433,968,654,793
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,389,690
net_rshares0
@blocktrades ·
It has been a lot of work and I'm really looking forward to getting this release behind us, since it lays the groundwork for everything we plan to do afterwords.
👍  ,
👎  
properties (23)
authorblocktrades
permlinkqfzo7r
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-09-01 16:52:39
last_update2020-09-01 16:52:39
depth2
children0
last_payout2020-09-08 16:52:39
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_length161
author_reputation1,284,281,995,439,320
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,394,926
net_rshares48,222,931,804
author_curate_reward""
vote details (3)
@rizasukma ·
Hello...!!!
You again cast a negative vote on my latest post. What mistakes have I made. Please answer. Why are you weakening me here. Am I not allowed to be here?
properties (22)
authorrizasukma
permlinkre-blocktrades-qg81ee
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.08.3"}
created2020-09-06 05:18:15
last_update2020-09-06 05:18:15
depth1
children2
last_payout2020-09-13 05:18: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_length163
author_reputation56,673,466,694,018
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,476,377
net_rshares0
@blocktrades ·
There's a guy called haejin who's voting with a possibly stolen account called ranchorelaxo. He randomly votes up the top trending posts with 100% strength without reading them. I have a bot setup that does a lower value downvote to counter some of his upvote, so that trending posts don't get hugely overrewarded versus other posts.

The blockchain gives out a fixed amount of rewards, based on the token price. A downvote simply redistributes the rewards away from one post to all the other posts. So downvoting an overrewarded post just means other posters get a little more for their post. People are constantly upset about how some people's posts are constantly getting more rewards than other deserving posts. Downvoting counters this trend.
properties (22)
authorblocktrades
permlinkqg90ju
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-09-06 17:57:30
last_update2020-09-06 17:57:30
depth2
children1
last_payout2020-09-13 17:57: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_length747
author_reputation1,284,281,995,439,320
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,485,825
net_rshares0
@rizasukma ·
Thank you, now I understand. I really support your program.👍👍👍👍
properties (22)
authorrizasukma
permlinkre-blocktrades-qg9xtl
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.08.3"}
created2020-09-07 05:56:09
last_update2020-09-07 05:56:09
depth3
children0
last_payout2020-09-14 05:56:09
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_length63
author_reputation56,673,466,694,018
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,495,023
net_rshares0
@slon1980 ·
4 days of synchronization !? This is the volume!
We are waiting for a hard fork!
properties (22)
authorslon1980
permlinkqg0wkt
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-09-02 08:50:51
last_update2020-09-02 08:50:51
depth1
children0
last_payout2020-09-09 08:50: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_length80
author_reputation8,078,883,779,392
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries
0.
accounthiveonboard
weight100
1.
accounttipu
weight100
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,406,785
net_rshares0
@sokoloffa ·
You guys have done a great job.  I have reviewed all the links so far, everything is messed up in my head!)) I hope you will have the same productive next week.  Good luck.
properties (22)
authorsokoloffa
permlinkqfyrcf
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-09-01 05:02:45
last_update2020-09-01 05:02:45
depth1
children0
last_payout2020-09-08 05:02:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length172
author_reputation149,102,875,220,642
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,385,232
net_rshares0
@steepup ·
Well done @blocktrade for putting up effort to give this chain of information to the whole community. Am very glad that the powering down was not shortened, and all noticed bugs fixed. Hoping to see best result after the HF. Also implementing the reputation code too is highly welcome.
👍  
properties (23)
authorsteepup
permlinkqfyxb7
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-09-01 07:11:42
last_update2020-09-01 07:11:42
depth1
children0
last_payout2020-09-08 07:11: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_length285
author_reputation34,185,245,135,219
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,386,653
net_rshares11,112,416,107
author_curate_reward""
vote details (1)
@stoodkev ·
Thanks to you and your team for the amazing work!
👍  
properties (23)
authorstoodkev
permlinkre-blocktrades-qfyuds
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.08.3"}
created2020-09-01 06:08:18
last_update2020-09-01 06:08:18
depth1
children0
last_payout2020-09-08 06:08:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length49
author_reputation190,232,841,750,255
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,385,850
net_rshares2,979,744,290
author_curate_reward""
vote details (1)
@thranax ·
why did you give me a negative feedback?
properties (22)
authorthranax
permlinkqg2zj7
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-09-03 11:50:12
last_update2020-09-03 11:50:12
depth1
children5
last_payout2020-09-10 11:50: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_length40
author_reputation81,776,978,734,355
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,426,845
net_rshares0
@blocktrades ·
There's a guy called haejin who's voting with a possibly stolen account called ranchorelaxo. He randomly votes up the top trending posts with 100% strength without reading them. I have a bot setup that does a lower value downvote to counter some of his upvote, so that trending posts don't get hugely overrewarded versus other posts.

The blockchain gives out a fixed amount of rewards, based on the token price. A downvote simply redistributes the rewards away from one post to all the other posts. So downvoting an overrewarded post just means other posters get a little more for their post. People are constantly upset about how some people's posts are constantly getting more rewards than other deserving posts. Downvoting counters this trend.
properties (22)
authorblocktrades
permlinkqg3ftr
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-09-03 17:41:51
last_update2020-09-03 17:41:51
depth2
children4
last_payout2020-09-10 17:41: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_length747
author_reputation1,284,281,995,439,320
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,432,046
net_rshares0
@pixiepost ·
Thank you for explaining this. It makes a lot of sense. The bot you have downvoted my post and I wasn't really upset about it. I figured it was more of a balancing thing so your explanation confirmed that. 

Just wanted to give a shout out to thank you. Have an awesome day! :)
properties (22)
authorpixiepost
permlinkre-blocktrades-qg8ew6
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.08.3"}
created2020-09-06 10:09:42
last_update2020-09-06 10:09:42
depth3
children1
last_payout2020-09-13 10:09: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_length277
author_reputation288,209,407,709,586
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,479,218
net_rshares0
@thranax ·
ok I did not know that, but if you see that your bot does that, it is good that you leave a comment about why you did it, not because you did not like the post, I thought you did it because you did not like the post
properties (22)
authorthranax
permlinkqg3k15
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-09-03 19:12:54
last_update2020-09-03 19:12:54
depth3
children1
last_payout2020-09-10 19:12:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length215
author_reputation81,776,978,734,355
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,433,508
net_rshares0
@valued-customer ·
$0.03
I really appreciate the regular and detailed updates on the work in progress, and the specifics of it's completion and performance.  It's a marked and preferable change from the lamentable past regarding such improvements.

Thanks!
👍  ,
properties (23)
authorvalued-customer
permlinkre-blocktrades-qfzcuc
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.08.3"}
created2020-09-01 12:47:03
last_update2020-09-01 12:47:03
depth1
children0
last_payout2020-09-08 12:47:03
cashout_time1969-12-31 23:59:59
total_payout_value0.013 HBD
curator_payout_value0.013 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length231
author_reputation356,431,390,808,797
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,390,815
net_rshares163,533,937,035
author_curate_reward""
vote details (2)
@yellowdoodle ·
ok.. I joined recently and not updated on the HF...
will the 13 week power down shortened?
properties (22)
authoryellowdoodle
permlinkre-blocktrades-qfy4o8
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.08.3"}
created2020-08-31 20:52:57
last_update2020-08-31 20:52:57
depth1
children7
last_payout2020-09-07 20:52:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length90
author_reputation4,728,564,787,446
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,379,712
net_rshares0
@blocktrades ·
No, there's no change to powerdown time in this HF.
properties (22)
authorblocktrades
permlinkqfy5xj
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-08-31 21:20:09
last_update2020-08-31 21:20:09
depth2
children6
last_payout2020-09-07 21:20:09
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_length51
author_reputation1,284,281,995,439,320
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,380,095
net_rshares0
@eirik ·
Will you consider shortening it?
properties (22)
authoreirik
permlinkqfya03
categoryhive-139531
json_metadata{"app":"hiveblog/0.1"}
created2020-08-31 22:48:27
last_update2020-08-31 22:48:27
depth3
children4
last_payout2020-09-07 22:48: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_length32
author_reputation75,277,533,711,762
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,381,161
net_rshares0
@yellowdoodle ·
Thank you for your prompt reply. 
I hope its talked about in the next HF
Meanwhile, keep up the good work.. I love your service for swapping coins and support you as a witness :)
properties (22)
authoryellowdoodle
permlinkre-blocktrades-qfy66n
categoryhive-139531
json_metadata{"tags":["hive-139531"],"app":"peakd/2020.08.3"}
created2020-08-31 21:25:36
last_update2020-08-31 21:25:36
depth3
children0
last_payout2020-09-07 21:25:36
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_length178
author_reputation4,728,564,787,446
root_title"Hardfork 24 update: testnets and hivemind progress"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id99,380,175
net_rshares0