create account

My thoughts on hardfork v17 by delegate.lafona

View this thread on: hive.blogpeakd.comecency.com
· @delegate.lafona ·
$4.03
My thoughts on hardfork v17
<html>
<p>Hi everyone,&nbsp;</p>
<p>As the hardfork is rapidly approaching I would like to share my thoughts on each of the items mentioned. Overall I think the changes will be good, but I don't like the comment reward fixed split option. I will be upgrading my witness to be ready, but I would prefer an option which did not include the comment reward fixed split. Thank you for your time.&nbsp;</p>
<blockquote>Remove Posting Rate Limit.</blockquote>
<blockquote>Posting rewards are no longer penalized for posting more than 4 times in 24 hours. Originally this was implemented to reduce the impact of bots posting junk content. Ultimately it ended up hurting legitimate authors.</blockquote>
<p>Approve- I think overall this will have a positive impact by simplifying things for users and any abuse would be more noticeable now that we have a more active community.&nbsp;</p>
<blockquote>The comment depth limit has been increased to 255.&nbsp;</blockquote>
<blockquote>The limitation was created to make UI design easier. Many changes we are making are to do right by the blockchain and have the UI adapt. Each UI can and should choose how deep of comments they want to display and can actively reject comments that are deeper than the limit they wish to display. The soft limit is 255 with a hard limit of 64k. 64k was chosen as a limit because the depth is stored on each comment object. This allows us to use a 16 bit field and 64k should be more than enough depth for anybody. (Reddit has a limit of 10,000)</blockquote>
<p>Approve- The less intrusions from system rules to the user, the better.&nbsp;</p>
<blockquote>Comments can now be permanently edited.</blockquote>
<blockquote>We are adapting a new model of imposing as few restrictions in consensus code as possible and having witness actively reject transaction for both rate limiting and security. There is a soft freeze of 7 days that will be lifted with a non-consensus operation. This custom operation still needs to implemented, but will be included in 0.17.1. The operation will be a plugin op in the witness plugin that will inform a witness to accept edits for the next T minutes.</blockquote>
<p>Approve</p>
<blockquote>Comments are now paid out independent of their discussion.</blockquote>
<blockquote>Paying out discussions as a whole was a design decision to make displaying discussions by <code>total_children_rshares2</code> easier. It also made sense to do this with multiple payout windows. This tight coupling ultimately has proven unnecessary. Removing restrictions on depth and editing makes this idea antiquated.</blockquote>
<p>Approve</p>
<blockquote>All comments are paid out 7 days after creation and there is no longer a second payout window.</blockquote>
<blockquote>99% of votes are cast in the first 7 days after creation. This elimates the need for a second payout to accumulate value to a post and simplifies logic significantly.</blockquote>
<p>Neutral- I think the main concern associated with this is the possibility of long term value posts missing out and receiving smaller payouts if they are not voted for right away. While I agree with the concern, there are still ways for posts to receive payouts as long as comments are treated separately(can be made on posts of any age and payouts timelines are not related to the original post). To continue receiving payouts, the author could comment below their post and modify the original to direct people to vote for the comment. This would obviously complicate things and for it to be usable, most aspects would have to be hidden from the users. The question then would be whether the added complexity is worth the gains from simplifying the blockchain logic. Since I don't have a good enough understanding of the tradeoffs in these two scenarios I am holding off from making a decision.</p>
<blockquote>There is now a comment reward fund separate from posts.</blockquote>
<blockquote>We want discussion to be incentivized. Currently, comments are only claiming 2% of the content rewards and there are more comments than posts. Comments will receive 38% of the content reward fund. This change should incentivize commenting, engaging in, and curating discussions.</blockquote>
<p>Reject- The comment rewards do seem a little low, however I don't like the idea of forcing a specific split. While I understand that this number could be adjusted, I think finding a correct setting may be difficult in the long run. In addition, other changes to the system associated with voting(voting curve flattening, abit's no whale voting experiment) may have a positive impact on the comment rewards situation. If the lack of comment rewards was simply another symptom of concentration of voting power then it would seem wise to see if comment rewards change as a result of these other experiments.&nbsp;</p>
<blockquote>All payouts now look at the prior 30 days of payouts to determine the share of the reward rather than the current pending rshares.</blockquote>
<blockquote>The reason for this change is twofold. 1. Looking at a 30 day decaying window reduces variance in payout due to small changes in vote densities. 2. On votes we are currently updating the comment the vote is on, every comment in the tree up to the root, and the global property object. With this algorithm we only need to update the comment, significantly reducing the amount of time spent processing votes. With this change, payouts will initially dip and then ramp up over the next 30 days until the reward fun reaches a steady state.</blockquote>
<blockquote>Reward Balance</blockquote>
<blockquote>Rewards will now go into a separate reward balance that must be claimed before they can be used.</blockquote>
<p>Approve- I think this is reasonable as long as it is easily accessible in the gui.</p>
<blockquote>Comment Reward Beneficiaries</blockquote>
<blockquote>All content can now specify beneficiaries to receive a part of their author rewards. The beneficiaries are specified in the extension field of the <code>comment_options_operation</code> and is a sorted vector (by account name) of account name, weight pairs. The beneficiaries can only be specified once and must be specified before any votes are cast on the comment. Most apps are already adding a <code>comment_options_operation</code> in the transaction that creates the comment, so this should not be much of a challenge to add to existing apps</blockquote>
<p>Approve- Probably one of the most exciting aspects of this hardfork, which will hopefully open up new business opportunites for developers building on steem.</p>
<blockquote>Delegated Steem Power</blockquote>
<blockquote>Steem Power can now be delegated to other accounts. This transfers content voting rights and bandwidth allocation but not witness voting rights. Delegations come in to effect immediately, both when increasing and decreasing a delegation. However, Steem Power being returned by decreasing or removing a delegation has a one week delay in limbo before it is returned to the owner. This is to prevent a satoshi of Steem Power from being able to vote on the same content twice.<br>
Accounts cannot power down Steem Power that is being delegated, nor can they delegate Steem Power that is being powered down.</blockquote>
<p>Approve- This seems like an interesting change which could provide an additional opportunity for steem holders, besides voting with it themselves.&nbsp;</p>
<blockquote>Accounts can be created with a smaller fee and an initial Steem Power delegation.</blockquote>
<blockquote>Instead of paying the entire account creation fee with Steem, creators can now pay a smaller fee (30x less) and delegate some Steem Power for 30 days. The exact amount is <code>5 * min_fee + STEEM_POWER == 150 * min_fee</code>. You can pay any combination of STEEM and Steem Power along that curve (so long as the minimum fee is paid).<em>The witness voted STEEM fee is now the minimum required STEEM fee for delegation. Witnesses should reduce their fee by 30x when the hardfork goes live to preserve the same required fee for an all STEEM account creation.</em></blockquote>
<p><em>Approve</em></p>
<blockquote>PoW is being removed.</blockquote>
<blockquote>PoW has been broken for a long time. Very few people pay attention to it. It is dominated by the same few people and is providing very little value to Steem. Instead of investing even more time fixing it, we have decided to remove it entirely.</blockquote>
<p>Approve- I have no problem with this. As someone who has used this feature in the past, it actually seems more like a distraction from the real product than anything else. Also having the extra funds to support an additional full time witness seems like a better use of the blockchains funds. &nbsp;</p>
<blockquote>NTP is disabled by default</blockquote>
<blockquote>There is an option, <code>enable-ntp</code> that can be set to true in the config file to enable ntp in steemd. All node operators should begin using ntpd as we will be removing ntp from steemd in a future release.</blockquote>
<p>Approve</p>
</html>
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 22 others
👎  , ,
properties (23)
authordelegate.lafona
permlinkmy-thoughts-on-hardfork-v17
categorywitness-category
json_metadata{"tags":["witness-category","witness","hardfork"],"app":"steemit/0.1","format":"html"}
created2017-03-19 17:53:30
last_update2017-03-19 17:53:30
depth0
children20
last_payout2017-04-19 20:10:54
cashout_time1969-12-31 23:59:59
total_payout_value3.404 HBD
curator_payout_value0.629 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9,099
author_reputation1,604,913,152,392
root_title"My thoughts on hardfork v17"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id2,770,788
net_rshares3,613,027,853,706
author_curate_reward""
vote details (89)
@azyref ·
thanks ....
good and i like your post.....
new information from me....
regards @azyref
properties (22)
authorazyref
permlinkre-delegatelafona-my-thoughts-on-hardfork-v17-20180317t163600333z
categorywitness-category
json_metadata{"tags":["witness-category"],"users":["azyref"],"app":"steemit/0.1"}
created2018-03-17 16:36:42
last_update2018-03-17 16:36:42
depth1
children0
last_payout2018-03-24 16:36: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_length86
author_reputation802,131,605,571
root_title"My thoughts on hardfork v17"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id44,985,272
net_rshares0
@bleujay ·
Thank you for posting @delegate.lafona.

