create account

How-to solve SPAM and Democratize Steem: Introducing UserAuthority by scipio

View this thread on: hive.blogpeakd.comecency.com
· @scipio · (edited)
$128.84
How-to solve SPAM and Democratize Steem: Introducing UserAuthority
# How-to solve SPAM and Democratize Steem: Introducing UserAuthority
I've developed, contributed to, quite some search engine algorithms, and therefore I know from experience how hard it can be to invent, and implement, proper ranking mechanisms, especially in environments that are quite new and/or paradigm shifting; such as Utopian and Steem are themselves. Utopian @stoodkev has already been contributing a tremendous amount of work regarding the Utopian Bot.

Having said that, I hereby propose a number of improvements to the Utopian Voting Bot. I hope this will not only be implemented on Utopian, but on the complete Steem ecosystem. At the bottom of the post, I propose 2 HardForks (HF) based on UserAuthority.

# UserAuthority (UA) seen as a Probability Distribution
Inspired by the inner workings of search engine Google, I hereby propose the metric **UserAuthority** corresponding to the principal eigenvector of the normalized follower matrix within the Steem ecosystem.

Let:
`
UA(A) = (1-d) + d[UA(1)/C(1) + ... + (UA(n)/C(n))]
`
where
UA(A) = UserAuthority of user A
UA(x) = UserAuthority of user X
C(x) = the total amount of users user X is following
d = damping factor (set to 0.85)

In layman's terminology, this probability distribution can function as an authoritative perceived quality metric for every "post", "upvote" and "downvote" a user transacts, based on the entire Steem follower graph. The probability that a random user is followed (liked) is its UserAuthority. This mechanism effectively deals with fake and/or bot accounts as well, making it nearly impossible to deliberately mislead the ecosystem in order to get higher author rewards. This principle is intuitively justified both if many users follow a user or if just a few users having a high UserAuthority follow a user. Consequently, if spam accounts or bot accounts mainly link to eachother recursively, each will have a low UserAuthority within the entire Steem follower graph.

Nota bene: it is possible to manually ignore known spammer / bot accounts from the cumulative follower graph (which might be needed due to a large amount of people following - for example - the heavily debated booster bots in order to not miss their notifications).

### Mathematical Proof by Example
Please regard the following simplified example-follower graph. The unidirectional arrows represent a user following another user.

![follower-graph.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1510938184/euipk2vxdpllthl3opb0.png)

**Update 1:** I hereby add the link matrix following from the above total example-follower graph:

