Steem Flag Rewards Project Update and Milestone by anthonyadavisii

View this thread on steempeak.com
· @anthonyadavisii · (edited)
$139.06
Steem Flag Rewards Project Update and Milestone
<center>https://steemitimages.com/500x400/https://steemitimages.com/DQmTJj2SXdXcYLh3gtsziSEUXH6WP43UG6Ltoq9EZyWjQeb/frpaccount.jpg</center>

# What is Steem Flag Rewards
Steem Flag Rewards Program incentivizes the anti-abuse community. Our project rewards those who are tracking and taking action against abuse. 

Let’s make Steem less-friendly to abuse . It is simple. Building abuse fighters equals less abuse.

We have identified a list of [abuse categories](https://github.com/anthonyadavisii/steemflagrewards/blob/master/categories.py) the program actively pursues. If the post or comment matches the abuse category we take it into our own hands and flag it.

The program is after abuse posts or comments with payout. Flag the post, write a comment identifying the abuse category and mention @steemflagrewards. 

Our bot will then upvote our abuse fighters' comments. This is their reward for cleaning the platform and risking possible retaliation. 

<center>
![image.png](https://ipfs.busy.org/ipfs/QmNgFmFSPApxfRabZs6mcq5bSLyNf3sRwX8DHNiPBa94bt)
</center>

<hr>
<hr>

# Repository
We are open source! 
https://github.com/anthonyadavisii/steemflagrewards

# September Project Updates
We had significant bot developments happening at our steemflagrewards repository. Amidst all the activity with anti-abuse ops and HF20, September is a month to remember.

This post will be somewhat of an amalgamation of technical and operational developments.

## Enhancements and New Features for SFR Bot
1 . **Clear_Queue Function**
<center>![image.png](https://ipfs.busy.org/ipfs/QmPMBpaDgGvGoAGxg8s4NajomMZEhSgFhQPXWiL1ooBeqz)
</center>
This has been a much needed feature for our team at SFR.  We needed the ability to clear the voting queue when the bot gets stuck in queue mode. 

For whatever reason, the bot was in perpetual queue mode. This causes unintended delays with the program's day to day operations. Some of the reasons may include node issues, which happen a lot of the time. Or possibly a bug in the approval and queuing feature.

Without this command made available, we required manual database updates. Constant baby-sitting of the script is not your ideal scenario.

It's a simple solution to keep our operations going while I'm away.  It does require re-approving the flag comments but it got things moving again so it helped. 

The long term goal is to do away with this function once we streamline the queue mechanism.

```
@bot.command()
async def clear_queue(ctx):
    cursor.execute('UPDATE steemflagrewards SET queue = 0 WHERE queue == 1')
    db.commit()
    await ctx.send('Queue has been successfully cleared!')
    return
```
<hr>

2 . **Successfully migrated bot to themarkymark's host**
The bot is no longer living on my mining rig so definitely a good thing! 

We're slowly moving to a more streamlined operations. Hosting the bot to a server and giving our devs access will help prevent a single point of failure. 

With this migration, a vastly improved bot responsiveness is noticeable. To the extent that it was actually too fast in one regard which I'll explain.

Thanks to @themarkymark for his generous support.

<sub>Yes, I can GPU mine my altcoins in peace. And go on vacation...</sub>

<hr>

3 . **Queue Voting Adjustment for STEEM_MIN_VOTE_INTERVAL_SEC**
This is the only time I'm complaining about response time being fast.

There was a slight issue with the queue voting which did not manifest until the bot migration. There was a decreased communication latency on the dedicated server host to the Discord server, leading to rapid queue voting. 

I followed the trail from the console errors. Then implemented a simple break fix to restoring service. 

```
# sleeps to account for STEEM_MIN_VOTE_INTERVAL
await asyncio.sleep(STEEM_MIN_VOTE_INTERVAL) 
 ```
<hr>

4 . **Avoid Early Voting Penalty**
We have integrated a check into the code to ensure the bot votes no less than 15 minutes from the comment's created time. This is to optimize rewards for our abuse fighters and curation for the SFR bot.

It did take a bit of manipulating the datetime formats. I specifically removed TZinfo from created and the microseconds from ```now``` to compare the two. Then obtain the number of seconds to wait. This is achieved with the following code: 

``` 
#gets post created date without timezone info for comparing to now
created = comment['created'].replace(tzinfo=None)
now=datetime.datetime.utcnow().replace(microsecond=0)
dif = now - created
ts = round(dif.total_seconds())
difmin=round((ts/60))
if(difmin < 15):
	 await asyncio.sleep(ts)
```
<hr>

5 . **Edits for PEP8 Guidelines**
Edits were made per the recommendations of @amosbastian and @emrebeyler. I reviewed the [PEP8 Style Guide](https://www.python.org/dev/peps/pep-0008/) and made a few minor adjustments in accordance with those guidelines. 

Further beautification of the code will be an ongoing process.
<center>
https://steemitimages.com/0x0/https://files.steempeak.com/file/steempeak/mirkojax/5FnM2sWD-mirkojax-glyph-line-divider-transp.png
</center>

## SFR Ops Milestone
**Good job, everyone!**

<center>
![payout_denied.gif](https://ipfs.busy.org/ipfs/QmZP47eF8vYyRdiqgcewm4pUMFmVJzf9uRBN3d5YSG2fAg)
*Abuse Payout Denied!*</center>

Content identified as abuse was tracked via 481 approved SteemFlagRewards flag mentions comments. 
<center>
![image.png](https://ipfs.busy.org/ipfs/QmQ7HSus3ayCC6jSPgw56YwfW9sSqGR9i7dmCe2UjHUQSY)
</center>

<center>
https://steemitimages.com/0x0/https://files.steempeak.com/file/steempeak/mirkojax/5FnM2sWD-mirkojax-glyph-line-divider-transp.png
</center>

## SFR and the Steem Community
If we include other outgoing flags from various group collaboration, the value of removed post payout is higher.

Steem Flag Rewards's strategy involves collaborating with those who are aware of the importance of flagging within the Steem ecosystem.

Prime example are the good folks over at SteemSpeak like @whatsup and @elgeko. 

Big shoutout to our friendly neighborhood dolphin, @supermeatboy. He defers being rewarded by @steemflagrewards upvotes so it would go to minnows, redfish and plankton. 

<center>![Thank-You.png](https://ipfs.busy.org/ipfs/QmQikz7CCWidaSQB7tY6B8FnsQaDhvEGKrZutepKHEaNUd)
</center>

## High SP Assist
Higher SP accounts' willingness to assist with flags is pivotal towards the overall efficacy of blockchain moderation. Every flag helps to deter abuse and we are very thankful. 

It is a slim minority of users that regularly engage in flagging. That being said, we need all the help we can get. 

Kudos to all that have assisted like @steevc, @slobberchops, and @kabir88 to name a few. 

On behalf of the team at Steem Flag Rewards, we would also like to thank those who are delegating to our program. We are moving towards higher efficiency operations.

<center>
https://steemitimages.com/0x0/https://files.steempeak.com/file/steempeak/mirkojax/5FnM2sWD-mirkojax-glyph-line-divider-transp.png
</center>

Additionally, I would like to highlight @fulltimegeek's quick response to our request. His assistance to help neutralize the retaliatory downvotes of abusers is much appreciated . 

The fact that we are able to divert votes from the abuser is a win in my book. **It is also a win for the larger Steem community.**
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 41 others
πŸ‘Ž  ,
properties (23)
post_id63,999,609
authoranthonyadavisii
permlink-steem-flag-rewards-project-update-and-milestone
categoryutopian-io
json_metadata{"users":["steemflagrewards.","bot.command","themarkymark","amosbastian","emrebeyler.","whatsup","elgeko.","supermeatboy.","steemflagrewards","steevc","slobberchops","kabir88","fulltimegeek"],"tags":["utopian-io","antiabuse","steemflagrewards","abuse","busy"],"links":["https:\/\/github.com\/anthonyadavisii\/steemflagrewards\/blob\/master\/categories.py","\/@steemflagrewards","https:\/\/github.com\/anthonyadavisii\/steemflagrewards","\/@themarkymark","\/@amosbastian","\/@emrebeyler","https:\/\/www.python.org\/dev\/peps\/pep-0008\/","\/@whatsup","\/@elgeko","\/@supermeatboy"],"community":"busy","app":"busy\/2.5.6","image":["https:\/\/steemitimages.com\/500x400\/https:\/\/steemitimages.com\/DQmTJj2SXdXcYLh3gtsziSEUXH6WP43UG6Ltoq9EZyWjQeb\/frpaccount.jpg"],"format":"markdown"}
created2018-10-10 14:36:42
last_update2018-10-10 14:37:51
depth0
children25
net_rshares104,904,909,083,522
last_payout2018-10-17 14:36:42
cashout_time1969-12-31 23:59:59
total_payout_value101.669 SBD
curator_payout_value37.390 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length7,278
author_reputation126,215,040,536,555
root_title" Steem Flag Rewards Project Update and Milestone"
beneficiaries
0.
accountsteemplus-pay
weight500
1.
accountutopian.pay
weight500
max_accepted_payout100,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (107)
@checky ·
$0.06
Possible wrong mentions found
Hi @anthonyadavisii, I'm @checky ! While checking the mentions made in this post I noticed that @amosbastion doesn't exist on Steem. Did you mean to write @<em></em>amosbastian ?

###### If you found this comment useful, consider upvoting it to help keep this bot running. You can see a list of all available commands by replying with `!help`.
πŸ‘  , ,
properties (23)
post_id63,999,615
authorchecky
permlinkre-anthonyadavisii--steem-flag-rewards-project-update-and-milestone
categoryutopian-io
json_metadata{"app":"checky\/0.1.5","format":"markdown","tags":["mentions","bot","checky"]}
created2018-10-10 14:36:48
last_update2018-10-10 14:36:48
depth1
children1
net_rshares41,231,866,800
last_payout2018-10-17 14:36:48
cashout_time1969-12-31 23:59:59
total_payout_value0.044 SBD
curator_payout_value0.012 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length343
author_reputation933,254,300,796
root_title" Steem Flag Rewards Project Update and Milestone"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (3)
@anthonyadavisii ·
Thanks, @checky! Fixed! 

Also, appreciate your work with this helpful bot, @ragepeanut!
πŸ‘  
properties (23)
post_id63,999,747
authoranthonyadavisii
permlinkre-checky-re-anthonyadavisii--steem-flag-rewards-project-update-and-milestone-20181010t143857361z
categoryutopian-io
json_metadata{"users":["checky","ragepeanut"],"format":"markdown","links":["\/@checky","\/@ragepeanut"],"community":"busy","app":"busy\/2.5.6","image":[],"tags":["utopian-io"]}
created2018-10-10 14:38:54
last_update2018-10-10 14:38:54
depth2
children0
net_rshares9,242,215,501
last_payout2018-10-17 14:38:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length88
author_reputation126,215,040,536,555
root_title" Steem Flag Rewards Project Update and Milestone"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@yogander ·
good post
πŸ‘  
properties (23)
post_id63,999,666
authoryogander
permlinkre-anthonyadavisii--steem-flag-rewards-project-update-and-milestone-20181010t143732710z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","tags":["utopian-io"]}
created2018-10-10 14:37:33
last_update2018-10-10 14:37:33
depth1
children8
net_rshares0
last_payout2018-10-17 14:37:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length9
author_reputation3,235,936,569
root_title" Steem Flag Rewards Project Update and Milestone"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@anthonyadavisii ·
$0.02
https://cdn.discordapp.com/attachments/448468778557112320/499597059410624513/Bold_Move_Cotton_10102018095922.jpg

Posted using [Partiko Android](https://steemit.com/@partiko-android)
πŸ‘  , ,
πŸ‘Ž  
properties (23)
post_id64,001,061
authoranthonyadavisii
permlinkanthonyadavisii-re-yogander-re-anthonyadavisii--steem-flag-rewards-project-update-and-milestone-20181010t150123899z
categoryutopian-io
json_metadata{"app":"partiko"}
created2018-10-10 15:01:24
last_update2018-10-10 15:01:24
depth2
children4
net_rshares19,552,848,554
last_payout2018-10-17 15:01:24
cashout_time1969-12-31 23:59:59
total_payout_value0.020 SBD
curator_payout_value0.003 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length182
author_reputation126,215,040,536,555
root_title" Steem Flag Rewards Project Update and Milestone"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (4)
@lovenfreedom ·
$0.02
Now I can't flag it because it will hide your meme there cowboy.
πŸ‘  ,
properties (23)
post_id64,001,129
authorlovenfreedom
permlinkre-anthonyadavisii-anthonyadavisii-re-yogander-re-anthonyadavisii--steem-flag-rewards-project-update-and-milestone-20181010t150230323z
categoryutopian-io
json_metadata{"users":[],"format":"markdown","links":[],"community":"busy","app":"busy\/2.5.6","image":[],"tags":["utopian-io"]}
created2018-10-10 15:02:39
last_update2018-10-10 15:02:39
depth3
children0
net_rshares18,003,250,955
last_payout2018-10-17 15:02:39
cashout_time1969-12-31 23:59:59
total_payout_value0.018 SBD
curator_payout_value0.002 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length64
author_reputation23,085,183,622,427
root_title" Steem Flag Rewards Project Update and Milestone"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@iamstan · (edited)
$0.03
I think with some help and insight he might do better.
 It crushes me when I see an account that has not posted much. 
They have been here for 7 months and still have steemit delegations. Not active for 41 days, just became active again 3 days ago.

Lets try to help him learn how to do well here.
πŸ‘  , , ,
πŸ‘Ž  
properties (23)
post_id64,001,570
authoriamstan
permlinkre-anthonyadavisii-anthonyadavisii-re-yogander-re-anthonyadavisii--steem-flag-rewards-project-update-and-milestone-20181010t151026793z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","tags":["utopian-io"]}
created2018-10-10 15:10:27
last_update2018-10-10 15:11:00
depth3
children1
net_rshares25,117,304,061
last_payout2018-10-17 15:10:27
cashout_time1969-12-31 23:59:59
total_payout_value0.026 SBD
curator_payout_value0.006 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length297
author_reputation14,017,374,183,467
root_title" Steem Flag Rewards Project Update and Milestone"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (5)
@yogander ·
i think that you might be using such cheap tricks of getting  crypto by putting comments so you are expressing your tricks,kid
πŸ‘  
πŸ‘Ž  
properties (23)
post_id68,054,151
authoryogander
permlinkre-anthonyadavisii-anthonyadavisii-re-yogander-re-anthonyadavisii--steem-flag-rewards-project-update-and-milestone-20181229t093323055z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","tags":["utopian-io"]}
created2018-12-29 09:33:12
last_update2018-12-29 09:33:12
depth3
children0
net_rshares-8,679,291,003
last_payout2019-01-05 09:33:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length126
author_reputation3,235,936,569
root_title" Steem Flag Rewards Project Update and Milestone"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@enforcer48 ·
$0.03
So, what did you like about it?
πŸ‘  ,
properties (23)
post_id64,002,320
authorenforcer48
permlinkre-yogander-re-anthonyadavisii--steem-flag-rewards-project-update-and-milestone-20181010t152242492z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","tags":["utopian-io"]}
created2018-10-10 15:22:45
last_update2018-10-10 15:22:45
depth2
children2
net_rshares22,275,005,708
last_payout2018-10-17 15:22:45
cashout_time1969-12-31 23:59:59
total_payout_value0.023 SBD
curator_payout_value0.006 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length31
author_reputation72,258,491,181,307
root_title" Steem Flag Rewards Project Update and Milestone"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@yogander ·
first i want to  say that i understood something and that is that there is nothing good in you ,kid
πŸ‘  
πŸ‘Ž  
properties (23)
post_id68,054,094
authoryogander
permlinkre-enforcer48-re-yogander-re-anthonyadavisii--steem-flag-rewards-project-update-and-milestone-20181229t093142137z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","tags":["utopian-io"]}
created2018-12-29 09:31:30
last_update2018-12-29 09:31:30
depth3
children1
net_rshares-8,649,332,581
last_payout2019-01-05 09:31:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length99
author_reputation3,235,936,569
root_title" Steem Flag Rewards Project Update and Milestone"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@iamstan · (edited)
$5.94
Thank  you @anthonyadavisii for your contribution to the Utopian antiabuse initiative.

I have read your submission more than once and I will say it is an example that everyone should read.

Your contribution explains the antiabuse project well. This enables the reader to join in antiabuse efforts. The project update  highlights  where your project is improving.  Your  work  in support of antiabuse on the steem blockchain is making a  difference.

 For your next contribution make sure every sentence is understandable. I had some difficulty on a few of  them.

If you would like a follow up comment for me to explain I will do that.

Your contribution has been evaluated according to [Utopian policies and guidelines](https://join.utopian.io/guidelines), as well as a predefined set of questions pertaining to the category.

To view those questions and the relevant answers related to your post, [click here](https://review.utopian.io/result/13/1111221241).

---- 
Need help? Write a ticket on https://support.utopian.io/. 
Chat with us on [Discord](https://discord.gg/uTyJkNm). 
[[utopian-moderator]](https://join.utopian.io/)
πŸ‘  , , , , , , , , , , , , ,
properties (23)
post_id64,003,647
authoriamstan
permlinkre-anthonyadavisii--steem-flag-rewards-project-update-and-milestone-20181010t154731738z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","users":["anthonyadavisii"],"tags":["utopian-io"],"links":["https:\/\/join.utopian.io\/guidelines","https:\/\/review.utopian.io\/result\/13\/1111221241","https:\/\/support.utopian.io\/","https:\/\/discord.gg\/uTyJkNm","https:\/\/join.utopian.io\/"]}
created2018-10-10 15:47:33
last_update2018-10-11 01:51:12
depth1
children4
net_rshares4,182,928,467,711
last_payout2018-10-17 15:47:33
cashout_time1969-12-31 23:59:59
total_payout_value4.480 SBD
curator_payout_value1.458 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length1,132
author_reputation14,017,374,183,467
root_title" Steem Flag Rewards Project Update and Milestone"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (14)
@anthonyadavisii ·
$0.02
Thanks for the review!

>For your next contribution make sure every sentence is understandable. I had some difficulty on a few of them.

Yeah, I need to work on that. Think sometimes I am prone to using many words when a few will do. I will try to be more concise.

Also, thanks for all your hard work on the antiabuse project!
πŸ‘  ,
properties (23)
post_id64,045,829
authoranthonyadavisii
permlinkre-iamstan-re-anthonyadavisii--steem-flag-rewards-project-update-and-milestone-20181011t101415025z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","tags":["utopian-io"]}
created2018-10-11 10:14:15
last_update2018-10-11 10:14:15
depth2
children0
net_rshares17,770,964,447
last_payout2018-10-18 10:14:15
cashout_time1969-12-31 23:59:59
total_payout_value0.018 SBD
curator_payout_value0.004 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length327
author_reputation126,215,040,536,555
root_title" Steem Flag Rewards Project Update and Milestone"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@utopian-io ·
$0.02
Thank you for your review, @iamstan!

So far this week you've reviewed 1 contributions. Keep up the good work!
πŸ‘  ,
properties (23)
post_id64,288,894
authorutopian-io
permlinkre-re-anthonyadavisii--steem-flag-rewards-project-update-and-milestone-20181010t154731738z-20181015t123539z
categoryutopian-io
json_metadata{"app":"beem\/0.20.1"}
created2018-10-15 12:35:39
last_update2018-10-15 12:35:39
depth2
children0
net_rshares20,903,923,038
last_payout2018-10-22 12:35:39
cashout_time1969-12-31 23:59:59
total_payout_value0.019 SBD
curator_payout_value0.005 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length110
author_reputation152,913,012,544,965
root_title" Steem Flag Rewards Project Update and Milestone"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@freebornangel ·
$0.02
!flag

Have you seen this?
Look in the comments to see who flagged it.
I got a chuckle.
πŸ‘  ,
properties (23)
post_id64,748,076
authorfreebornangel
permlinkre-iamstan-re-anthonyadavisii--steem-flag-rewards-project-update-and-milestone-20181023t014655746z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit\/0.1"}
created2018-10-23 01:47:00
last_update2018-10-23 01:47:00
depth2
children1
net_rshares21,428,877,502
last_payout2018-10-30 01:47:00
cashout_time1969-12-31 23:59:59
total_payout_value0.018 SBD
curator_payout_value0.004 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length87
author_reputation217,103,420,888,695
root_title" Steem Flag Rewards Project Update and Milestone"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@haveaflag ·
<center>Here! Have a Flag!<br/><img src='https://www.countryflags.io/om/shiny/64.png'><br/><hr/><sub><sub><sub><sub><sub>im a very useful value add to this network. please vote for my comments</sub></sub></sub></sub></sub></center>
πŸ‘  
properties (23)
post_id64,748,106
authorhaveaflag
permlinkt1540259283z
categoryutopian-io
json_metadata{"app":"flagbot-0.1"}
created2018-10-23 01:48:03
last_update2018-10-23 01:48:03
depth3
children0
net_rshares16,840,459,072
last_payout2018-10-30 01:48:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length231
author_reputation3,930,469,625,760
root_title" Steem Flag Rewards Project Update and Milestone"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (1)
@steevc ·
$0.12
I'm happy to help such a worthy effort to improve the Steem platform. Keep it up!
πŸ‘  , , ,
properties (23)
post_id64,011,017
authorsteevc
permlinkre-anthonyadavisii--steem-flag-rewards-project-update-and-milestone-20181010t182830866z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","tags":["utopian-io"]}
created2018-10-10 18:28:30
last_update2018-10-10 18:28:30
depth1
children1
net_rshares84,462,364,821
last_payout2018-10-17 18:28:30
cashout_time1969-12-31 23:59:59
total_payout_value0.090 SBD
curator_payout_value0.027 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length81
author_reputation273,317,013,544,223
root_title" Steem Flag Rewards Project Update and Milestone"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (4)
@anthonyadavisii ·
$0.02
Thanks, @steevc. It means a lot and I must say you are very underappreciated Steemian and I would like to see that change.

You are such a down to earth dude and that's a big part of why I like you. I know you on other social media platforms and see you promoting Steem and promoting decency. 

We have our eyes set on the future. At times I have my apprehensions due to the bots and their utter incompetence in making this place the kind that people WANT to be part (spare @themarkymark as he has really distinguished himself as being one willing to sacrifice to the cause). Perhaps, other will see the example and step up to the plate. The bottom line is there is a mess. Not trying to say who is responsible for said mess but you probably  know I have my views concerning the matter. 

We want to work to make Steem a place where others are scrambling to be a part and not just speculative investors. We have so much going for us. We just need a little more attention to detail on the social aspects.

A big part of that is moderation and, as we have a stake based voting mechanism, it is common sense that such moderation would operate in a decentralized fashion as well.

I thank you for your support for my work. I will continue to honor said support and together we will build the Steem of tomorrow.

Unlike the trenders, to achieve our goals, there are no shortcuts. Just hard work and persistence. We'll get there 

Posted using [Partiko Android](https://steemit.com/@partiko-android)
πŸ‘  ,
properties (23)
post_id64,025,010
authoranthonyadavisii
permlinkanthonyadavisii-re-steevc-re-anthonyadavisii--steem-flag-rewards-project-update-and-milestone-20181011t005501434z
categoryutopian-io
json_metadata{"app":"partiko"}
created2018-10-11 00:55:00
last_update2018-10-11 00:55:00
depth2
children0
net_rshares16,648,770,775
last_payout2018-10-18 00:55:00
cashout_time1969-12-31 23:59:59
total_payout_value0.017 SBD
curator_payout_value0.004 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length1,493
author_reputation126,215,040,536,555
root_title" Steem Flag Rewards Project Update and Milestone"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)
@steem-ua ·
#### Hi @anthonyadavisii!

Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your post is eligible for our upvote, thanks to our collaboration with @utopian-io!
**Feel free to join our [@steem-ua Discord server](https://discord.gg/KpBNYGz)**
properties (22)
post_id64,012,129
authorsteem-ua
permlinkre--steem-flag-rewards-project-update-and-milestone-20181010t185324z
categoryutopian-io
json_metadata{"app":"beem\/0.20.7"}
created2018-10-10 18:53:24
last_update2018-10-10 18:53:24
depth1
children0
net_rshares0
last_payout2018-10-17 18:53:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length294
author_reputation23,203,609,903,979
root_title" Steem Flag Rewards Project Update and Milestone"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@steemhq ·
re-anthonyadavisii--steem-flag-rewards-project-update-and-milestone-20181011t155015132z
![YOU JUST GOT UPVOTED](https://www.steemhq.com/CommunityBotUpvote.png)

**Congratulations,**
you just received a 14.43% upvote from @steemhq - Community Bot!

***Wanna join and receive free upvotes yourself?***
Vote for `steemhq.witness` on [Steemit](https://steemit.com/~witnesses) or directly on [SteemConnect](https://steemconnect.com/sign/account-witness-vote?witness=steemhq.witness&approve=1 "This link will take you away from steemit.com") and join the [Community Witness](https://www.steemhq.com/witness).
![](https://steemitimages.com/0x0/https://www.steemhq.com/steemhq_voting.gif)

This service was brought to you by [SteemHQ.com](https://www.steemhq.com)
properties (22)
post_id64,063,496
authorsteemhq
permlinkre-anthonyadavisii--steem-flag-rewards-project-update-and-milestone-20181011t155015132z
categoryutopian-io
json_metadata{"app":"communitybot\/1.1.0"}
created2018-10-11 15:50:15
last_update2018-10-11 15:50:15
depth1
children0
net_rshares0
last_payout2018-10-18 15:50:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length667
author_reputation4,222,362,886,512
root_title" Steem Flag Rewards Project Update and Milestone"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@steemitboard ·
Congratulations @anthonyadavisii! You have completed the following achievement on the Steem blockchain and have been rewarded with new badge(s) :

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

<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:**
<table><tr><td><a href="https://steemit.com/spanish/@steemitboard/presentamos-el-ranking-de-steemitboard"><img src="https://steemitimages.com/64x128/https://cdn.steemitimages.com/DQmfRVpHQhLDhnjDtqck8GPv9NPvNKPfMsDaAFDE1D9Er2Z/header_ranking.png"></a></td><td><a href="https://steemit.com/spanish/@steemitboard/presentamos-el-ranking-de-steemitboard">Presentamos el Ranking de SteemitBoard</a></td></tr></table>

> Support [SteemitBoard's project](https://steemit.com/@steemitboard)! **[Vote for its witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=steemitboard&approve=1)** and **get one more award**!
properties (22)
post_id64,102,553
authorsteemitboard
permlinksteemitboard-notify-anthonyadavisii-20181012t073011000z
categoryutopian-io
json_metadata{"image":["https:\/\/steemitboard.com\/img\/notify.png"]}
created2018-10-12 07:30:09
last_update2018-10-12 07:30:09
depth1
children0
net_rshares0
last_payout2018-10-19 07:30:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length1,316
author_reputation38,705,954,145,809
root_title" Steem Flag Rewards Project Update and Milestone"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@kabir88 ·
$0.04
Not sure how I missed this post @anthonydavisii!

Upvoted and resteemed!

Thanks for all the work you do to make this project work and grow
πŸ‘  , ,
properties (23)
post_id64,209,111
authorkabir88
permlinkre-anthonyadavisii--steem-flag-rewards-project-update-and-milestone-20181014t032709779z
categoryutopian-io
json_metadata{"app":"steemit\/0.1","users":["anthonydavisii"],"tags":["utopian-io"]}
created2018-10-14 03:27:09
last_update2018-10-14 03:27:09
depth1
children0
net_rshares33,419,056,119
last_payout2018-10-21 03:27:09
cashout_time1969-12-31 23:59:59
total_payout_value0.033 SBD
curator_payout_value0.008 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length139
author_reputation9,428,539,925,480
root_title" Steem Flag Rewards Project Update and Milestone"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (3)
@utopian-io ·
$0.02
Hey, @anthonyadavisii!

**Thanks for contributing on Utopian**.
Congratulations! Your contribution was Staff Picked to receive a maximum vote for the anti-abuse category on Utopian for being of significant value to the project and the open source community.

We’re already looking forward to your next contribution!

**Get higher incentives and support Utopian.io!**
 Simply set @utopian.pay as a 5% (or higher) payout beneficiary on your contribution post (via [SteemPlus](https://chrome.google.com/webstore/detail/steemplus/mjbkjgcplmaneajhcbegoffkedeankaj?hl=en) or [Steeditor](https://steeditor.app)).

**Want to chat? Join us on Discord https://discord.gg/h52nFrV.**

<a href='https://steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1'>Vote for Utopian Witness!</a>
πŸ‘  , ,
properties (23)
post_id64,339,427
authorutopian-io
permlinkre--steem-flag-rewards-project-update-and-milestone-20181016t080012z
categoryutopian-io
json_metadata{"app":"beem\/0.20.1"}
created2018-10-16 08:00:15
last_update2018-10-16 08:00:15
depth1
children0
net_rshares19,949,118,605
last_payout2018-10-23 08:00:15
cashout_time1969-12-31 23:59:59
total_payout_value0.018 SBD
curator_payout_value0.004 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length792
author_reputation152,913,012,544,965
root_title" Steem Flag Rewards Project Update and Milestone"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (3)
@freebornangel ·
!flag
properties (22)
post_id64,748,020
authorfreebornangel
permlinkre-anthonyadavisii--steem-flag-rewards-project-update-and-milestone-20181023t014510578z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit\/0.1"}
created2018-10-23 01:45:18
last_update2018-10-23 01:45:18
depth1
children1
net_rshares0
last_payout2018-10-30 01:45:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length5
author_reputation217,103,420,888,695
root_title" Steem Flag Rewards Project Update and Milestone"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
@haveaflag ·
<center>Here! Have a Flag!<br/><img src='https://www.countryflags.io/il/shiny/64.png'><br/><hr/><sub><sub><sub><sub><sub>im a very useful value add to this network. please vote for my comments</sub></sub></sub></sub></sub></center>
πŸ‘  
πŸ‘Ž  
properties (23)
post_id64,748,060
authorhaveaflag
permlinkt1540259173z
categoryutopian-io
json_metadata{"app":"flagbot-0.1"}
created2018-10-23 01:46:12
last_update2018-10-23 01:46:12
depth2
children0
net_rshares13,241,630,986
last_payout2018-10-30 01:46:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 SBD
curator_payout_value0.000 SBD
pending_payout_value0.000 SBD
promoted0.000 SBD
body_length231
author_reputation3,930,469,625,760
root_title" Steem Flag Rewards Project Update and Milestone"
beneficiaries[]
max_accepted_payout1,000,000.000 SBD
percent_steem_dollars10,000
author_curate_reward""
vote details (2)