Appreciate hearing from the witnesses.......thank you for this report and the work you do for Steemit.

All the best.  Cheers.
👍  
properties (23)
authorbleujay
permlinkre-delegatelafona-my-thoughts-on-hardfork-v17-20170319t184015758z
categorywitness-category
json_metadata{"tags":["witness-category"],"users":["delegate.lafona"],"app":"steemit/0.1"}
created2017-03-19 18:40:18
last_update2017-03-19 18:40:18
depth1
children0
last_payout2017-04-19 20:10: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_length167
author_reputation209,804,780,730,859
root_title"My thoughts on hardfork v17"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,771,329
net_rshares0
author_curate_reward""
vote details (1)
@emmajoy ·
![Review.jpg](https://steemitimages.com/DQmcFWgfPRdEW2RPji5GPBDU4JiW3K8yJ5Yweu3PMgRxvaV/Review.jpg)

Review Of Witness Performance From Comments:  

Always succeeds in explaining ideas clearly. Others find @delegate.lafona easy to understand. She also has the ability to listen carefully to what others are saying, to understand and then to respond appropriately. Conversations with @delegate.lafona are two-way. Reaches a decision rapidly after taking account of all likely outcomes and estimating the route most likely to bring success. The decisions almost always turn out to be good ones. Prioritizes and sequences own tasks and those of other people in the team. Makes sure that the priority tasks are always completed on time. @delegate.lafona has a flair for creative, original writing and makes an impact on the reader. Can adapt the style to the purpose. Never makes mistakes with grammar, spelling or style.
👍  
properties (23)
authoremmajoy
permlinkre-delegatelafona-my-thoughts-on-hardfork-v17-20180209t205211924z
categorywitness-category
json_metadata{"tags":["witness-category"],"users":["delegate.lafona"],"image":["https://steemitimages.com/DQmcFWgfPRdEW2RPji5GPBDU4JiW3K8yJ5Yweu3PMgRxvaV/Review.jpg"],"app":"steemit/0.1"}
created2018-02-09 20:52:12
last_update2018-02-09 20:52:12
depth1
children0
last_payout2018-02-16 20:52: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_length917
author_reputation-489,795,735,660
root_title"My thoughts on hardfork v17"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id36,253,162
net_rshares0
author_curate_reward""
vote details (1)
@freebornangel ·
Allowing sp delegation institutionalizes the guilds.
Banding together for power is playing out irl, we don't need it here.
Use @steemvoter if you need to farm out your curation?
Don't let the whales manipulate the front page any more than they already do, huh?
They may not like the content that the community likes,...
👍  , ,
properties (23)
authorfreebornangel
permlinkre-delegatelafona-my-thoughts-on-hardfork-v17-20170320t162841285z
categorywitness-category
json_metadata{"tags":["witness-category"],"users":["steemvoter"],"app":"steemit/0.1"}
created2017-03-20 16:28:42
last_update2017-03-20 16:28:42
depth1
children0
last_payout2017-04-19 20:10: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_length319
author_reputation171,005,551,503,977
root_title"My thoughts on hardfork v17"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,782,756
net_rshares12,757,622,944
author_curate_reward""
vote details (3)
@hafizolgafur ·
Thank you for sharing. By reading it. It gives me some understanding about the rules here
properties (22)
authorhafizolgafur
permlinkre-delegatelafona-my-thoughts-on-hardfork-v17-20180320t003910311z
categorywitness-category
json_metadata{"tags":["witness-category"],"app":"steemit/0.1"}
created2018-03-20 00:39:18
last_update2018-03-20 00:39:18
depth1
children0
last_payout2018-03-27 00:39: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_length89
author_reputation236,780,165,734
root_title"My thoughts on hardfork v17"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id45,442,040
net_rshares0
@hattaarshavin ·
Thanks for the information @delegate.lafona
very help me
follow me @hattaarshavin
properties (22)
authorhattaarshavin
permlinkre-delegatelafona-my-thoughts-on-hardfork-v17-20170724t084336210z
categorywitness-category
json_metadata{"tags":["witness-category"],"users":["delegate.lafona","hattaarshavin"],"app":"steemit/0.1"}
created2017-07-24 08:43:42
last_update2017-07-24 08:43:42
depth1
children0
last_payout2017-07-31 08:43: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_length81
author_reputation320,012,685,354,792
root_title"My thoughts on hardfork v17"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id9,508,825
net_rshares0
@juancavillac ·
Hi, I'm following you, and I gave you my vote for a witness. I hope to have your vote in my publications
properties (22)
authorjuancavillac
permlinkre-delegatelafona-my-thoughts-on-hardfork-v17-20180108t024313079z
categorywitness-category
json_metadata{"tags":["witness-category"],"app":"steemit/0.1"}
created2018-01-08 02:43:12
last_update2018-01-08 02:43:12
depth1
children0
last_payout2018-01-15 02:43: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_length104
author_reputation1,560,477,142
root_title"My thoughts on hardfork v17"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id27,897,055
net_rshares0
@julian2013 ·
Thank you for your vote, although it's expired.
properties (22)
authorjulian2013
permlinkre-delegatelafona-my-thoughts-on-hardfork-v17-20190315t063820418z
categorywitness-category
json_metadata{"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["witness-category"],"users":[],"links":[],"image":[]}
created2019-03-15 06:38:27
last_update2019-03-15 06:38:27
depth1
children0
last_payout2019-03-22 06:38: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_length47
author_reputation398,595,897,784,320
root_title"My thoughts on hardfork v17"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id81,342,488
net_rshares0
@muhammadbadawi ·
hello 
This is awesome !
Please check my last post and share your opinion
@muhammadbadawi
properties (22)
authormuhammadbadawi
permlinkre-delegatelafona-my-thoughts-on-hardfork-v17-20170918t185956788z
categorywitness-category
json_metadata{"tags":["witness-category"],"users":["muhammadbadawi"],"app":"steemit/0.1"}
created2017-09-18 18:59:57
last_update2017-09-18 18:59:57
depth1
children0
last_payout2017-09-25 18:59: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_length89
author_reputation-11,258,167,147
root_title"My thoughts on hardfork v17"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id15,255,688
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-delegatelafona-my-thoughts-on-hardfork-v17-20190207t214408722z
categorywitness-category
json_metadata{"tags":["witness-category"],"app":"steemit/0.1"}
created2019-02-07 21:44:09
last_update2019-02-07 21:44:09
depth1
children0
last_payout2019-02-14 21:44: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_length726
author_reputation13,750,477,203,164
root_title"My thoughts on hardfork v17"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id79,545,216
net_rshares0
@steemitboard ·
Congratulations @delegate.lafona! You have received a personal award!

[![](https://steemitimages.com/70x70/http://steemitboard.com/@delegate.lafona/birthday2.png)](http://steemitboard.com/@delegate.lafona)  2 Years on Steemit
Click on the badge to view your own Board of Honor on SteemitBoard.

> Upvote this notificationto to help all Steemit users. Learn why [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!
properties (22)
authorsteemitboard
permlinksteemitboard-notify-delegatelafona-20180405t155029000z
categorywitness-category
json_metadata{"image":["https://steemitboard.com/img/notifications.png"]}
created2018-04-05 15:50:27
last_update2018-04-05 15:50:27
depth1
children0
last_payout2018-04-12 15:50: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_length450
author_reputation38,975,615,169,260
root_title"My thoughts on hardfork v17"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id48,507,502
net_rshares0
@steemitboard ·
Congratulations @delegate.lafona! You received a personal award!

<table><tr><td>https://steemitimages.com/70x70/http://steemitboard.com/@delegate.lafona/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/@delegate.lafona) and compare to others on the [Steem Ranking](http://steemitboard.com/ranking/index.php?name=delegate.lafona)_</sub>


**Do not miss the last post from @steemitboard:**
<table><tr><td><a href="https://steemit.com/steemitboard/@steemitboard/the-steem-blockchain-survived-its-first-virus-plague"><img src="https://steemitimages.com/64x128/https://steemitimages.com/0x0/![](https://cdn.steemitimages.com/DQmYKnawrtqFCShyVvVs4QS7548eretcMUKQJc3D2f69pb9/image.png)"></a></td><td><a href="https://steemit.com/steemitboard/@steemitboard/the-steem-blockchain-survived-its-first-virus-plague">The Steem blockchain survived its first virus plague!</a></td></tr></table>

###### [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-delegatelafona-20190405t142509000z
categorywitness-category
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2019-04-05 14:25:09
last_update2019-04-05 14:25:09
depth1
children0
last_payout2019-04-12 14:25: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,189
author_reputation38,975,615,169,260
root_title"My thoughts on hardfork v17"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id82,535,164
net_rshares0
@steemitboard ·
Congratulations @delegate.lafona! You received a personal award!

<table><tr><td>https://steemitimages.com/70x70/http://steemitboard.com/@delegate.lafona/community.png</td><td>Thank you for the witness votes you made to support your Steem community and for keeping the Steem blockchain decentralized</td></tr></table>

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


**Do not miss the last post from @steemitboard:**
<table><tr><td><a href="https://steemit.com/steemitboard/@steemitboard/use-your-witness-votes-and-get-the-community-badge"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmTugCUsoXX762vg1CuHRrpnPbfnjPogp8iCGv7F2kSVuj/image.png"></a></td><td><a href="https://steemit.com/steemitboard/@steemitboard/use-your-witness-votes-and-get-the-community-badge">Use your witness votes and get the Community Badge</a></td></tr></table>

###### [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-delegatelafona-20200305t205420000z
categorywitness-category
json_metadata{"image":["https://steemitboard.com/img/notify.png"]}
created2020-03-05 20:54:21
last_update2020-03-05 20:54:21
depth1
children0
last_payout2020-03-12 20:54: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_length1,209
author_reputation38,975,615,169,260
root_title"My thoughts on hardfork v17"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id96,096,060
net_rshares0
@steemnarrow ·
i voted for you and you might be also vote for me.
👍  
properties (23)
authorsteemnarrow
permlinkre-delegatelafona-my-thoughts-on-hardfork-v17-20180427t114824592z
categorywitness-category
json_metadata{"tags":["witness-category"],"app":"steemit/0.1"}
created2018-04-27 11:48:15
last_update2018-04-27 11:48:15
depth1
children0
last_payout2018-05-04 11:48: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_length50
author_reputation7,799,119,516
root_title"My thoughts on hardfork v17"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id52,441,123
net_rshares0
author_curate_reward""
vote details (1)
@teamsteem ·
Thanks! I see you're disapproving of the comment reward pool and I was wondering if you have a definite stance on whether you'll update or not?
👍  
properties (23)
authorteamsteem
permlinkre-delegatelafona-my-thoughts-on-hardfork-v17-20170319t214144539z
categorywitness-category
json_metadata{"tags":["witness-category"],"app":"steemit/0.1"}
created2017-03-19 21:41:09
last_update2017-03-19 21:41:09
depth1
children3
last_payout2017-04-19 20:10: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_length143
author_reputation284,804,541,406,803
root_title"My thoughts on hardfork v17"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,773,291
net_rshares0
author_curate_reward""
vote details (1)
@delegate.lafona · (edited)
I am planning on updating my backup node to allow for a fast switch if i need it but I will leave the primary witness node on 16.1 in support of not updating until a better consensus is reached.
👍  ,
properties (23)
authordelegate.lafona
permlinkre-teamsteem-re-delegatelafona-my-thoughts-on-hardfork-v17-20170319t224533533z
categorywitness-category
json_metadata{"tags":["witness-category"],"app":"steemit/0.1"}
created2017-03-19 22:45:33
last_update2017-03-19 22:45:54
depth2
children2
last_payout2017-04-19 20:10: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_length194
author_reputation1,604,913,152,392
root_title"My thoughts on hardfork v17"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,773,967
net_rshares0
author_curate_reward""
vote details (2)
@rival ·
Hi there.. would you check out your witness votes and maybe remove some inactive ones.. I hope you consider to vote for me.. I am a new witness and your vote can change my life
properties (22)
authorrival
permlinkre-delegatelafona-re-teamsteem-re-delegatelafona-my-thoughts-on-hardfork-v17-20171018t162907087z
categorywitness-category
json_metadata{"tags":["witness-category"],"app":"steemit/0.1"}
created2017-10-18 16:29:09
last_update2017-10-18 16:29:09
depth3
children0
last_payout2017-10-25 16:29: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_length176
author_reputation56,474,966,976,297
root_title"My thoughts on hardfork v17"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id17,991,258
net_rshares0
@teamsteem ·
Great! I'm wondering how will turn out.
properties (22)
authorteamsteem
permlinkre-delegatelafona-re-teamsteem-re-delegatelafona-my-thoughts-on-hardfork-v17-20170320t014608550z
categorywitness-category
json_metadata{"tags":["witness-category"],"app":"steemit/0.1"}
created2017-03-20 01:45:33
last_update2017-03-20 01:45:33
depth3
children0
last_payout2017-04-19 20:10: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_length39
author_reputation284,804,541,406,803
root_title"My thoughts on hardfork v17"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id2,775,480
net_rshares0
@ura-soul ·
Greetings! I can see you haven't been active much on Steemit recently and noticed that some of your witness votes currently point to inactive witnesses (roadscape, steempty and witness.svk). I just launched a witness campaign for Steemit and have a pretty high capacity server, plus a lot of professional experience with software/hardware (and banks of all things!) -  I'd really appreciate if you would consider switching an inactive witness to a vote for me to give me a chance to serve the community as best I can. 
[My witness application is here](https://steemit.com/witness-category/@ura-soul/ura-soul-witness-application). Cheers!
properties (22)
authorura-soul
permlinkre-delegatelafona-my-thoughts-on-hardfork-v17-20171025t145658737z
categorywitness-category
json_metadata{"tags":["witness-category"],"app":"busy/1.0.0"}
created2017-10-25 14:56:57
last_update2017-10-25 14:56:57
depth1
children0
last_payout2017-11-01 14:56: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_length637
author_reputation843,186,314,332,713
root_title"My thoughts on hardfork v17"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id18,538,661
net_rshares0
@xubrnt ·
i want to bring witness to my d 0 w/(h) e (a)d  https://steemit.com/g0fig/@xubrnt/ned-steemit
properties (22)
authorxubrnt
permlinkre-delegatelafona-my-thoughts-on-hardfork-v17-20180412t004151612z
categorywitness-category
json_metadata{"tags":["witness-category"],"links":["https://steemit.com/g0fig/@xubrnt/ned-steemit"],"app":"steemit/0.1"}
created2018-04-12 00:41:54
last_update2018-04-12 00:41:54
depth1
children0
last_payout2018-04-19 00:41: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_length93
author_reputation-370,250,904,394
root_title"My thoughts on hardfork v17"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id49,582,084
net_rshares0