![link-graph-per-user.png](https://steemitimages.com/DQmeTnu2EJ8Wn31xMuMnnsnn5ikCuPRGbGxebZ8Y2YYX2aL/link-graph-per-user.png)

**Update 4:** Note that by simply saving, for every account, which accounts that account follows (read matrix left-to-right), as a consequence, reading the matrix top-to-bottom shows which accounts follow that account.

Please also regard the iteration data: in just a couple of iterations, the UserAuthority mechanism succesfully identified spammers / bots via the **total** follower graph. 

**Update 2:** Instead of Gaussian elimination (row reduction via Gauss-Jordan) I have used an iterative approach to reduce computational cost for re-calculating the UserAuthority binary index daily.

**Update 3:** Using Gaussian row reduction would be very RAM-heavy in case of a large follower graph. However, by solving many simple follower equations per user, every iteration better approximates each user's UserAuthority. Its computational complexity grows linearly in stead of exponentially when more users are added to the follower graph. The "1"'s at iteration 0, are simply an entry-approximation where every account is weighed equally. However, if you would randomly choose numbers at iteration 0 as an estimate for UserAuthority, in stead of all the "1"'s, the iterations eventually end up at the same equilibrium state (it would only take some more iteration steps to get to that equilibrium state).

![Screen Shot 2017-11-17 at 18.03.33.png](https://res.cloudinary.com/hpiynhbhq/image/upload/v1510938243/pclnolduiqqktbd4tdyu.png)

### Technical implementation
The Steem blockchain stores all data in chronological order, yet in order to use UserAuthority for algorithmic curation purposes, a pre-calculated reversed binary index holding all results shown in the Excel example is needed. This data can be retrieved via the BSON data using [SteemData's MongoDB interface](https://steemdata.com).


**Update 5:** Only a subset of the [SteemData's MongoDB interface](https://steemdata.com) is needed to construct the follower matrix: 
`{uid: [follows], total_follows: total_follows}`

### Further implementations
It is possible to expand on the UserAuthority mechanism by adding weights to manually assigned trusted "witnesses" in the form of content moderators. In a Utopian-IO context, a contribution post is only allowed to be voted upon after manually assessing it via a topical moderator.

**Update 6:**
UserAuthority (UA) not only allows for algorithmical curation mechanisms, but it can democratize the entire Steem ecosystem if adopted widely.

For example:

**Proposal for HF21**: a minimum amount of UA is needed to downvote
`downvotable(user) bool = (UA(user) >= UA(threshold)) ? true : false`
=> that prevents "flag wars"

**Proposal for HF22**: implement UA to curate monetary rewards (author / curation):
`upvote_reward = UA * SP`
=> that effectively combats SPAM-rewards / self-upvoting / delegating SP to multiple self-owned bots for self-upvoting.

**Nota bene**: the only influence needed, for any user disagreeing with the actions of some other user, is by simply unfollowing that user.

<br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@scipio/how-to-solve-spam-on-steem-introducing-userauthority">Utopian.io -  Rewarding Open Source Contributors</a></em><hr/>

# I've published a follow-up article:
[UserAuthority (UA): explanations, applications and implications](https://steemit.com/utopian-io/@scipio/userauthority-ua-explanations-applications-and-implications)
👍  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 327 others
👎  ,
properties (23)
authorscipio
permlinkhow-to-solve-spam-on-steem-introducing-userauthority
categoryutopian-io
json_metadata{"community":"utopian","app":"steemit/0.1","format":"markdown","type":"blog","tags":["utopian-io","ranking","curation","opensource","science"],"users":["stoodkev"],"links":["https://steemdata.com","https://utopian.io/utopian-io/@scipio/how-to-solve-spam-on-steem-introducing-userauthority","https://steemit.com/utopian-io/@scipio/userauthority-ua-explanations-applications-and-implications"],"image":["https://res.cloudinary.com/hpiynhbhq/image/upload/v1510938184/euipk2vxdpllthl3opb0.png","https://steemitimages.com/DQmeTnu2EJ8Wn31xMuMnnsnn5ikCuPRGbGxebZ8Y2YYX2aL/link-graph-per-user.png","https://res.cloudinary.com/hpiynhbhq/image/upload/v1510938243/pclnolduiqqktbd4tdyu.png"]}
created2017-11-17 17:04:21
last_update2017-11-20 12:16:18
depth0
children121
last_payout2017-11-24 17:04:21
cashout_time1969-12-31 23:59:59
total_payout_value94.845 HBD
curator_payout_value33.992 HBD
pending_payout_value0.000 HBD
promoted4.960 HBD
body_length6,142
author_reputation34,229,826,851,736
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries
0.
accountespoem
weight121
1.
accountfreedom
weight652
2.
accountgood-karma
weight8
3.
accountjefpatat
weight58
4.
accountlafona-miner
weight13
5.
accountmisterdelegation
weight543
6.
accountned
weight539
7.
accountwackou
weight52
max_accepted_payout1,000,000.000 HBD
percent_hbd50
post_id20,698,251
net_rshares70,772,904,441,368
author_curate_reward""
vote details (393)
@cnts ·
$0.11
Mate your the internet in one bite sized portion..  keep on being the inspiration you are @scipio
x
👍  
properties (23)
authorcnts
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t154105994z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["scipio"],"app":"steemit/0.1"}
created2017-11-18 15:41:06
last_update2017-11-18 15:41:06
depth1
children1
last_payout2017-11-25 15:41:06
cashout_time1969-12-31 23:59:59
total_payout_value0.109 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length99
author_reputation24,120,815,122,862
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,788,041
net_rshares49,990,806,546
author_curate_reward""
vote details (1)
@scipio ·
Thx buddy! :-)
properties (22)
authorscipio
permlinkre-cnts-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t154154960z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-18 15:41:54
last_update2017-11-18 15:41:54
depth2
children0
last_payout2017-11-25 15: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_length14
author_reputation34,229,826,851,736
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,788,121
net_rshares0
@empath ·
My father who is 72 joined steemit in August 2016 because he bought steem as an asset. He does not use this "wallet" to post.  But as i joined and sometimes write, he likes to upvote me.  He has few followers and no posts and votes for me and what i resteem only. How many unique users like him exist that will be identified as bots? How many false positives is too many?
👍  
properties (23)
authorempath
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t201852076z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-19 20:18:54
last_update2017-11-19 20:18:54
depth1
children7
last_payout2017-11-26 20:18: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_length371
author_reputation3,923,131,359,945
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,912,481
net_rshares5,602,417,975
author_curate_reward""
vote details (1)
@scipio ·
$0.07
Very good question. First, don't worry. Second, please don't confuse UserAuthority with "false flagging bot accounts". Let me explain:

- my blogpost is not a published double blind-read academic whitepaper, for it contains typos, and still misses bits and pieces here and there. It was initially published in a hurry, later on I added some updates, and I might continue to do so.
- the picture containing the example follower graph contains the words "spam / bot account", where you might confuse it with a valid account of your father with the same characteristics. The picture is merely an overly simplified example to explain how UserAuthority works.
- I think your father's use case is an exception, but it might not be: I can investigate that. A user that invested some outside capital, doesn't post, doesn't network, and **sometimes** manually upvotes 1 other account (you), yet doesn't hold enough capital to be followed by many (like @freedom). 
- because your father doesn't post, he can't self-upvote nor spam.
- if your father only upvotes you, why not delegate his SP to you, or follow your voting trail? Currently he's wasting voting power, and therefore losing value due to share (vest) emissions, and that's the exact opposite behavior a bot would have.
- UA is not intended to hinder small accounts, not false-flag them, but to combat system abuse and self-curate the system. Your father doesn't seem to abuse the system, he's just not really active.
- UA can also be used as a detection mechanism to identify strange behavior, by extending it with other metrics. Extremely high frequency posting, lots of voting, high-correlation voting with other accounts (multiple self-owned bots0, and all that combined with low UA. Your father's account would not be "falsely flagged" or seen as a bot.

Cheers.
👍  
properties (23)
authorscipio
permlinkre-empath-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t231243841z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["freedom"],"app":"steemit/0.1"}
created2017-11-19 23:12:42
last_update2017-11-19 23:12:42
depth2
children6
last_payout2017-11-26 23:12:42
cashout_time1969-12-31 23:59:59
total_payout_value0.060 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,817
author_reputation34,229,826,851,736
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,923,638
net_rshares29,291,998,067
author_curate_reward""
vote details (1)
@empath ·
I do like your response and clarifications contained within.   I am riding in my girlfriends car on our way to go to dinner with Dad now so I cant properly respond at length.  Its great food for thought and future implementation within tustable media.
properties (22)
authorempath
permlinkre-scipio-re-empath-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t233947785z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-19 23:39:51
last_update2017-11-19 23:39:51
depth3
children5
last_payout2017-11-26 23:39: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_length251
author_reputation3,923,131,359,945
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,925,110
net_rshares0
@greenbeans ·
I proposed this earlier on @littlejoeward post https://steemit.com/steem/@littlejoeward/fixing-the-reputation-score-and-eliminating-spam-a-follow-up-to-user-authority#@littlejoeward/re-greenbeans-re-littlejoeward-fixing-the-reputation-score-and-eliminating-spam-a-follow-up-to-user-authority-20171127t132933699z
>Ok this is my proposal on how REPUTATION matters and it is directly linked to your Steem Power and Steem Dollars.

>I am rather new to Steem but I am seeing abuse by people who ruined their reputation because they know it doesn't affect their Steem Power or Steem Dollars.

>Your Reputation should influence how you can delegate your Steem Power for upvotes or downvotes. If your Reputation is higher then you can delegate more Steem Power for voting up or down. If your Reputation is in the negative then you can NOT vote at all and you can't delegate Steem Power to another person or give away Steem dollars to another person until you fix your REPUTATION.

>This is how it is real life. No one wants to deal with a Bad Reputation or Negative Karma person. And people are less likely to even listen to Bad Reputation person. Until someone can fix their Reputation then they can start voting or flagging again. This will prevent people from abusing their accounts or transferring Steem Power or Dollars to their dummy accounts.

This will be probably easier to program then to redo a whole new system as proposed by your post, Scipio.
properties (22)
authorgreenbeans
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171127t174005109z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["littlejoeward"],"links":["https://steemit.com/steem/@littlejoeward/fixing-the-reputation-score-and-eliminating-spam-a-follow-up-to-user-authority#@littlejoeward/re-greenbeans-re-littlejoeward-fixing-the-reputation-score-and-eliminating-spam-a-follow-up-to-user-authority-20171127t132933699z"],"app":"steemit/0.1"}
created2017-11-27 17:40:06
last_update2017-11-27 17:40:06
depth1
children0
last_payout2017-12-04 17:40: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_length1,448
author_reputation162,761,152,372
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,695,163
net_rshares0
@hatimbenya ·
@scipio , thank you for sharing this post. I learned a lot from your blog!
@hatimbenya
👍  
👎  ,
properties (23)
authorhatimbenya
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171117t185820185z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["scipio","hatimbenya"],"app":"steemit/0.1"}
created2017-11-17 18:58:15
last_update2017-11-17 18:58:15
depth1
children0
last_payout2017-11-24 18:58: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_length86
author_reputation20,045,593,486
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,707,686
net_rshares-417,640,635,107
author_curate_reward""
vote details (3)
@jasonbu ·
$1.40
This is great. I've seen so many 000.1 spam comments, not to my account (only recently ascended to a level where they notice me) but to others.  Seems like it would be a good way to ensure value to Steem, limit the garbage in the chain and add trust.  Great explanation of the concept. 
👍  , , , , , , , , , , ,
properties (23)
authorjasonbu
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t131118140z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"busy","app":"busy/2.0.0"}
created2017-11-18 13:11:18
last_update2017-11-18 13:11:18
depth1
children4
last_payout2017-11-25 13:11:18
cashout_time1969-12-31 23:59:59
total_payout_value1.098 HBD
curator_payout_value0.302 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length286
author_reputation26,983,885,493,606
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,775,414
net_rshares624,976,397,265
author_curate_reward""
vote details (12)
@scipio ·
$1.37
I might write-up another post on how to combine Keybase.io as an encrypted private chat layer built-into the Steem blockchain! No more 0.001 SBD public memo notifications then! ;-)
👍  , , , , , , , , , ,
properties (23)
authorscipio
permlinkre-jasonbu-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t131710917z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-18 13:17:09
last_update2017-11-18 13:17:09
depth2
children3
last_payout2017-11-25 13:17:09
cashout_time1969-12-31 23:59:59
total_payout_value1.028 HBD
curator_payout_value0.337 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length180
author_reputation34,229,826,851,736
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,775,853
net_rshares609,489,829,873
author_curate_reward""
vote details (11)
@jasonbu ·
$1.39
That would be great.  That would take the blockchain much closer to the traditional Social Media platforms or at least give it the ability to extend apps towards that goal. That would definitely add another dimension. 
👍  , , , , , , , , , ,
properties (23)
authorjasonbu
permlinkre-scipio-re-jasonbu-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t132233229z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"busy","app":"busy/2.0.0"}
created2017-11-18 13:22:33
last_update2017-11-18 13:22:33
depth3
children1
last_payout2017-11-25 13:22:33
cashout_time1969-12-31 23:59:59
total_payout_value1.044 HBD
curator_payout_value0.342 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length218
author_reputation26,983,885,493,606
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,776,281
net_rshares619,736,732,675
author_curate_reward""
vote details (11)
@othmane ·
Thank you for this great article. I wish you success because the way to write a good article will get to the best. Thank you again
properties (22)
authorothmane
permlinkre-scipio-re-jasonbu-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171202t214520625z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-12-02 21:45:57
last_update2017-12-02 21:45:57
depth3
children0
last_payout2017-12-09 21:45: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_length130
author_reputation40,953,818,702
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id22,216,805
net_rshares0
@jesta ·
$2.17
While I'm largely undecided on the details of how this could be implemented, if it should, and specifically into what) - I think there's a discussion worth having here. 

Using the quality of a user (based off followers) to gauge their rewards/impact is a relatively new concept that I'm seeing used more and more in some of the 3rd party services. Based on how they're performing - it might be good to apply the concept to the overall Steem ecosystem or perhaps SMTs. 
👍  , , , , , , , , ,
properties (23)
authorjesta
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t17494524z
categoryutopian-io
json_metadata{"app":"chainbb/0.4","namespace":false,"format":"markdown+html","tags":[]}
created2017-11-18 22:49:03
last_update2017-11-18 22:49:03
depth1
children9
last_payout2017-11-25 22:49:03
cashout_time1969-12-31 23:59:59
total_payout_value1.651 HBD
curator_payout_value0.523 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length469
author_reputation140,605,453,893,072
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries
0.
accountchainbb
weight1,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,820,738
net_rshares1,107,703,019,876
author_curate_reward""
vote details (10)
@cnts ·
spot on mate..    speaking volume here.. upVoted so as not missed!   @cnts  :]
👍  ,
properties (23)
authorcnts
permlinkre-jesta-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t17494524z-20171119t102244758z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["cnts"],"app":"steemit/0.1"}
created2017-11-19 10:22:45
last_update2017-11-19 10:22:45
depth2
children0
last_payout2017-11-26 10:22: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_length78
author_reputation24,120,815,122,862
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,862,345
net_rshares1,160,529,151
author_curate_reward""
vote details (2)
@scipio ·
Hi Jesta, via DMs, 2 people suggested to me that I should forward this _via email_ to somebody called "sneak". Do you know if that's the same person as account @sneak ? Do you know this person "sneak", and could you perhaps ask him/her to have a look? Or do you think I should send the email?
properties (22)
authorscipio
permlinkre-jesta-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t17494524z-20171119t104401319z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["sneak"],"app":"steemit/0.1"}
created2017-11-19 10:44:03
last_update2017-11-19 10:44:03
depth2
children6
last_payout2017-11-26 10:44: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_length292
author_reputation34,229,826,851,736
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,863,846
net_rshares0
@boontjie ·
Have you considered applying the SVD calculation to speed up computation and basing your calculation on the top 90% of the eigenvalues?
properties (22)
authorboontjie
permlinkre-scipio-re-jesta-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t17494524z-20171119t201503244z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-19 20:15:06
last_update2017-11-19 20:15:06
depth3
children1
last_payout2017-11-26 20:15: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_length135
author_reputation1,268,384,319,158
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,912,236
net_rshares0
@jesta ·
Yup, @sneak is one of the guys on the Steem team.
properties (22)
authorjesta
permlinkre-scipio-re-jesta-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t17494524z-20171119t104401319z-20171119t143822348z
categoryutopian-io
json_metadata{"app":"chainbb/0.4","namespace":false,"format":"markdown+html","tags":[]}
created2017-11-19 19:38:21
last_update2017-11-19 19:38:21
depth3
children0
last_payout2017-11-26 19:38: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_length49
author_reputation140,605,453,893,072
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries
0.
accountchainbb
weight1,500
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,909,446
net_rshares0
@oaldamster ·
Yes, that'll be the one.
properties (22)
authoroaldamster
permlinkre-scipio-re-jesta-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t17494524z-20171119t124953984z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-19 12:49:57
last_update2017-11-19 12:49:57
depth3
children0
last_payout2017-11-26 12:49: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_length24
author_reputation114,576,445,738,151
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,873,452
net_rshares0
@stellabelle ·
$0.09
@sneak is the CTO. And yeah, that's him
👍  
properties (23)
authorstellabelle
permlinkre-scipio-re-jesta-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t17494524z-20171119t145820938z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["sneak"],"app":"steemit/0.1"}
created2017-11-19 14:58:21
last_update2017-11-19 14:58:21
depth3
children0
last_payout2017-11-26 14:58:21
cashout_time1969-12-31 23:59:59
total_payout_value0.065 HBD
curator_payout_value0.021 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length39
author_reputation516,061,669,130,124
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,884,727
net_rshares39,013,669,459
author_curate_reward""
vote details (1)
@stellabelle ·
Hey, here's sneak's Twitter account in case you want to follow him: https://twitter.com/sneakdotberlin?lang=en
properties (22)
authorstellabelle
permlinkre-scipio-re-jesta-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t17494524z-20171119t145919872z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://twitter.com/sneakdotberlin?lang=en"],"app":"steemit/0.1"}
created2017-11-19 14:59:18
last_update2017-11-19 14:59:18
depth3
children0
last_payout2017-11-26 14:59: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_length110
author_reputation516,061,669,130,124
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,884,831
net_rshares0
@stellabelle ·
Yes it definitely would. It would solve a lot of problems.
properties (22)
authorstellabelle
permlinkre-jesta-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t17494524z-20171119t143600822z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-19 14:36:00
last_update2017-11-19 14:36:00
depth2
children0
last_payout2017-11-26 14:36:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length58
author_reputation516,061,669,130,124
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,882,591
net_rshares0
@jonbee ·
thanks for your information .
properties (22)
authorjonbee
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t182115372z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-19 18:20:09
last_update2017-11-19 18:20:09
depth1
children1
last_payout2017-11-26 18: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_length29
author_reputation-455,593,770,537
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,903,379
net_rshares0
@scipio ·
You're welcome!
properties (22)
authorscipio
permlinkre-jonbee-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t192033194z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-19 19:20:33
last_update2017-11-19 19:20:33
depth2
children0
last_payout2017-11-26 19:20: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_length15
author_reputation34,229,826,851,736
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,908,041
net_rshares0
@julienbh ·
$0.12
Great post !

So what you check is the number of high REP followers an account have to determine legitimacy?

So let's say an account follows 2000 accounts and is followed by 1000 and in that 1000 none are highREP, you would classify it as spam?

Just curious :)
👍  
properties (23)
authorjulienbh
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171117t175724089z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-17 17:57:24
last_update2017-11-17 17:57:24
depth1
children3
last_payout2017-11-24 17:57:24
cashout_time1969-12-31 23:59:59
total_payout_value0.088 HBD
curator_payout_value0.029 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length262
author_reputation6,197,949,349,987
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,702,978
net_rshares55,915,065,073
author_curate_reward""
vote details (1)
@scipio ·
$1.30
No, the follower graph includes **all Steem users**, minus bots / spam accounts. They can just be ignored from the follower graph.
👍  , , , , , , , , , ,
properties (23)
authorscipio
permlinkre-julienbh-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171117t225944978z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-17 22:59:45
last_update2017-11-17 22:59:45
depth2
children2
last_payout2017-11-24 22:59:45
cashout_time1969-12-31 23:59:59
total_payout_value0.983 HBD
curator_payout_value0.320 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length130
author_reputation34,229,826,851,736
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,723,469
net_rshares609,489,751,013
author_curate_reward""
vote details (11)
@julienbh ·
$0.11
That might be hard to scale no?
👍  
properties (23)
authorjulienbh
permlinkre-scipio-re-julienbh-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171117t230104253z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"busy","app":"busy/2.0.0"}
created2017-11-17 23:01:06
last_update2017-11-17 23:01:06
depth3
children1
last_payout2017-11-24 23:01:06
cashout_time1969-12-31 23:59:59
total_payout_value0.084 HBD
curator_payout_value0.027 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length31
author_reputation6,197,949,349,987
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,723,562
net_rshares53,334,369,762
author_curate_reward""
vote details (1)
@jyoti-thelight ·
great statics
properties (22)
authorjyoti-thelight
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171122t054630622z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-22 05:46:30
last_update2017-11-22 05:46:30
depth1
children1
last_payout2017-11-29 05:46: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_length13
author_reputation7,221,979,730,301
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,168,125
net_rshares0
@scipio ·
It's pretty flexible actually! ;-)
properties (22)
authorscipio
permlinkre-jyoti-thelight-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171122t101158547z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-22 10:11:57
last_update2017-11-22 10:11:57
depth2
children0
last_payout2017-11-29 10:11: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_length34
author_reputation34,229,826,851,736
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,185,265
net_rshares0
@kafkanarchy84 ·
$0.12
Couldn't this result in smaller users being penalized unjustly?
👍  
properties (23)
authorkafkanarchy84
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t104730541z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-18 10:47:30
last_update2017-11-18 10:47:30
depth1
children1
last_payout2017-11-25 10:47:30
cashout_time1969-12-31 23:59:59
total_payout_value0.089 HBD
curator_payout_value0.029 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length63
author_reputation349,526,315,896,646
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,765,392
net_rshares54,202,985,874
author_curate_reward""
vote details (1)
@scipio · (edited)
$1.36
Good question! Steemulator asked the same question, so hereby the same answer :-)

Short answer: no, they're not seen as a bot, at all!
Longer answer: the proposed mechanism is **extendable** with all sorts of metrics, that combined identify bots / spammers extremely accurately, distinguished from new users, like me (**my own account is brand new!**).

Examples: 
- very low UA, very high amount of posts (that's a sign, right? lots of messages but nobody follows..)
- very low UA, very high rewards (that's even stranger!)
- very low UA, yet it has lots of followers (spooky....!)
- very high UA, zero posts (hmmm, that seems like a passive whale account...)
etc.

PS: in case an account has zero followers (new accounts), they are not found on the total link graph. Yet they are easily includable via a "NewUsers bot", detecting accounts with zero followers, and following them for inclusion within the follower graph.
👍  , , , , , , , , ,
properties (23)
authorscipio
permlinkre-kafkanarchy84-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t120742877z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-18 12:07:39
last_update2017-11-18 12:08:27
depth2
children0
last_payout2017-11-25 12:07:39
cashout_time1969-12-31 23:59:59
total_payout_value1.022 HBD
curator_payout_value0.335 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length922
author_reputation34,229,826,851,736
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,770,768
net_rshares606,856,351,379
author_curate_reward""
vote details (10)
@lextenebris ·
I've come on over from one of the other threads discussing dealing with spam and general trust issues, and being familiar with the original PageRank and other search engine gubbins, I'll say up front that this is an impressive application of those systems and I believe it very well would produce a useful tool.

I would love to see the results of running it on the current Steemit population as a practical test on a snapshot to see if we can actually visually determine where the bots are. It's important to actually have an understanding on real-world data, which I'm sure that you know. Since all that information is publicly available on the blockchain and a static study would be sufficient proof of concept, I think this is something you should definitely pursue.

However – and compared to the actual usefulness of this tool, this objection is going to be weird and minor. I accept that. However, it doesn't take into account individual interest or provide an individuated view of the rest of the population. In theory, it would be possible to build a bot swarm that actually did actively upvote content that you like. (We don't see it happening now because there's no benefit to actually providing things that people will like compared to gaming the system, but it's a theoretical possibility.) Because your method describes a top-down authoritarian imposition of rank, that eliminates the possibility of beneficial bot swarms.

I also wonder if it's not vulnerable to the same failure mode of the original PageRank, where the assumption is that the more tightly connected a set of pages are to one another as long as they were connected to the main continent of connections, as it were,, the better they're assumed to be. This meant that isolated islands of content which weren't linked to above the threshold of notice of PageRank were considered not valuable, independent of actual content. Applying that to groups of user-agents concerns me that isolated groups of friends who have little interaction with the main body of Steemit because their interests don't overlap with what is commonly thought of as "good content" will be seen as undependable and lower ranked, even though for people who might want to be a member of that group, their interests would coincide but they will never discover them.

Other than that, brilliant idea. Let's see what it looks like and then we'll go from there.
👍  
properties (23)
authorlextenebris
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t204238945z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-19 20:42:39
last_update2017-11-19 20:42:39
depth1
children5
last_payout2017-11-26 20:42: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_length2,406
author_reputation19,924,980,499,611
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,914,147
net_rshares5,602,417,975
author_curate_reward""
vote details (1)
@scipio ·
Hi, thx for your in-depth comment!

You said:
>Applying that to groups of user-agents concerns me that isolated groups of friends who have little interaction with the main body of Steemit because their interests don't overlap with what is commonly thought of as "good content" will be seen as undependable and lower ranked, even though for people who might want to be a member of that group, their interests would coincide but they will never discover them.

- Content-discovery on steemit.com, from a user perspective, has very little to do with UA. It can be solved with an improved UI.
- What's interesting though, is the possibility that a few friends on steemit are following only eachother, are producing the same type of content which only they like, and also they only like that type of content, so they don't follow or upvote outside of their own group. This is an extremely rare example which I doubt exists in practise.
- In a web-content environment, those users (pages) are called "dangling links", like a new website with 5 pages that link to eachother yet no other domain links to the new website. Luckily on steem it's easier: we know exactly when new accounts are activated via their user_id, so we don't have to discover them via crawling the web like GoogleBot. We can simply add a FollowerBot called "@new" to connect them to the follower graph and only one account with one follower needs to follow FollowerBot.
- In case a couple of new users, which were friends prior to beginning on Steem, in the beginning connect to eachother and only to eachother, that's still okay: the wouldn't have any votingPower anyway without UA implemented.
👍  
properties (23)
authorscipio
permlinkre-lextenebris-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t233211690z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-19 23:32:09
last_update2017-11-19 23:32:09
depth2
children4
last_payout2017-11-26 23:32: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,658
author_reputation34,229,826,851,736
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,924,714
net_rshares0
author_curate_reward""
vote details (1)
@lextenebris ·
> Content-discovery on steemit.com, from a user perspective, has very little to do with UA. It can be solved with an improved UI.

That's -- optimistic, sort of hand-waving one of the biggest deals in AI and social networking of the decade to a SMoP (Simple Matter of Programming), but we'll let that stand for now. I'm not sure UA really _is_ that isolated from discovery; after all, the idea is to really keep discovery from happening on user-agents who are of likely bot-nature. What they do is immaterial compared to what people see.

> What's interesting though, is the possibility that a few friends on steemit are following only eachother, are producing the same type of content which only they like, and also they only like that type of content, so they don't follow or upvote outside of their own group. This is an extremely rare example which I doubt exists in practise.

You might be surprised. Thanks to the fact that neophile adoption tends to radiate out from a few trend setters, while often you have people brought in by already-established folk, when the system is obscure you get folks who find it through more organic non-personal search, jump in, and invite friends. They tend to island for quite a while, comparatively. It's not a problem because they'll just as often use New or Trending or whatever the equivalent is to find new content -- but if the activity in the main body is sufficiently monocultural or low quality, they just don't hook up with any real adoption rate.

> In a web-content environment, those users (pages) are called "dangling links", like a new website with 5 pages that link to eachother yet no other domain links to the new website. Luckily on steem it's easier: we know exactly when new accounts are activated via their user_id, so we don't have to discover them via crawling the web like GoogleBot. We can simply add a FollowerBot called "@new" to connect them to the follower graph and only one account with one follower needs to follow FollowerBot.

But is that _useful_ connectivity information? Is that new account a bot or a person? We don't know and, in fact, we _can't_ know until some more activity happens. A static snapshot can't determine the rank of a new agent. It's an open question how much activity it takes to tell them apart.

> In case a couple of new users, which were friends prior to beginning on Steem, in the beginning connect to eachother and only to eachother, that's still okay: the wouldn't have any votingPower anyway without UA implemented.

That sounds more like an undesirable failure-mode to me rather than a desirable property. They _should_ have voting power. At least one other person cares a lot! Those are important votes. To them.
properties (22)
authorlextenebris
permlinkre-scipio-re-lextenebris-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t234259534z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-19 23:43:00
last_update2017-11-19 23:43:00
depth3
children3
last_payout2017-11-26 23:43:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2,719
author_reputation19,924,980,499,611
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,925,298
net_rshares0
@lukestokes ·
$0.50
Very interesting. The SMT white paper talks about oracles for controlling who can access an SMT rewards pool and I wonder if algorithms like this might be more effective and/or help aid oracles in making decisions about accounts and the value they bring (or take away) from the network.

I'd love to see an open market place for various spam prevention algorithms that users could implement to improve their own experience. Maybe it could involve shared mute lists or something similar along with regularly published reports of abusers taking from the reward pool but adding no value so that certain accounts like @steamcleaners (or something similar) could go through and downvote them and other busy whales could delegate some SP to help.
👍  , , , , ,
properties (23)
authorlukestokes
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171117t201320555z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["steamcleaners"],"app":"steemit/0.1"}
created2017-11-17 20:13:21
last_update2017-11-17 20:13:21
depth1
children6
last_payout2017-11-24 20:13:21
cashout_time1969-12-31 23:59:59
total_payout_value0.375 HBD
curator_payout_value0.121 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length740
author_reputation555,781,629,106,002
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,713,155
net_rshares232,344,881,680
author_curate_reward""
vote details (6)
@scipio · (edited)
$1.30
An equivalent of this algorithm was used, in another form, as the only relevant algorithm, when Google launched in 1998. In this form, the same problem Google had in 1998 is addressed: which page should be at the top results, ref. which user is to be regarded as authorative.
👍  , , , , , , , , , ,
properties (23)
authorscipio
permlinkre-lukestokes-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171117t230206720z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-17 23:02:06
last_update2017-11-18 00:32:27
depth2
children0
last_payout2017-11-24 23:02:06
cashout_time1969-12-31 23:59:59
total_payout_value0.983 HBD
curator_payout_value0.320 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length275
author_reputation34,229,826,851,736
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,723,623
net_rshares609,489,711,583
author_curate_reward""
vote details (11)
@vimukthi ·
$1.36
May I add a simple suggestion for a bot. First of all I'm not a programmer. Just a smart guy who love steemit.

You could use a bot to check for repeated comments of a user. Lot's of spammers copy/paste their spam. There are also words like upvote,plz,follow used repeatedly. If a bot could be made no find users with high amount of copy/paste content and for common words used in upvote begging, It could generate a list for whales to review. Then those who are clearly spamming could be picked and put on a public list.

I'm very happy to see many people fighting the good fight. You guys give me hope regarding the future of steemit. My simple suggestion wouldn't go too far. Spammers will adopt. I actually came across serial spammers with reputation above 50. It's just nuts: https://steemit.com/steemit/@vimukthi/serial-spaming-your-way-into-a-reputation-of-56-how-did-this-happen

Wish you guys best of luck and hope my suggestion helped :-)
@vimukthi
👍  , , , , , , , , , , ,
properties (23)
authorvimukthi
permlinkre-lukestokes-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t171224678z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["vimukthi"],"links":["https://steemit.com/steemit/@vimukthi/serial-spaming-your-way-into-a-reputation-of-56-how-did-this-happen"],"app":"steemit/0.1"}
created2017-11-18 17:12:39
last_update2017-11-18 17:12:39
depth2
children4
last_payout2017-11-25 17:12:39
cashout_time1969-12-31 23:59:59
total_payout_value1.025 HBD
curator_payout_value0.335 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length958
author_reputation497,858,425,316,545
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,796,351
net_rshares609,489,711,583
author_curate_reward""
vote details (12)
@scipio · (edited)
Hi @vimukthi , your suggestion on how to algorithmically detect spam / repeated comments **(= content analysis)**, could be another **extension** of my UserAuthority (UA) **spam identification** capabilities **(= user authority / popularity analysis)**.

Your suggestion could also be implemented stand-alone via bi-directional hashing encryption, by calculating "character proximity". Lots of difficult words here ;-), but your solution on its own is not really needed. Compare this principle to copy-pasta webpages: it is impossible to stop authors publishing such webpages, but it's Google's only task to prevent those pages getting to the top of the search rankings (SERPs).

Seen from a Steem ecosystem perspective, it's merely important to stop those comments from receiving high-value author rewards. Hence the need for my UA algo to be implemented Steem-wide **(See my HF22 proposal UA * SP at the bottom of my article.)**
properties (22)
authorscipio
permlinkre-vimukthi-re-lukestokes-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t202557572z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["vimukthi"],"app":"steemit/0.1"}
created2017-11-18 20:25:57
last_update2017-11-18 20:28:12
depth3
children3
last_payout2017-11-25 20:25: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_length930
author_reputation34,229,826,851,736
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,811,443
net_rshares0
@meno ·
$0.12
Very clever and much needed solution... It's obvious we won't be able to rid steem of spam 100 percent, but we might be able to make it difficult enough to keep it at an acceptable level...
👍  
properties (23)
authormeno
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171117t175729423z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-17 17:57:33
last_update2017-11-17 17:57:33
depth1
children4
last_payout2017-11-24 17:57:33
cashout_time1969-12-31 23:59:59
total_payout_value0.087 HBD
curator_payout_value0.028 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length189
author_reputation520,434,563,364,145
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,702,994
net_rshares55,054,833,303
author_curate_reward""
vote details (1)
@scipio · (edited)
It won't get rid of spam by itself, but it will **identify** high rewards for spam posts
Update: if my proposal for HF22 will be implemented, it will also self-curate high self-upvoted SPAM posts! :-)
👍  
properties (23)
authorscipio
permlinkre-meno-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171117t230035865z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-17 23:00:36
last_update2017-11-18 16:33:24
depth2
children3
last_payout2017-11-24 23:00: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_length200
author_reputation34,229,826,851,736
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,723,530
net_rshares5,169,282,359
author_curate_reward""
vote details (1)
@meno ·
$0.02
Like I've said before, this is one of the best Ideas I've heard/read so far, and I'm happy its getting the attention its getting.
👍  
properties (23)
authormeno
permlinkre-scipio-re-meno-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t142644962z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-19 14:26:45
last_update2017-11-19 14:26:45
depth3
children2
last_payout2017-11-26 14:26:45
cashout_time1969-12-31 23:59:59
total_payout_value0.016 HBD
curator_payout_value0.005 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length129
author_reputation520,434,563,364,145
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,881,717
net_rshares10,782,648,910
author_curate_reward""
vote details (1)
@monitorcap ·
This post was <b>upvoted & promoted by @monitorcap</b> traffic bot.</b>

<i>Send minimum 1 SBD to @monitorcap bot with your link in MEMO field and recieve random upvote & post promotion in our daily TOP posts listings. <b> @monitorcap - where 'seen' matters !</b></i>
properties (22)
authormonitorcap
permlinkre-monitorcap-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t225656z
categoryutopian-io
json_metadata"{"app": "steemit / 0.1", "tags": []}"
created2017-11-18 22:57:03
last_update2017-11-18 22:57:03
depth1
children0
last_payout2017-11-25 22:57: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_length269
author_reputation-900,597,904,319
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,821,177
net_rshares0
@moorkedi ·
$0.54
woow owwo and woow ... definitely  perfect !
👍  
👎  
properties (23)
authormoorkedi
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171201t225126646z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"busy","app":"busy/2.1.0"}
created2017-12-01 22:51:36
last_update2017-12-01 22:51:36
depth1
children0
last_payout2017-12-08 22:51:36
cashout_time1969-12-31 23:59:59
total_payout_value0.408 HBD
curator_payout_value0.136 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length44
author_reputation4,354,280,945,178
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id22,133,552
net_rshares164,791,735,880
author_curate_reward""
vote details (2)
@ned · (edited)
Here are my thoughts. I would call UA - > “Follower Weight”. To be in sync with “stake weight.”

Follower Weight is pretty difficult to implement (as are SMTs, so I’m not saying difficult things aren’t worth while, they certainly can be very worthwhile) as proposed and doesn’t really fit into SMTs + Oracles as proposed. Conceivably this concert fits with SMTs and there could eventually be function for SMTs + Follower Weight.  However SMTs + Oracles for “Equal Opportunity Voting for Individuals” is aimed to solve the same goals of better curation that Follower Weight is theorized for. So we do have redundancy there and I have more confidence in the SMT Oracle system (and I disclaim the full paper is not published yet but there is an explanatory video available).

In all I have always really liked the idea of Follower Weight (I even had a name for a Folllower Weight system called Gleen but abandoned it). And now coming back to it I realize adding a Follower Weight to Individuality Oracles would be very interesting.
👍  ,
properties (23)
authorned
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20180624t164400958z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-24 16:44:00
last_update2018-06-24 16:50:18
depth1
children4
last_payout2018-07-01 16:44:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length1,028
author_reputation94,449,026,656,258
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout0.000 HBD
percent_hbd10,000
post_id62,069,891
net_rshares304,581,689,574
author_curate_reward""
vote details (2)
@ned ·
@scipio do you code ?
properties (22)
authorned
permlinkre-ned-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20180624t164633376z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"users":["scipio"],"app":"steemit/0.1"}
created2018-06-24 16:46:33
last_update2018-06-24 16:46:33
depth2
children3
last_payout2018-07-01 16:46: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_length21
author_reputation94,449,026,656,258
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout0.000 HBD
percent_hbd10,000
post_id62,070,191
net_rshares0
@scipio ·
$0.21
Yes I code in Python (among other languages), but regarding Python I've published 25 episodes of my `Learn Python Series` on the Steem blockchain ;-) .
👍  ,
properties (23)
authorscipio
permlinkre-ned-re-ned-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20180624t175334353z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2018-06-24 17:53:33
last_update2018-06-24 17:53:33
depth3
children2
last_payout2018-07-01 17:53:33
cashout_time1969-12-31 23:59:59
total_payout_value0.157 HBD
curator_payout_value0.050 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length151
author_reputation34,229,826,851,736
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,078,263
net_rshares103,746,584,070
author_curate_reward""
vote details (2)
@novacadian · (edited)
What is needed, in my opinion, is a decentralized annonymous proof of brain CAPCHA. This could be made a service for those witnesses presently not in the top 20 to deliver for some small reward.

This would help stem, in my opinion, the production of counterfeit steem as outlined in a recent blog post of mine...

https://steemit.com/steem-network/@novacadian/where-is-the-trust-in-proof-of-brain-mining
properties (22)
authornovacadian
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20180624t132024916z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://steemit.com/steem-network/@novacadian/where-is-the-trust-in-proof-of-brain-mining"],"app":"steemit/0.1"}
created2018-06-24 13:20:24
last_update2018-06-24 13:21:18
depth1
children0
last_payout2018-07-01 13:20: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_length404
author_reputation26,904,969,041,835
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id62,044,836
net_rshares0
@oluwoleolaide ·
$0.11
Sounds so Techy but seems like some way out.
👍  
properties (23)
authoroluwoleolaide
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171117t175421148z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-17 17:54:24
last_update2017-11-17 17:54:24
depth1
children1
last_payout2017-11-24 17:54:24
cashout_time1969-12-31 23:59:59
total_payout_value0.083 HBD
curator_payout_value0.027 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length44
author_reputation113,793,841,740,896
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,702,713
net_rshares52,482,256,164
author_curate_reward""
vote details (1)
@scipio · (edited)
Haha! Yes it's quite high-tech ;-)
As a matter of fact, it's a probability distribution, and it comes forward from the "Random Surfer model":
Let's say somebody is brand new to Steem, and clicks on some user. Then they click on somebody that account is following. **UA is the probability that "clicked account" has to be discovered at random from within the total follower graph**.
properties (22)
authorscipio
permlinkre-oluwoleolaide-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t123159836z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-18 12:31:57
last_update2017-11-18 12:32:30
depth2
children0
last_payout2017-11-25 12:31:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length381
author_reputation34,229,826,851,736
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,772,547
net_rshares0
@othmane ·
Thank you for helping us and this is a very cool article. I wish I could continue and consider you the ideal I also hope you look at my modest articles
👍  
properties (23)
authorothmane
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171202t001505410z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-12-02 00:15:18
last_update2017-12-02 00:15:18
depth1
children0
last_payout2017-12-09 00:15: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_length151
author_reputation40,953,818,702
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id22,137,503
net_rshares1,110,043,923
author_curate_reward""
vote details (1)
@othmane ·
Thank you for helping us and this is a very cool article. I wish I could continue and consider you the ideal I also hope you look at my modest articles
👍  
properties (23)
authorothmane
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171202t001731731z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-12-02 00:18:00
last_update2017-12-02 00:18:00
depth1
children0
last_payout2017-12-09 00:18:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length151
author_reputation40,953,818,702
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id22,137,624
net_rshares1,134,711,566
author_curate_reward""
vote details (1)
@othmane ·
Thank you for this great article. I wish you success because the way to write a good article will get to the best. Thank you again
properties (22)
authorothmane
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171202t214438392z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-12-02 21:45:15
last_update2017-12-02 21:45:15
depth1
children0
last_payout2017-12-09 21:45: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_length130
author_reputation40,953,818,702
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id22,216,768
net_rshares0
@othmane ·
Thank you for this great article. I wish you success because the way to write a good article will get to the best. Thank you again
properties (22)
authorothmane
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171202t214647334z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-12-02 21:47:21
last_update2017-12-02 21:47:21
depth1
children0
last_payout2017-12-09 21:47: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_length130
author_reputation40,953,818,702
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id22,216,884
net_rshares0
@pastbastard ·
$0.13
It's actually fairly simple and really elegant. Not sure if it was your explanation or the concept itself, but I like it. Thanx for the hard work, Steem and Steemit need it!
👍  , ,
properties (23)
authorpastbastard
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t145305741z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-19 14:53:06
last_update2017-11-19 14:53:06
depth1
children1
last_payout2017-11-26 14:53:06
cashout_time1969-12-31 23:59:59
total_payout_value0.095 HBD
curator_payout_value0.030 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length173
author_reputation1,306,345,703,844
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,884,239
net_rshares56,082,548,156
author_curate_reward""
vote details (3)
@scipio · (edited)
Thx! When first publishing the article I just wanted to help Utopian improve its bot algorithm (then v1, now v2, hoping to implement UA in its V3 the coming days). Yet only after publishing it, a few hours later, I realized the very same algo can "sanitize" Steem.

**I encourage everybody looking at this page to openly express their doubts, questions, etc.**
👍  
properties (23)
authorscipio
permlinkre-pastbastard-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t191716927z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-19 19:17:15
last_update2017-11-19 19:18:06
depth2
children0
last_payout2017-11-26 19:17: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_length360
author_reputation34,229,826,851,736
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,907,759
net_rshares8,170,881,004
author_curate_reward""
vote details (1)
@paulag ·
$0.33
This is awesome.  We need some sort of change like this.  And whats even better is you explained it with my lanaguage, Excel! Steem on, I have upvoted and resteemed
👍  , ,
properties (23)
authorpaulag
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t100747144z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-18 10:07:42
last_update2017-11-18 10:07:42
depth1
children4
last_payout2017-11-25 10:07:42
cashout_time1969-12-31 23:59:59
total_payout_value0.251 HBD
curator_payout_value0.080 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length164
author_reputation274,264,287,951,003
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,762,758
net_rshares150,027,694,697
author_curate_reward""
vote details (3)
@scipio · (edited)
Haha, well, I like Excel for explaining stuff and quickly setting up a POC-app-ish kind of thing....
And I like your work, as well as yourself, as well, Paula :-). Steem on!
properties (22)
authorscipio
permlinkre-paulag-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t115048606z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-18 11:50:45
last_update2017-11-18 16:32:27
depth2
children2
last_payout2017-11-25 11:50: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_length173
author_reputation34,229,826,851,736
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,769,468
net_rshares0
@paulag ·
I love when I make new friends, steemit is awesome for that anyway!
properties (22)
authorpaulag
permlinkre-scipio-re-paulag-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t172835739z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-18 17:28:30
last_update2017-11-18 17:28:30
depth3
children1
last_payout2017-11-25 17:28: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_length67
author_reputation274,264,287,951,003
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,797,769
net_rshares0
@stellabelle ·
Likewise. It's good to see we are all on the same page about this.
properties (22)
authorstellabelle
permlinkre-paulag-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t143725183z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-19 14:37:24
last_update2017-11-19 14:37:24
depth2
children0
last_payout2017-11-26 14:37: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_length66
author_reputation516,061,669,130,124
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,882,725
net_rshares0
@pingo ·
It's a great post for everyone.
properties (22)
authorpingo
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t023101670z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-19 02:31:15
last_update2017-11-19 02:31:15
depth1
children1
last_payout2017-11-26 02:31: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_length31
author_reputation-63,332,818,958
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,833,229
net_rshares0
@scipio ·
That's actually a nice song title. Care to join me in a band?
properties (22)
authorscipio
permlinkre-pingo-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t191911019z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-19 19:19:09
last_update2017-11-19 19:19:09
depth2
children0
last_payout2017-11-26 19:19: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_length61
author_reputation34,229,826,851,736
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,907,927
net_rshares0
@poias · (edited)
If interesting content providers just keep on providing interesting content will it all just eventually work itself out in the wash?

Is that the Steemdream envisioned , un-gamed blockchain? 

No bot thoughts , just steemfeeds you really read.

I'll keep organically adding , my brain can't comprehend the mechanics required in how to unscrew the phantom spew users.
properties (22)
authorpoias
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t010556236z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-19 04:25:00
last_update2017-11-19 04:27:12
depth1
children1
last_payout2017-11-26 04:25:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length366
author_reputation253,710,928,214
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,839,540
net_rshares0
@scipio ·
Your conclusion, last sentense, seems correct
👍  
properties (23)
authorscipio
permlinkre-poias-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t192010630z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-19 19:20:09
last_update2017-11-19 19:20:09
depth2
children0
last_payout2017-11-26 19: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_length45
author_reputation34,229,826,851,736
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,908,014
net_rshares1,880,510,708
author_curate_reward""
vote details (1)
@rawdawg ·
$0.02
This sounds really good. . Wish I was programming savvy enough to understand but it seems like you know your shit! :)
👍  
properties (23)
authorrawdawg
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171120t062846330z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-20 06:18:39
last_update2017-11-20 06:18:39
depth1
children1
last_payout2017-11-27 06:18:39
cashout_time1969-12-31 23:59:59
total_payout_value0.018 HBD
curator_payout_value0.006 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length117
author_reputation10,066,123,378,894
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,948,717
net_rshares10,782,648,910
author_curate_reward""
vote details (1)
@scipio ·
Cool avatar! And thx for the compliment!
properties (22)
authorscipio
permlinkre-rawdawg-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171121t154849464z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-21 15:48:51
last_update2017-11-21 15:48:51
depth2
children0
last_payout2017-11-28 15:48: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_length40
author_reputation34,229,826,851,736
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,102,636
net_rshares0
@rawdawg ·
Auto-elimination of the scammers/spammers would be the single greatest innovation here, IMHO.
properties (22)
authorrawdawg
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171120t063125523z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-20 06:21:21
last_update2017-11-20 06:21:21
depth1
children1
last_payout2017-11-27 06:21: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_length93
author_reputation10,066,123,378,894
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,948,907
net_rshares0
@scipio ·
It's not meant as a stand-alone tool, but to be combined / extended with other metrics
👍  
properties (23)
authorscipio
permlinkre-rawdawg-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171121t154922874z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-21 15:49:21
last_update2017-11-21 15:49:21
depth2
children0
last_payout2017-11-28 15:49: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_length86
author_reputation34,229,826,851,736
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,102,697
net_rshares583,674,296
author_curate_reward""
vote details (1)
@rondellrandall ·
$1.30
ok now I'm thoroughly confused, lo9l! but thanks for taking the time to write this blog.
👍  , , , , ,
properties (23)
authorrondellrandall
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171117t181347653z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-17 18:14:03
last_update2017-11-17 18:14:03
depth1
children1
last_payout2017-11-24 18:14:03
cashout_time1969-12-31 23:59:59
total_payout_value0.978 HBD
curator_payout_value0.320 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length88
author_reputation13,175,032,253
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,704,324
net_rshares604,683,665,353
author_curate_reward""
vote details (6)
@scipio ·
Still confused? You can ask questions if you want, I'm happy to respond!
👍  
properties (23)
authorscipio
permlinkre-rondellrandall-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171121t154400918z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-21 15:44:00
last_update2017-11-21 15:44:00
depth2
children0
last_payout2017-11-28 15:44:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length72
author_reputation34,229,826,851,736
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,102,070
net_rshares1,096,708,681
author_curate_reward""
vote details (1)
@ruah ·
Thank you for the contribution. It has been approved.<br/>
You can contact us on [Discord](https://discord.gg/TbBzJa7).
[[utopian-moderator]](https://utopian.io/moderators)
properties (22)
authorruah
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t090803329z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2017-11-17 17:10:15
last_update2017-11-17 17:10:15
depth1
children0
last_payout2017-11-24 17:10: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_length172
author_reputation55,491,574,280,489
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,698,772
net_rshares0
@shakib ·
Very nice bro 
 Great post
Vary helpful to me
👍  
properties (23)
authorshakib
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t141051766z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-18 14:11:00
last_update2017-11-18 14:11:00
depth1
children1
last_payout2017-11-25 14:11:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length45
author_reputation3,629,044,149
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,780,024
net_rshares765,958,569
author_curate_reward""
vote details (1)
@scipio ·
Ok cool. But, how is it helpful to you then? Can you explain that to me, please?
properties (22)
authorscipio
permlinkre-shakib-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t145833055z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-18 14:58:33
last_update2017-11-18 14:58:33
depth2
children0
last_payout2017-11-25 14:58: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_length80
author_reputation34,229,826,851,736
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,784,261
net_rshares0
@spectrums ·
Re: our other thread, will cite this one! I need to dig into this post again (loved it on my first cursory read), but I'm certain I can include it in the one I'm cooking up for Nov 21-becomes-Nov 22!
properties (22)
authorspectrums
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171122t044450106z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-22 04:44:48
last_update2017-11-22 04:44:48
depth1
children1
last_payout2017-11-29 04:44: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_length199
author_reputation2,576,703,653,148
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,164,070
net_rshares0
@scipio ·
Okido! And don't forget to read-up on the follow-up article ;-)
[UserAuthority (UA): explanations, applications and implications](https://steemit.com/utopian-io/@scipio/userauthority-ua-explanations-applications-and-implications)
👍  
properties (23)
authorscipio
permlinkre-spectrums-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171122t101134621z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://steemit.com/utopian-io/@scipio/userauthority-ua-explanations-applications-and-implications"],"app":"steemit/0.1"}
created2017-11-22 10:11:33
last_update2017-11-22 10:11:33
depth2
children0
last_payout2017-11-29 10:11: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_length229
author_reputation34,229,826,851,736
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id21,185,237
net_rshares2,187,725,479
author_curate_reward""
vote details (1)
@steemulator ·
$0.16
New users, myself included, who have little/no userauthority, will be equated to the bots - is my understanding of your proposal correct?
👍  , ,
properties (23)
authorsteemulator
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t103224639z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-18 10:32:18
last_update2017-11-18 10:32:18
depth1
children3
last_payout2017-11-25 10:32:18
cashout_time1969-12-31 23:59:59
total_payout_value0.129 HBD
curator_payout_value0.030 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length137
author_reputation951,706,317,305
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,764,437
net_rshares71,968,870,614
author_curate_reward""
vote details (3)
@scipio · (edited)
$0.03
Good question! Short answer: no, you're not seen as a bot, at all!
Longer answer: the proposed mechanism is **extendable** with all sorts of metrics, that combined identify bots / spammers extremely accurately, distinguished from new users, like you, and more prominently: me! (**my own account is brand new!**).

Examples: 
- very low UA, very high amount of posts (that's a sign, right? lots of messages but nobody follows..)
- very low UA, very high rewards (that's even stranger!)
- very low UA, yet it has lots of followers (spooky....!)
- very high UA, zero posts (hmmm, that seems like a passive whale account...)
etc.

PS: in case an account has zero followers (new accounts), they are not found on the total link graph. Yet they are easily includable via a "NewUsers bot", detecting accounts with zero followers, and following them for inclusion within the follower graph.
👍  
properties (23)
authorscipio
permlinkre-steemulator-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t114902456z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-18 11:49:00
last_update2017-11-18 12:05:36
depth2
children2
last_payout2017-11-25 11:49:00
cashout_time1969-12-31 23:59:59
total_payout_value0.023 HBD
curator_payout_value0.007 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length881
author_reputation34,229,826,851,736
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,769,347
net_rshares14,492,073,302
author_curate_reward""
vote details (1)
@steemulator ·
$0.03
Thank you for explaining this! I know I am not a bot, let's hope Steemit will also know it : D
👍  
properties (23)
authorsteemulator
permlinkre-scipio-re-steemulator-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t125518209z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-18 12:55:18
last_update2017-11-18 12:55:18
depth3
children1
last_payout2017-11-25 12:55:18
cashout_time1969-12-31 23:59:59
total_payout_value0.029 HBD
curator_payout_value0.003 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length94
author_reputation951,706,317,305
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,774,213
net_rshares15,486,567,392
author_curate_reward""
vote details (1)
@stellabelle ·
$0.18
Let's do this. I had time to read this several times, I see how it needs to be done.
👍  , ,
properties (23)
authorstellabelle
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t142358175z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-19 14:23:57
last_update2017-11-19 14:23:57
depth1
children3
last_payout2017-11-26 14:23:57
cashout_time1969-12-31 23:59:59
total_payout_value0.172 HBD
curator_payout_value0.011 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length84
author_reputation516,061,669,130,124
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,881,472
net_rshares81,929,580,139
author_curate_reward""
vote details (3)
@scipio · (edited)
Cool! :-)

PS: please just upvote yourself to the top for visibility, I can't add more than $0.10 myself on your comment! :P
PS2: Jesta's comment (had a long talk with Jesta yesterday) is in here as well, same thing: I don't have the power to get his comment to the top.
properties (22)
authorscipio
permlinkre-stellabelle-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t143112029z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-19 14:31:12
last_update2017-11-19 14:33:15
depth2
children2
last_payout2017-11-26 14:31: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_length270
author_reputation34,229,826,851,736
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,882,131
net_rshares0
@stellabelle ·
$0.11
Looks like your my boss now?
👍  
properties (23)
authorstellabelle
permlinkre-scipio-re-stellabelle-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t145958222z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-19 14:59:57
last_update2017-11-19 14:59:57
depth3
children1
last_payout2017-11-26 14:59:57
cashout_time1969-12-31 23:59:59
total_payout_value0.084 HBD
curator_payout_value0.027 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length28
author_reputation516,061,669,130,124
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,884,881
net_rshares49,990,806,546
author_curate_reward""
vote details (1)
@techslut ·
I hope this is somehow applied in the next steem fork to prevent the usage of multiple account for self-voting and witness election manipulation by using fake accounts to vote for the witness account of the botnet owner (ahem nextgencrypto ahem).
👍  
👎  , , , , , , , , , , , , , , , , , , , , , , , , , ,
properties (23)
authortechslut
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171117t171205000z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-17 17:12:06
last_update2017-11-17 17:12:06
depth1
children14
last_payout2017-11-24 17:12: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_length246
author_reputation111,778,832,002,739
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,698,935
net_rshares-4,434,821,503,199
author_curate_reward""
vote details (28)
@onthewayout ·
$0.15
The number of accounts voting for witnesses is irrelevant. What matters is the stake (aka "Steem Power") behind the votes.
👍  
properties (23)
authoronthewayout
permlinkre-techslut-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t041041567z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2017-11-18 04:10:42
last_update2017-11-18 04:10:42
depth2
children13
last_payout2017-11-25 04:10:42
cashout_time1969-12-31 23:59:59
total_payout_value0.113 HBD
curator_payout_value0.037 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length122
author_reputation13,205,527,560,619
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,740,441
net_rshares70,150,207,153
author_curate_reward""
vote details (1)
@scipio ·
Again, UA is fat better at predicting witness quality as well.
properties (22)
authorscipio
permlinkre-onthewayout-re-techslut-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t115203586z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-18 11:52:00
last_update2017-11-18 11:52:00
depth3
children0
last_payout2017-11-25 11:52:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length62
author_reputation34,229,826,851,736
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,769,549
net_rshares0
@techslut ·
$0.48
So basically one user with a ton of steem power can nominate himself as witness and hurt the platform and no one can do anything about it?
👍  , , , , , , , , , ,
👎  
properties (23)
authortechslut
permlinkre-onthewayout-re-techslut-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t095802358z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-18 09:58:03
last_update2017-11-18 09:58:03
depth3
children11
last_payout2017-11-25 09:58:03
cashout_time1969-12-31 23:59:59
total_payout_value0.364 HBD
curator_payout_value0.116 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length138
author_reputation111,778,832,002,739
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,762,091
net_rshares216,687,759,755
author_curate_reward""
vote details (12)
@utopian-io ·
$0.11
### Hey @scipio I am @utopian-io. I have just upvoted you at 17% Power!
#### Achievements
- WOW WOW WOW People loved what you did here. GREAT JOB!
- You have less than 500 followers. Just gave you a gift to help you succeed!
- You are generating more rewards than average for this category. Super!;)
- Seems like you contribute quite often. AMAZING!
#### Did you know?
- I am going to become the first Steem Community-Driven Witness. Follow me to know when!
**Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x**
👍  
properties (23)
authorutopian-io
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t180730617z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"}
created2017-11-18 18:07:30
last_update2017-11-18 18:07:30
depth1
children1
last_payout2017-11-25 18:07:30
cashout_time1969-12-31 23:59:59
total_payout_value0.085 HBD
curator_payout_value0.027 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length609
author_reputation152,955,367,999,756
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,801,031
net_rshares50,852,717,004
author_curate_reward""
vote details (1)
@scipio ·
Thank you Utopian-io! `Bleep! Bleep!`
properties (22)
authorscipio
permlinkre-utopian-io-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t184150151z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-18 18:41:48
last_update2017-11-18 18:41:48
depth2
children0
last_payout2017-11-25 18:41: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_length37
author_reputation34,229,826,851,736
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,803,790
net_rshares0
@vikasjaat ·
It is too complex to understand, but I am sure that it will solve the current spa spam and bot account problem. 

Do you use telegram ?? 
I want to connect with you. 
Add me at https://t.me/Vikas_Jaat
properties (22)
authorvikasjaat
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171223t214927355z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"links":["https://t.me/Vikas_Jaat"],"app":"steemit/0.1"}
created2017-12-23 21:49:30
last_update2017-12-23 21:49:30
depth1
children0
last_payout2017-12-30 21:49: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_length200
author_reputation167,288,028,053
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id24,922,037
net_rshares0
@windrockswater ·
$0.25
This is fantastic!  A tremendous idea and post,  genuine and heartfelt feedback, from a diverse community, conversation and dialogue leading to meaningful changes!  I have no idea what your talking about, but I love every word!!!
👍  , ,
properties (23)
authorwindrockswater
permlinkre-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t144444719z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-19 14:44:54
last_update2017-11-19 14:44:54
depth1
children3
last_payout2017-11-26 14:44:54
cashout_time1969-12-31 23:59:59
total_payout_value0.193 HBD
curator_payout_value0.058 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length229
author_reputation429,873,480,185
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,883,437
net_rshares111,653,213,764
author_curate_reward""
vote details (3)
@scipio ·
This is also a cool comment! :-)
It's perfectly okay if you don't understand the math. But let me try explaining as simple as I can:

- UA is a derived metric (all the data is in the blockchain already).
- The math behind my UserAuthority (UA) algorithm calculates how "popular" an account is, by taking into account **who** follows that account. And that's done automatically for every user in the entire Steem system.
- not all follows are weighed equally
- randomly clicking any user's follower list (who follows that user) is that follower's UserAuthority. So it is the probability a random click has to get to said account via its followers.

Okidoki? Better? Better...
(Otherwise, eat a Snickers! ;-) )
👍  
properties (23)
authorscipio
permlinkre-windrockswater-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t170839648z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-19 17:08:39
last_update2017-11-19 17:08:39
depth2
children2
last_payout2017-11-26 17:08: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_length708
author_reputation34,229,826,851,736
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,897,097
net_rshares241,729,228
author_curate_reward""
vote details (1)
@windrockswater ·
$0.26
Much better I get it! I love snickers by the way, eat 'em all the time.  Very gracious of you to make this effort to explain, appreciate that as much as the explanation itself.  Thank you.
👍  , ,
properties (23)
authorwindrockswater
permlinkre-scipio-re-windrockswater-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t171435870z
categoryutopian-io
json_metadata{"tags":["utopian-io"],"app":"steemit/0.1"}
created2017-11-19 17:14:45
last_update2017-11-19 17:14:45
depth3
children1
last_payout2017-11-26 17:14:45
cashout_time1969-12-31 23:59:59
total_payout_value0.198 HBD
curator_payout_value0.064 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length188
author_reputation429,873,480,185
root_title"How-to solve SPAM and Democratize Steem: Introducing UserAuthority"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id20,897,745
net_rshares117,357,294,082
author_curate_reward""
vote details (3)