# 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.  **Update 1:** I hereby add the link matrix following from the above total example-follower graph:  **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).  ### 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)
author | scipio | ||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
permlink | how-to-solve-spam-on-steem-introducing-userauthority | ||||||||||||||||||||||||||||||||||||||||||||||||
category | utopian-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"]} | ||||||||||||||||||||||||||||||||||||||||||||||||
created | 2017-11-17 17:04:21 | ||||||||||||||||||||||||||||||||||||||||||||||||
last_update | 2017-11-20 12:16:18 | ||||||||||||||||||||||||||||||||||||||||||||||||
depth | 0 | ||||||||||||||||||||||||||||||||||||||||||||||||
children | 121 | ||||||||||||||||||||||||||||||||||||||||||||||||
last_payout | 2017-11-24 17:04:21 | ||||||||||||||||||||||||||||||||||||||||||||||||
cashout_time | 1969-12-31 23:59:59 | ||||||||||||||||||||||||||||||||||||||||||||||||
total_payout_value | 94.845 HBD | ||||||||||||||||||||||||||||||||||||||||||||||||
curator_payout_value | 33.992 HBD | ||||||||||||||||||||||||||||||||||||||||||||||||
pending_payout_value | 0.000 HBD | ||||||||||||||||||||||||||||||||||||||||||||||||
promoted | 4.960 HBD | ||||||||||||||||||||||||||||||||||||||||||||||||
body_length | 6,142 | ||||||||||||||||||||||||||||||||||||||||||||||||
author_reputation | 34,229,826,851,736 | ||||||||||||||||||||||||||||||||||||||||||||||||
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" | ||||||||||||||||||||||||||||||||||||||||||||||||
beneficiaries |
| ||||||||||||||||||||||||||||||||||||||||||||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||||||||||||||||||||||||||||||||||||||||||||
percent_hbd | 50 | ||||||||||||||||||||||||||||||||||||||||||||||||
post_id | 20,698,251 | ||||||||||||||||||||||||||||||||||||||||||||||||
net_rshares | 70,772,904,441,368 | ||||||||||||||||||||||||||||||||||||||||||||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fminerten | 0 | 324,490,514,257 | 7% | ||
steempty | 0 | 354,129,514,856 | 7% | ||
wackou | 0 | 955,882,579,137 | 18% | ||
pharesim | 0 | 104,165,579,351 | 0.45% | ||
enki | 0 | 1,333,033,523,483 | 30% | ||
simba | 0 | 634,684,792,377 | 100% | ||
drifter1 | 0 | 8,715,214,177 | 100% | ||
noisy | 0 | 1,755,480,326,770 | 100% | ||
cryptoctopus | 0 | 3,080,171,646,664 | 100% | ||
acidyo | 0 | 3,918,368,468,733 | 30% | ||
oaldamster | 0 | 14,647,661,831 | 100% | ||
stellabelle | 0 | 3,169,571,442,418 | 100% | ||
samether | 0 | 2,172,499,352 | 30% | ||
grandpere | 0 | 169,332,737,314 | 100% | ||
christoryan | 0 | 2,050,075,552 | 3% | ||
lukestokes | 0 | 2,608,017,555,783 | 100% | ||
poias | 0 | 1,853,239,480 | 100% | ||
dampfire | 0 | 23,745,820,327 | 100% | ||
roelandp | 0 | 331,596,369,156 | 5% | ||
olyup | 0 | 32,712,916,234 | 80% | ||
chamviet | 0 | 1,479,469,642 | 100% | ||
cryptochannel | 0 | 3,154,579,528 | 30% | ||
ausbitbank | 0 | 164,670,864,459 | 1% | ||
jesta | 0 | 1,472,233,358,494 | 100% | ||
transisto | 0 | 14,009,322,220,218 | 100% | ||
shla-rafia | 0 | 2,000,871,973 | 11% | ||
gkucmierz | 0 | 0 | 100% | ||
ubg | 0 | 440,689,127 | 1% | ||
seljalex77 | 0 | 92,694,596 | 100% | ||
happyphoenix | 0 | 6,427,099,445 | 14% | ||
remlaps | 0 | 12,047,088,698 | 100% | ||
dez1337 | 0 | 11,434,419,415 | 26% | ||
cryptoninja | 0 | 2,290,858,374 | 30% | ||
warofcraft | 0 | 115,970,461,303 | 50% | ||
cjclaro | 0 | 5,307,345,518 | 10% | ||
lenatramper | 0 | 2,727,626,442 | 30% | ||
hanshotfirst | 0 | 167,143,904,739 | 5% | ||
jschindler | 0 | 3,680,599,944 | 100% | ||
someguy123 | 0 | 1,720,201,772,217 | 100% | ||
shadowspub | 0 | 419,224,189 | 0.2% | ||
mattclarke | 0 | 474,402,071,309 | 52% | ||
dannyshine | 0 | 142,354,789,641 | 100% | ||
ghasemkiani | 0 | 49,757,525,147 | 5% | ||
shieha | 0 | 165,141,995,644 | 50% | ||
the-ego-is-you | 0 | 25,941,891,521 | 75% | ||
allyouneedtoknow | 0 | 91,641,237,646 | 80% | ||
greer184 | 0 | 12,861,933,285 | 100% | ||
okean123 | 0 | 1,886,705,911 | 100% | ||
mgibson | 0 | 3,511,791,401 | 100% | ||
triverse | 0 | 15,196,737,802 | 100% | ||
rishi556 | 0 | 2,841,409,103 | 100% | ||
techslut | 0 | 250,746,284,867 | 30% | ||
jaki01 | 0 | 614,108,640,692 | 25% | ||
barcisz | 0 | 11,262,653,051 | 20% | ||
fordmogul | 0 | 133,469,901 | 100% | ||
nikv | 0 | 299,988,408 | 100% | ||
unipsycho | 0 | 229,905,434 | 1% | ||
sqube | 0 | 703,418,951 | 1% | ||
kchiny | 0 | 0 | 100% | ||
jumaidafajar | 0 | 1,241,107,154 | 1% | ||
lucidlight | 0 | 0 | 100% | ||
smithgift | 0 | 11,241,801,218 | 100% | ||
personz | 0 | 36,497,732,808 | 100% | ||
swolesome | 0 | 1,302,076,072 | 10% | ||
rahul.stan | 0 | 719,663,594 | 3% | ||
ryivhnn | 0 | 2,320,849,742 | 20% | ||
distantsignal | 0 | 74,394,938,706 | 100% | ||
pqlenator | 0 | 3,986,656,426 | 100% | ||
naiahyoung | 0 | 58,752,564,699 | 100% | ||
privex | 0 | 10,620,665,177 | 100% | ||
allstarrunner | 0 | 2,591,428,176 | 10% | ||
rebelskum | 0 | 4,568,860,662 | 100% | ||
zephyraijunzo | 0 | 91,040,598,674 | 100% | ||
chukwuebuka | 0 | 918,757,986 | 100% | ||
jinaa | 0 | 10,264,848,200 | 100% | ||
decentralizd | 0 | 6,823,162,713 | 3% | ||
samstickkz | 0 | 8,508,174,787 | 100% | ||
oluwoleolaide | 0 | 26,949,366,163 | 38% | ||
eirik | 0 | 17,786,910,939 | 45% | ||
crypto-pontiff | 0 | 935,184,281 | 100% | ||
kkugel2 | 0 | 130,838,684 | 100% | ||
thorheit | 0 | 29,883,027,189 | 100% | ||
awesomianist | 0 | 956,155,072 | 6% | ||
sarasate | 0 | 3,056,711,084 | 3% | ||
jimmyrai28 | 0 | 238,594,930 | 10% | ||
hiimamazing | 0 | 657,578,029 | 30% | ||
smasssh | 0 | 35,285,980,733 | 25% | ||
aarkay | 0 | 224,149,788 | 100% | ||
redpill | 0 | 37,741,454,366 | 100% | ||
siddartha | 0 | 11,289,599,263 | 100% | ||
bigotemaifriend | 0 | 0 | 6% | ||
kingyus | 0 | 4,467,417,480 | 100% | ||
svinsent | 0 | 6,751,947,256 | 100% | ||
mobbs | 0 | 65,490,667,453 | 40% | ||
jcb | 0 | 0 | 100% | ||
followbtcnews | 0 | 141,231,953,458 | 51% | ||
inkedandsexy | 0 | 1,272,005,670 | 24% | ||
aleister | 0 | 5,837,097,532 | 100% | ||
angelgarz | 0 | 6,344,980,531 | 100% | ||
clydemajiklegion | 0 | 1,389,793,633 | 100% | ||
thethreehugs | 0 | 353,988,548 | 100% | ||
tx1683 | 0 | 626,004,799 | 100% | ||
mys | 0 | 57,576,007,058 | 100% | ||
gktown | 0 | 13,338,272,189 | 100% | ||
resteemable | 0 | 19,602,380,647 | 10% | ||
diogogomes | 0 | 220,908,773 | 50% | ||
cryptonewb | 0 | 0 | 100% | ||
natra | 0 | 199,593,412 | 0.3% | ||
flauwy | 0 | 70,449,816,083 | 100% | ||
taitux | 0 | 14,812,138,399 | 100% | ||
overkillcoin | 0 | 62,311,682,554 | 22% | ||
myousuf001 | 0 | 195,148,800 | 100% | ||
kiporen212 | 0 | 293,506,565,522 | 100% | ||
jaka87 | 0 | 1,874,737,596 | 100% | ||
paulag | 0 | 811,695,180,938 | 100% | ||
tech-trends | 0 | 504,846,677 | 1% | ||
ew-and-patterns | 0 | 21,116,382,936 | 4% | ||
randomvideos | 0 | 3,138,360,761 | 100% | ||
kylekidd | 0 | 0 | 100% | ||
saunter | 0 | 2,793,778,857 | 100% | ||
justinomora | 0 | 2,440,678,801 | 100% | ||
cryptowolf | 0 | 1,979,530,161 | 100% | ||
ragepeanut | 0 | 21,039,943,103 | 100% | ||
anavictoriakong | 0 | 933,767,475 | 100% | ||
kimor | 0 | 47,925,392,681 | 100% | ||
empath | 0 | 28,256,422,378 | 100% | ||
yvonneinoregon | 0 | 83,462,979 | 30% | ||
thinknzombie | 0 | 1,253,321,693 | 0.3% | ||
eturnerx | 0 | 55,691,024,852 | 20% | ||
pastbastard | 0 | 5,051,102,243 | 100% | ||
glitchout01 | 0 | 583,311,747 | 100% | ||
thinkkniht | 0 | 11,239,988,741 | 100% | ||
jpederson96 | 0 | 773,444,129 | 100% | ||
doyanphotography | 0 | 538,694,622 | 3% | ||
rafalski | 0 | 2,595,224,950 | 100% | ||
mcw | 0 | 5,017,044,615 | 15% | ||
wernertek | 0 | 1,984,421,806 | 100% | ||
raybilson | 0 | 8,806,962,010 | 100% | ||
promoted | 0 | 392,383,412,478 | 15% | ||
inquiringtimes | 0 | 10,314,952,034 | 100% | ||
sanat | 0 | 1,076,174,452 | 100% | ||
littlejoeward | 0 | 3,207,671,546 | 100% | ||
phogyan | 0 | 1,858,132,500 | 100% | ||
diskorvery | 0 | 4,262,493,565 | 7% | ||
ovij | 0 | 7,351,628,268 | 30% | ||
angela.ghkh | 0 | 4,211,663,878 | 100% | ||
sureshgajera | 0 | 366,169,318 | 100% | ||
jasonbu | 0 | 17,568,610,634 | 100% | ||
fahrulrazi | 0 | 0 | 100% | ||
vimukthi | 0 | 98,087,345 | 100% | ||
creativeamsle | 0 | 849,449,588 | 100% | ||
dray91eu | 0 | 691,288,776 | 30% | ||
fabiyamada | 0 | 12,040,949,818 | 100% | ||
fujiwara | 0 | 0 | 100% | ||
duekie | 0 | 67,794,125 | 54.01% | ||
phyowaiaung | 0 | 2,569,384,871 | 100% | ||
tcrypto86 | 0 | 4,168,696,036 | 17% | ||
zest | 0 | 6,607,284,046 | 20% | ||
ignasi | 0 | 406,513,111 | 100% | ||
jjb777 | 0 | 5,975,471,560 | 100% | ||
odibezeking | 0 | 94,184,495 | 35% | ||
shihabieee | 0 | 129,187,141 | 100% | ||
intellectualsoul | 0 | 1,258,170,445 | 100% | ||
wuzupin | 0 | 462,987,155 | 100% | ||
tokenteller | 0 | 206,227,459 | 1% | ||
breadcentric | 0 | 9,907,471,071 | 100% | ||
revo | 0 | 5,005,065,395 | 100% | ||
lapitzkaya | 0 | 559,616,273 | 100% | ||
budifatria | 0 | 0 | 100% | ||
albakerki | 0 | 2,332,146,739,494 | 100% | ||
sarmizegetusa | 0 | 24,717,200,793 | 100% | ||
nari-varma | 0 | 0 | 100% | ||
kofpato | 0 | 596,452,166 | 100% | ||
ohreally | 0 | 206,299,806 | 1% | ||
mhmegh | 0 | 248,325,631 | 100% | ||
yandot | 0 | 5,366,301,569 | 100% | ||
stoodkev | 0 | 169,829,399,962 | 100% | ||
jedigeiss | 0 | 182,137,995,391 | 100% | ||
jefpatat | 0 | 21,250,920,664 | 100% | ||
spotlight | 0 | 9,691,590,707 | 2% | ||
shestackoy | 0 | 1,097,665,305 | 100% | ||
turymenecier | 0 | 52,605,804 | 20% | ||
gameoutcome | 0 | 146,525,481 | 7% | ||
tonygreene113 | 0 | 2,043,965,984 | 100% | ||
stephanj79 | 0 | 0 | 100% | ||
stanashoech | 0 | 594,980,699 | 100% | ||
eastmael | 0 | 12,870,482,511 | 100% | ||
noly | 0 | 279,066,482 | 5% | ||
curtiscolwell | 0 | 653,529,086 | 100% | ||
rusinho027 | 0 | 806,759,911 | 100% | ||
guggerf | 0 | 12,282,869,064 | 100% | ||
gnutr | 0 | 585,947,275 | 100% | ||
primetimesports | 0 | 133,599,069 | 0.02% | ||
teleandr | 0 | 420,992,027 | 100% | ||
misharin | 0 | 579,680,968 | 100% | ||
damzxyno | 0 | 847,718,058 | 100% | ||
alketcecaj | 0 | 28,400,724,147 | 100% | ||
krasnaya | 0 | 1,086,913,340 | 100% | ||
mila00 | 0 | 515,984,266 | 100% | ||
iamai | 0 | 207,047,374 | 100% | ||
videogeek | 0 | 252,832,661 | 10% | ||
folker-wulff | 0 | 2,328,773,141 | 10% | ||
meno | 0 | 37,700,158,485 | 65% | ||
rasskazov | 0 | 1,095,787,476 | 100% | ||
skutare | 0 | 571,765,689 | 100% | ||
mrhaapy | 0 | 0 | 100% | ||
rohits | 0 | 608,832,254 | 100% | ||
micayla | 0 | 0 | 25% | ||
brendashockley | 0 | 83,324,700 | 20% | ||
dennisphillips | 0 | 92,583,000 | 20% | ||
andr33ty | 0 | 0 | 100% | ||
platinum.elite | 0 | 1,239,617,078 | 100% | ||
rosynesn | 0 | 86,939,957 | 100% | ||
lykkejay | 0 | 6,206,026,323 | 100% | ||
esaug | 0 | 1,429,882,514 | 100% | ||
julienbh | 0 | 9,507,957,473 | 100% | ||
allowisticartist | 0 | 41,356,532,144 | 100% | ||
loshcat | 0 | 1,347,226,181 | 100% | ||
cryptonull | 0 | 5,405,668,117 | 100% | ||
geniusloci | 0 | 21,910,987,352 | 100% | ||
callmetoxy | 0 | 632,481,109 | 100% | ||
ustartsev | 0 | 583,411,552 | 100% | ||
ryankofi | 0 | 197,996,412 | 100% | ||
tofotipev7 | 0 | 571,347,154 | 100% | ||
rawdawg | 0 | 349,868,437 | 100% | ||
flexlm | 0 | 1,178,224,273 | 100% | ||
maverickfoo | 0 | 1,407,216,664 | 50% | ||
dejan.vuckovic | 0 | 327,577,441 | 3% | ||
lifevibes | 0 | 436,000,908 | 100% | ||
katamori | 0 | 745,018,718 | 100% | ||
cnts | 0 | 106,504,460,430 | 100% | ||
idlebright | 0 | 520,491,534 | 100% | ||
vladimir-simovic | 0 | 15,163,552,068 | 50% | ||
leap8 | 0 | 587,777,647 | 100% | ||
devosdevosi | 0 | 815,832,327 | 100% | ||
fermond | 0 | 353,470,292 | 100% | ||
more.please.more | 0 | 123,853,819 | 100% | ||
utopian-io | 0 | 26,311,288,179,474 | 17% | ||
socialspace | 0 | 4,761,263,551 | 30% | ||
bix | 0 | 896,011,966 | 100% | ||
sebescen81 | 0 | 1,563,830,534 | 100% | ||
tenzel | 0 | 209,526,450 | 100% | ||
badol1994 | 0 | 80,144,915 | 80% | ||
shadowdragon | 0 | 12,217,376,602 | 100% | ||
fazlayrabby | 0 | 181,187,442 | 100% | ||
welcometonepal | 0 | 210,508,906 | 100% | ||
datatreemap | 0 | 40,331,698,833 | 100% | ||
steemflow | 0 | 9,233,057,955 | 65% | ||
daes131 | 0 | 250,165,425 | 100% | ||
steveconnor | 0 | 851,382,851 | 100% | ||
marshalllife | 0 | 173,571,234 | 100% | ||
zen-analyst | 0 | 0 | 100% | ||
ffp84 | 0 | 549,343,600 | 100% | ||
moniristi | 0 | 153,250,281 | 100% | ||
imus | 0 | 96,792,935 | 100% | ||
ssokmen | 0 | 1,119,959,089 | 100% | ||
jonbee | 0 | 696,725,484 | 100% | ||
amritha | 0 | 1,133,083,333 | 100% | ||
dhouse | 0 | 31,825,871,766 | 100% | ||
plushzilla | 0 | 1,158,255,384 | 100% | ||
subhendu | 0 | 0 | 100% | ||
spectrums | 0 | 737,252,060 | 100% | ||
masscollective | 0 | 779,045,031 | 100% | ||
marvel1206 | 0 | 88,733,018 | 50% | ||
mandirapoddar | 0 | 623,923,496 | 100% | ||
jello.rainbow | 0 | 140,689,477 | 100% | ||
various | 0 | 131,176,849 | 100% | ||
raj1511 | 0 | 887,609,341 | 100% | ||
raidho | 0 | 1,009,729,428 | 100% | ||
driftingvoice | 0 | 858,851,433 | 100% | ||
rheyank | 0 | 603,494,660 | 100% | ||
itsmikechu | 0 | 7,434,731,259 | 100% | ||
vivekanand8 | 0 | 240,568,983 | 100% | ||
afifa | 0 | 143,828,297 | 3% | ||
scipio | 0 | 53,342,621,019 | 100% | ||
nasim143 | 0 | 208,908,755 | 100% | ||
xfreemanx | 0 | 1,125,744,940 | 100% | ||
manikanta591 | 0 | 162,616,498 | 100% | ||
bouchaibi | 0 | 0 | 100% | ||
frankyboy | 0 | 356,678,445 | 100% | ||
eliasahmed | 0 | 0 | 100% | ||
adurheron | 0 | 237,914,591 | 100% | ||
yorkchinese | 0 | 337,654,134 | 33% | ||
ladybirdec | 0 | 226,308,280 | 100% | ||
barackputin | 0 | 64,768,244 | 100% | ||
ajmaln | 0 | 0 | 100% | ||
elyes | 0 | 876,273,952 | 100% | ||
khalidbinwalid | 0 | 203,749,598 | 100% | ||
sayedshahinalam | 0 | 429,401,783 | 100% | ||
bizznewshttps | 0 | 0 | 100% | ||
aasik | 0 | 65,413,450 | 100% | ||
cavalier | 0 | 696,376,301 | 100% | ||
hemantrg | 0 | 0 | 100% | ||
mmshah | 0 | 707,932,353 | 100% | ||
kahkaha | 0 | 232,297,900 | 100% | ||
kevin119 | 0 | 0 | 100% | ||
pixelexplorer | 0 | 371,374,285 | 100% | ||
mario-trivelli | 0 | 98,936,075 | 100% | ||
sohailsadiqkhan | 0 | 331,480,949 | 100% | ||
noolivaralakshmi | 0 | 0 | 100% | ||
aamjad | 0 | 69,679,484 | 100% | ||
totare | 0 | 1,119,964,947 | 100% | ||
shahjalal01 | 0 | 516,442,239 | 100% | ||
nizam8089 | 0 | 0 | 100% | ||
maemeghna | 0 | 597,680,192 | 100% | ||
armanhossain | 0 | 1,039,719,680 | 100% | ||
mammakiladli | 0 | 504,836,584 | 100% | ||
vali98 | 0 | 162,476,107 | 100% | ||
hatimbenya | 0 | 232,108,717 | 100% | ||
shakib | 0 | 783,366,719 | 100% | ||
reyadapon | 0 | 174,173,896 | 100% | ||
rafsun | 0 | 499,033,493 | 100% | ||
rayhan081 | 0 | 52,224,430 | 100% | ||
abhinashuprety22 | 0 | 864,604,243 | 100% | ||
arielgarcia28 | 0 | 1,032,882,799 | 100% | ||
bitboss | 0 | 980,658,202 | 100% | ||
dronie | 0 | 172,554,265 | 100% | ||
vkygrg | 0 | 284,332,737 | 100% | ||
tipiloulou | 0 | 237,911,043 | 100% | ||
othmane | 0 | 0 | 100% | ||
brainfarts | 0 | 5,718,754,709 | 20% | ||
lextenebris | 0 | 1,003,867,773 | 100% | ||
yuriysm | 0 | 458,413,606 | 100% | ||
rimmi.dhankhar | 0 | 179,883,743 | 100% | ||
aabdul | 0 | 499,032,281 | 100% | ||
steembasicincome | 0 | 50,614,054 | 1% | ||
mizi23 | 0 | 214,699,743 | 100% | ||
premium.upvote | 0 | 55,454,722 | 100% | ||
nicofranc | 0 | 2,748,233,986 | 100% | ||
investor7 | 0 | 1,050,287,501 | 100% | ||
cdjromantic | 0 | 1,119,919,775 | 100% | ||
unitics | 0 | 1,090,906,260 | 100% | ||
rondellrandall | 0 | 1,050,287,149 | 100% | ||
jyoti-thelight | 0 | 162,481,089 | 100% | ||
seventov | 0 | 1,160,537,493 | 100% | ||
amal123 | 0 | 0 | 100% | ||
ckal15lr | 0 | 777,559,563 | 100% | ||
telmodayas | 0 | 748,546,042 | 100% | ||
saidbelfellah | 0 | 1,143,126,504 | 100% | ||
i10facts | 0 | 0 | 100% | ||
vladimirivanovih | 0 | 562,858,965 | 100% | ||
shoukath | 0 | 0 | 100% | ||
saroshmohammad | 0 | 1,137,322,829 | 100% | ||
waqarafzal | 0 | 481,621,290 | 100% | ||
abiismail | 0 | 0 | 0% | ||
eymiller | 0 | 1,092,704,723 | 100% | ||
aladincandido | 0 | 0 | 100% | ||
mustbigining | 0 | 0 | 100% | ||
juanrivera150 | 0 | 0 | 100% | ||
ingluhues | 0 | 0 | 100% | ||
hanleytech | 0 | 0 | 100% | ||
puzzledbytheweb | 0 | 0 | 100% | ||
serflash | 0 | 0 | 100% | ||
minjoo | 0 | 0 | 100% | ||
nirerpakhi | 0 | 0 | 100% | ||
liftu | 0 | 0 | 100% | ||
saikirshna | 0 | 0 | 100% | ||
cryptoupvote | 0 | 0 | 100% | ||
alexisdotel | 0 | 0 | 100% | ||
slimane.hamdi | 0 | 0 | 100% | ||
neonidas | 0 | 0 | 100% | ||
woody26 | 0 | 0 | 100% | ||
alexander01cor | 0 | 0 | 100% | ||
abusaso | 0 | 0 | 100% | ||
nagasai001 | 0 | 0 | 100% | ||
ginquitti | 0 | 0 | 100% | ||
burlarj | 0 | 0 | 100% | ||
renegadetrader | 0 | 0 | 100% | ||
frenchlipino | 0 | 0 | 100% | ||
hexagon6 | 0 | 0 | 100% | ||
srikanthsri | 0 | 0 | 100% | ||
saint5 | 0 | 0 | 100% | ||
legion44 | 0 | 0 | -100% | ||
gbd | 0 | 0 | 100% | ||
kmarlow23 | 0 | 0 | 100% | ||
cindyx | 0 | 0 | 100% | ||
fumimachiko | 0 | 0 | -100% | ||
alexurso13 | 0 | 0 | 100% | ||
saavvy | 0 | 0 | 100% | ||
mirsal16 | 0 | 0 | 100% | ||
bbrana | 0 | 0 | 100% | ||
camaran22 | 0 | 0 | 100% | ||
aiuli | 0 | 0 | 100% | ||
meisah | 0 | 0 | 100% | ||
raimoe | 0 | 0 | 100% | ||
reyflash999 | 0 | 0 | 100% | ||
nofdj | 0 | 0 | 100% | ||
matmat92 | 0 | 0 | 100% | ||
vampirgarfield | 0 | 0 | 100% | ||
ibadali147 | 0 | 0 | 100% | ||
khrifat500 | 0 | 0 | 100% | ||
lebeaufils | 0 | 0 | 100% | ||
aalizwel23 | 0 | 0 | 100% |
Mate your the internet in one bite sized portion.. keep on being the inspiration you are @scipio x
author | cnts |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t154105994z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["scipio"],"app":"steemit/0.1"} |
created | 2017-11-18 15:41:06 |
last_update | 2017-11-18 15:41:06 |
depth | 1 |
children | 1 |
last_payout | 2017-11-25 15:41:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.109 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 99 |
author_reputation | 24,120,815,122,862 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,788,041 |
net_rshares | 49,990,806,546 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
scipio | 0 | 49,990,806,546 | 100% |
Thx buddy! :-)
author | scipio |
---|---|
permlink | re-cnts-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t154154960z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-18 15:41:54 |
last_update | 2017-11-18 15:41:54 |
depth | 2 |
children | 0 |
last_payout | 2017-11-25 15:41:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14 |
author_reputation | 34,229,826,851,736 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,788,121 |
net_rshares | 0 |
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?
author | empath |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t201852076z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-19 20:18:54 |
last_update | 2017-11-19 20:18:54 |
depth | 1 |
children | 7 |
last_payout | 2017-11-26 20:18:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 371 |
author_reputation | 3,923,131,359,945 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,912,481 |
net_rshares | 5,602,417,975 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
scipio | 0 | 5,602,417,975 | 11% |
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.
author | scipio |
---|---|
permlink | re-empath-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t231243841z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["freedom"],"app":"steemit/0.1"} |
created | 2017-11-19 23:12:42 |
last_update | 2017-11-19 23:12:42 |
depth | 2 |
children | 6 |
last_payout | 2017-11-26 23:12:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.060 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,817 |
author_reputation | 34,229,826,851,736 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,923,638 |
net_rshares | 29,291,998,067 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
empath | 0 | 29,291,998,067 | 100% |
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.
author | empath |
---|---|
permlink | re-scipio-re-empath-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t233947785z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-19 23:39:51 |
last_update | 2017-11-19 23:39:51 |
depth | 3 |
children | 5 |
last_payout | 2017-11-26 23:39:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 251 |
author_reputation | 3,923,131,359,945 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,925,110 |
net_rshares | 0 |
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.
author | greenbeans |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171127t174005109z |
category | utopian-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"} |
created | 2017-11-27 17:40:06 |
last_update | 2017-11-27 17:40:06 |
depth | 1 |
children | 0 |
last_payout | 2017-12-04 17:40:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,448 |
author_reputation | 162,761,152,372 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,695,163 |
net_rshares | 0 |
@scipio , thank you for sharing this post. I learned a lot from your blog! @hatimbenya
author | hatimbenya |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171117t185820185z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["scipio","hatimbenya"],"app":"steemit/0.1"} |
created | 2017-11-17 18:58:15 |
last_update | 2017-11-17 18:58:15 |
depth | 1 |
children | 0 |
last_payout | 2017-11-24 18:58:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 86 |
author_reputation | 20,045,593,486 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,707,686 |
net_rshares | -417,640,635,107 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
overkillcoin | 0 | -20,159,662,002 | -7% | ||
piem | 0 | -397,713,081,822 | -100% | ||
hatimbenya | 0 | 232,108,717 | 100% |
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.
author | jasonbu |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t131118140z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"busy","app":"busy/2.0.0"} |
created | 2017-11-18 13:11:18 |
last_update | 2017-11-18 13:11:18 |
depth | 1 |
children | 4 |
last_payout | 2017-11-25 13:11:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.098 HBD |
curator_payout_value | 0.302 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 286 |
author_reputation | 26,983,885,493,606 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,775,414 |
net_rshares | 624,976,397,265 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pharesim | 0 | 104,217,391,611 | 0.03% | ||
gavvet | 0 | 266,320,014,064 | 2% | ||
dragonslayer109 | 0 | 44,390,958,867 | 2% | ||
jacor | 0 | 4,827,177,376 | 2% | ||
crazymumzysa | 0 | 2,633,439,064 | 2% | ||
timsaid | 0 | 180,660,622,750 | 2% | ||
fred703 | 0 | 806,978,505 | 2% | ||
graviton | 0 | 649,198,200 | 2% | ||
ruthofisrael | 0 | 620,565,491 | 2% | ||
harferri | 0 | 96,022,690 | 2% | ||
mandela | 0 | 4,267,461,255 | 2% | ||
scipio | 0 | 15,486,567,392 | 31% |
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! ;-)
author | scipio |
---|---|
permlink | re-jasonbu-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t131710917z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-18 13:17:09 |
last_update | 2017-11-18 13:17:09 |
depth | 2 |
children | 3 |
last_payout | 2017-11-25 13:17:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.028 HBD |
curator_payout_value | 0.337 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 180 |
author_reputation | 34,229,826,851,736 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,775,853 |
net_rshares | 609,489,829,873 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pharesim | 0 | 104,217,391,611 | 0.03% | ||
gavvet | 0 | 266,320,014,064 | 2% | ||
dragonslayer109 | 0 | 44,390,958,867 | 2% | ||
jacor | 0 | 4,827,177,376 | 2% | ||
crazymumzysa | 0 | 2,633,439,064 | 2% | ||
timsaid | 0 | 180,660,622,750 | 2% | ||
fred703 | 0 | 806,978,505 | 2% | ||
graviton | 0 | 649,198,200 | 2% | ||
ruthofisrael | 0 | 620,565,491 | 2% | ||
harferri | 0 | 96,022,690 | 2% | ||
mandela | 0 | 4,267,461,255 | 2% |
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.
author | jasonbu |
---|---|
permlink | re-scipio-re-jasonbu-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t132233229z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"busy","app":"busy/2.0.0"} |
created | 2017-11-18 13:22:33 |
last_update | 2017-11-18 13:22:33 |
depth | 3 |
children | 1 |
last_payout | 2017-11-25 13:22:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.044 HBD |
curator_payout_value | 0.342 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 218 |
author_reputation | 26,983,885,493,606 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,776,281 |
net_rshares | 619,736,732,675 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pharesim | 0 | 104,217,391,611 | 0.03% | ||
gavvet | 0 | 266,320,014,064 | 2% | ||
dragonslayer109 | 0 | 44,390,958,867 | 2% | ||
jacor | 0 | 4,827,177,376 | 2% | ||
crazymumzysa | 0 | 2,633,439,064 | 2% | ||
timsaid | 0 | 180,660,622,750 | 2% | ||
fred703 | 0 | 806,978,505 | 2% | ||
graviton | 0 | 649,198,200 | 2% | ||
ruthofisrael | 0 | 620,565,491 | 2% | ||
mandela | 0 | 4,267,461,255 | 2% | ||
scipio | 0 | 10,342,925,492 | 21% |
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
author | othmane |
---|---|
permlink | re-scipio-re-jasonbu-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171202t214520625z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-12-02 21:45:57 |
last_update | 2017-12-02 21:45:57 |
depth | 3 |
children | 0 |
last_payout | 2017-12-09 21:45:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 130 |
author_reputation | 40,953,818,702 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,216,805 |
net_rshares | 0 |
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.
author | jesta | ||||||
---|---|---|---|---|---|---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t17494524z | ||||||
category | utopian-io | ||||||
json_metadata | {"app":"chainbb/0.4","namespace":false,"format":"markdown+html","tags":[]} | ||||||
created | 2017-11-18 22:49:03 | ||||||
last_update | 2017-11-18 22:49:03 | ||||||
depth | 1 | ||||||
children | 9 | ||||||
last_payout | 2017-11-25 22:49:03 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 1.651 HBD | ||||||
curator_payout_value | 0.523 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 469 | ||||||
author_reputation | 140,605,453,893,072 | ||||||
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 20,820,738 | ||||||
net_rshares | 1,107,703,019,876 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stellabelle | 0 | 760,697,146,180 | 26% | ||
ausbitbank | 0 | 164,294,579,652 | 1% | ||
cryptoninja | 0 | 593,926,245 | 7.8% | ||
warofcraft | 0 | 25,771,213,622 | 13% | ||
kylekidd | 0 | 0 | 100% | ||
donaldpatterson | 0 | 0 | 100% | ||
cnts | 0 | 103,338,661,029 | 100% | ||
scipio | 0 | 53,007,493,148 | 100% | ||
hexagon6 | 0 | 0 | 100% | ||
giovany479 | 0 | 0 | 100% |
spot on mate.. speaking volume here.. upVoted so as not missed! @cnts :]
author | cnts |
---|---|
permlink | re-jesta-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t17494524z-20171119t102244758z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["cnts"],"app":"steemit/0.1"} |
created | 2017-11-19 10:22:45 |
last_update | 2017-11-19 10:22:45 |
depth | 2 |
children | 0 |
last_payout | 2017-11-26 10:22:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 78 |
author_reputation | 24,120,815,122,862 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,862,345 |
net_rshares | 1,160,529,151 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
hanleytech | 0 | 1,160,529,151 | 100% | ||
zdra-zdra | 0 | 0 | 100% |
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?
author | scipio |
---|---|
permlink | re-jesta-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t17494524z-20171119t104401319z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["sneak"],"app":"steemit/0.1"} |
created | 2017-11-19 10:44:03 |
last_update | 2017-11-19 10:44:03 |
depth | 2 |
children | 6 |
last_payout | 2017-11-26 10:44:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 292 |
author_reputation | 34,229,826,851,736 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,863,846 |
net_rshares | 0 |
Have you considered applying the SVD calculation to speed up computation and basing your calculation on the top 90% of the eigenvalues?
author | boontjie |
---|---|
permlink | re-scipio-re-jesta-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t17494524z-20171119t201503244z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-19 20:15:06 |
last_update | 2017-11-19 20:15:06 |
depth | 3 |
children | 1 |
last_payout | 2017-11-26 20:15:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 135 |
author_reputation | 1,268,384,319,158 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,912,236 |
net_rshares | 0 |
Yup, @sneak is one of the guys on the Steem team.
author | jesta | ||||||
---|---|---|---|---|---|---|---|
permlink | re-scipio-re-jesta-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t17494524z-20171119t104401319z-20171119t143822348z | ||||||
category | utopian-io | ||||||
json_metadata | {"app":"chainbb/0.4","namespace":false,"format":"markdown+html","tags":[]} | ||||||
created | 2017-11-19 19:38:21 | ||||||
last_update | 2017-11-19 19:38:21 | ||||||
depth | 3 | ||||||
children | 0 | ||||||
last_payout | 2017-11-26 19:38:21 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 49 | ||||||
author_reputation | 140,605,453,893,072 | ||||||
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 20,909,446 | ||||||
net_rshares | 0 |
Yes, that'll be the one.
author | oaldamster |
---|---|
permlink | re-scipio-re-jesta-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t17494524z-20171119t124953984z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-19 12:49:57 |
last_update | 2017-11-19 12:49:57 |
depth | 3 |
children | 0 |
last_payout | 2017-11-26 12:49:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 24 |
author_reputation | 114,576,445,738,151 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,873,452 |
net_rshares | 0 |
@sneak is the CTO. And yeah, that's him
author | stellabelle |
---|---|
permlink | re-scipio-re-jesta-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t17494524z-20171119t145820938z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["sneak"],"app":"steemit/0.1"} |
created | 2017-11-19 14:58:21 |
last_update | 2017-11-19 14:58:21 |
depth | 3 |
children | 0 |
last_payout | 2017-11-26 14:58:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.065 HBD |
curator_payout_value | 0.021 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 39 |
author_reputation | 516,061,669,130,124 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,884,727 |
net_rshares | 39,013,669,459 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
datatreemap | 0 | 39,013,669,459 | 100% |
Hey, here's sneak's Twitter account in case you want to follow him: https://twitter.com/sneakdotberlin?lang=en
author | stellabelle |
---|---|
permlink | re-scipio-re-jesta-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t17494524z-20171119t145919872z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"links":["https://twitter.com/sneakdotberlin?lang=en"],"app":"steemit/0.1"} |
created | 2017-11-19 14:59:18 |
last_update | 2017-11-19 14:59:18 |
depth | 3 |
children | 0 |
last_payout | 2017-11-26 14:59:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 110 |
author_reputation | 516,061,669,130,124 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,884,831 |
net_rshares | 0 |
Yes it definitely would. It would solve a lot of problems.
author | stellabelle |
---|---|
permlink | re-jesta-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t17494524z-20171119t143600822z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-19 14:36:00 |
last_update | 2017-11-19 14:36:00 |
depth | 2 |
children | 0 |
last_payout | 2017-11-26 14:36:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 58 |
author_reputation | 516,061,669,130,124 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,882,591 |
net_rshares | 0 |
thanks for your information .
author | jonbee |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t182115372z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-19 18:20:09 |
last_update | 2017-11-19 18:20:09 |
depth | 1 |
children | 1 |
last_payout | 2017-11-26 18:20:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | -455,593,770,537 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,903,379 |
net_rshares | 0 |
You're welcome!
author | scipio |
---|---|
permlink | re-jonbee-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t192033194z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-19 19:20:33 |
last_update | 2017-11-19 19:20:33 |
depth | 2 |
children | 0 |
last_payout | 2017-11-26 19:20:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 15 |
author_reputation | 34,229,826,851,736 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,908,041 |
net_rshares | 0 |
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 :)
author | julienbh |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171117t175724089z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-17 17:57:24 |
last_update | 2017-11-17 17:57:24 |
depth | 1 |
children | 3 |
last_payout | 2017-11-24 17:57:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.088 HBD |
curator_payout_value | 0.029 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 262 |
author_reputation | 6,197,949,349,987 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,702,978 |
net_rshares | 55,915,065,073 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
scipio | 0 | 55,915,065,073 | 100% |
No, the follower graph includes **all Steem users**, minus bots / spam accounts. They can just be ignored from the follower graph.
author | scipio |
---|---|
permlink | re-julienbh-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171117t225944978z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-17 22:59:45 |
last_update | 2017-11-17 22:59:45 |
depth | 2 |
children | 2 |
last_payout | 2017-11-24 22:59:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.983 HBD |
curator_payout_value | 0.320 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 130 |
author_reputation | 34,229,826,851,736 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,723,469 |
net_rshares | 609,489,751,013 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pharesim | 0 | 104,217,312,751 | 0.03% | ||
gavvet | 0 | 266,320,014,064 | 2% | ||
dragonslayer109 | 0 | 44,390,958,867 | 2% | ||
jacor | 0 | 4,827,177,376 | 2% | ||
crazymumzysa | 0 | 2,633,439,064 | 2% | ||
timsaid | 0 | 180,660,622,750 | 2% | ||
fred703 | 0 | 806,978,505 | 2% | ||
graviton | 0 | 649,198,200 | 2% | ||
ruthofisrael | 0 | 620,565,491 | 2% | ||
harferri | 0 | 96,022,690 | 2% | ||
mandela | 0 | 4,267,461,255 | 2% |
That might be hard to scale no?
author | julienbh |
---|---|
permlink | re-scipio-re-julienbh-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171117t230104253z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"busy","app":"busy/2.0.0"} |
created | 2017-11-17 23:01:06 |
last_update | 2017-11-17 23:01:06 |
depth | 3 |
children | 1 |
last_payout | 2017-11-24 23:01:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.084 HBD |
curator_payout_value | 0.027 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 6,197,949,349,987 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,723,562 |
net_rshares | 53,334,369,762 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
scipio | 0 | 53,334,369,762 | 100% |
great statics
author | jyoti-thelight |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171122t054630622z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-22 05:46:30 |
last_update | 2017-11-22 05:46:30 |
depth | 1 |
children | 1 |
last_payout | 2017-11-29 05:46:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 7,221,979,730,301 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,168,125 |
net_rshares | 0 |
It's pretty flexible actually! ;-)
author | scipio |
---|---|
permlink | re-jyoti-thelight-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171122t101158547z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-22 10:11:57 |
last_update | 2017-11-22 10:11:57 |
depth | 2 |
children | 0 |
last_payout | 2017-11-29 10:11:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 34 |
author_reputation | 34,229,826,851,736 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,185,265 |
net_rshares | 0 |
Couldn't this result in smaller users being penalized unjustly?
author | kafkanarchy84 |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t104730541z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-18 10:47:30 |
last_update | 2017-11-18 10:47:30 |
depth | 1 |
children | 1 |
last_payout | 2017-11-25 10:47:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.089 HBD |
curator_payout_value | 0.029 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 63 |
author_reputation | 349,526,315,896,646 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,765,392 |
net_rshares | 54,202,985,874 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
scipio | 0 | 54,202,985,874 | 100% |
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.
author | scipio |
---|---|
permlink | re-kafkanarchy84-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t120742877z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-18 12:07:39 |
last_update | 2017-11-18 12:08:27 |
depth | 2 |
children | 0 |
last_payout | 2017-11-25 12:07:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.022 HBD |
curator_payout_value | 0.335 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 922 |
author_reputation | 34,229,826,851,736 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,770,768 |
net_rshares | 606,856,351,379 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pharesim | 0 | 104,217,352,181 | 0.03% | ||
gavvet | 0 | 266,320,014,064 | 2% | ||
dragonslayer109 | 0 | 44,390,958,867 | 2% | ||
jacor | 0 | 4,827,177,376 | 2% | ||
timsaid | 0 | 180,660,622,750 | 2% | ||
fred703 | 0 | 806,978,505 | 2% | ||
graviton | 0 | 649,198,200 | 2% | ||
ruthofisrael | 0 | 620,565,491 | 2% | ||
harferri | 0 | 96,022,690 | 2% | ||
mandela | 0 | 4,267,461,255 | 2% |
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.
author | lextenebris |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t204238945z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-19 20:42:39 |
last_update | 2017-11-19 20:42:39 |
depth | 1 |
children | 5 |
last_payout | 2017-11-26 20:42:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2,406 |
author_reputation | 19,924,980,499,611 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,914,147 |
net_rshares | 5,602,417,975 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
scipio | 0 | 5,602,417,975 | 11% |
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.
author | scipio |
---|---|
permlink | re-lextenebris-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t233211690z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-19 23:32:09 |
last_update | 2017-11-19 23:32:09 |
depth | 2 |
children | 4 |
last_payout | 2017-11-26 23:32:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,658 |
author_reputation | 34,229,826,851,736 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,924,714 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
freebornsociety | 0 | 0 | 49% |
> 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.
author | lextenebris |
---|---|
permlink | re-scipio-re-lextenebris-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t234259534z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-19 23:43:00 |
last_update | 2017-11-19 23:43:00 |
depth | 3 |
children | 3 |
last_payout | 2017-11-26 23:43:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2,719 |
author_reputation | 19,924,980,499,611 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,925,298 |
net_rshares | 0 |
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.
author | lukestokes |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171117t201320555z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["steamcleaners"],"app":"steemit/0.1"} |
created | 2017-11-17 20:13:21 |
last_update | 2017-11-17 20:13:21 |
depth | 1 |
children | 6 |
last_payout | 2017-11-24 20:13:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.375 HBD |
curator_payout_value | 0.121 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 740 |
author_reputation | 555,781,629,106,002 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,713,155 |
net_rshares | 232,344,881,680 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
techslut | 0 | 9,286,899,439 | 1% | ||
paulag | 0 | 165,926,639,197 | 20% | ||
littlejoeward | 0 | 3,268,770,052 | 100% | ||
vimukthi | 0 | 98,087,345 | 100% | ||
mdf-365 | 0 | 0 | 100% | ||
scipio | 0 | 53,764,485,647 | 100% |
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.
author | scipio |
---|---|
permlink | re-lukestokes-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171117t230206720z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-17 23:02:06 |
last_update | 2017-11-18 00:32:27 |
depth | 2 |
children | 0 |
last_payout | 2017-11-24 23:02:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.983 HBD |
curator_payout_value | 0.320 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 275 |
author_reputation | 34,229,826,851,736 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,723,623 |
net_rshares | 609,489,711,583 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pharesim | 0 | 104,217,273,321 | 0.03% | ||
gavvet | 0 | 266,320,014,064 | 2% | ||
dragonslayer109 | 0 | 44,390,958,867 | 2% | ||
jacor | 0 | 4,827,177,376 | 2% | ||
crazymumzysa | 0 | 2,633,439,064 | 2% | ||
timsaid | 0 | 180,660,622,750 | 2% | ||
fred703 | 0 | 806,978,505 | 2% | ||
graviton | 0 | 649,198,200 | 2% | ||
ruthofisrael | 0 | 620,565,491 | 2% | ||
harferri | 0 | 96,022,690 | 2% | ||
mandela | 0 | 4,267,461,255 | 2% |
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
author | vimukthi |
---|---|
permlink | re-lukestokes-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t171224678z |
category | utopian-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"} |
created | 2017-11-18 17:12:39 |
last_update | 2017-11-18 17:12:39 |
depth | 2 |
children | 4 |
last_payout | 2017-11-25 17:12:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.025 HBD |
curator_payout_value | 0.335 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 958 |
author_reputation | 497,858,425,316,545 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,796,351 |
net_rshares | 609,489,711,583 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pharesim | 0 | 104,217,273,321 | 0.03% | ||
gavvet | 0 | 266,320,014,064 | 2% | ||
dragonslayer109 | 0 | 44,390,958,867 | 2% | ||
jacor | 0 | 4,827,177,376 | 2% | ||
crazymumzysa | 0 | 2,633,439,064 | 2% | ||
timsaid | 0 | 180,660,622,750 | 2% | ||
fred703 | 0 | 806,978,505 | 2% | ||
graviton | 0 | 649,198,200 | 2% | ||
ruthofisrael | 0 | 620,565,491 | 2% | ||
harferri | 0 | 96,022,690 | 2% | ||
mandela | 0 | 4,267,461,255 | 2% | ||
creativista | 0 | 0 | 100% |
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.)**
author | scipio |
---|---|
permlink | re-vimukthi-re-lukestokes-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t202557572z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["vimukthi"],"app":"steemit/0.1"} |
created | 2017-11-18 20:25:57 |
last_update | 2017-11-18 20:28:12 |
depth | 3 |
children | 3 |
last_payout | 2017-11-25 20:25:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 930 |
author_reputation | 34,229,826,851,736 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,811,443 |
net_rshares | 0 |
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...
author | meno |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171117t175729423z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-17 17:57:33 |
last_update | 2017-11-17 17:57:33 |
depth | 1 |
children | 4 |
last_payout | 2017-11-24 17:57:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.087 HBD |
curator_payout_value | 0.028 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 189 |
author_reputation | 520,434,563,364,145 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,702,994 |
net_rshares | 55,054,833,303 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
scipio | 0 | 55,054,833,303 | 100% |
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! :-)
author | scipio |
---|---|
permlink | re-meno-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171117t230035865z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-17 23:00:36 |
last_update | 2017-11-18 16:33:24 |
depth | 2 |
children | 3 |
last_payout | 2017-11-24 23:00:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 200 |
author_reputation | 34,229,826,851,736 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,723,530 |
net_rshares | 5,169,282,359 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
meno | 0 | 5,169,282,359 | 9% |
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.
author | meno |
---|---|
permlink | re-scipio-re-meno-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t142644962z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-19 14:26:45 |
last_update | 2017-11-19 14:26:45 |
depth | 3 |
children | 2 |
last_payout | 2017-11-26 14:26:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.016 HBD |
curator_payout_value | 0.005 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 129 |
author_reputation | 520,434,563,364,145 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,881,717 |
net_rshares | 10,782,648,910 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
scipio | 0 | 10,782,648,910 | 16% |
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>
author | monitorcap |
---|---|
permlink | re-monitorcap-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t225656z |
category | utopian-io |
json_metadata | "{"app": "steemit / 0.1", "tags": []}" |
created | 2017-11-18 22:57:03 |
last_update | 2017-11-18 22:57:03 |
depth | 1 |
children | 0 |
last_payout | 2017-11-25 22:57:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 269 |
author_reputation | -900,597,904,319 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,821,177 |
net_rshares | 0 |
author | moorkedi |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171201t225126646z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"busy","app":"busy/2.1.0"} |
created | 2017-12-01 22:51:36 |
last_update | 2017-12-01 22:51:36 |
depth | 1 |
children | 0 |
last_payout | 2017-12-08 22:51:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.408 HBD |
curator_payout_value | 0.136 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 44 |
author_reputation | 4,354,280,945,178 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,133,552 |
net_rshares | 164,791,735,880 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kuvo | 0 | -10,748,965,000 | -80% | ||
utopy | 0 | 175,540,700,880 | 100% |
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.
author | ned |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20180624t164400958z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-06-24 16:44:00 |
last_update | 2018-06-24 16:50:18 |
depth | 1 |
children | 4 |
last_payout | 2018-07-01 16:44:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,028 |
author_reputation | 94,449,026,656,258 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 0.000 HBD |
percent_hbd | 10,000 |
post_id | 62,069,891 |
net_rshares | 304,581,689,574 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
techslut | 0 | 304,414,110,124 | 100% | ||
chrisrice | 0 | 167,579,450 | 100% |
@scipio do you code ?
author | ned |
---|---|
permlink | re-ned-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20180624t164633376z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["scipio"],"app":"steemit/0.1"} |
created | 2018-06-24 16:46:33 |
last_update | 2018-06-24 16:46:33 |
depth | 2 |
children | 3 |
last_payout | 2018-07-01 16:46:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 21 |
author_reputation | 94,449,026,656,258 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 0.000 HBD |
percent_hbd | 10,000 |
post_id | 62,070,191 |
net_rshares | 0 |
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 ;-) .
author | scipio |
---|---|
permlink | re-ned-re-ned-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20180624t175334353z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-06-24 17:53:33 |
last_update | 2018-06-24 17:53:33 |
depth | 3 |
children | 2 |
last_payout | 2018-07-01 17:53:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.157 HBD |
curator_payout_value | 0.050 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 151 |
author_reputation | 34,229,826,851,736 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 62,078,263 |
net_rshares | 103,746,584,070 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ghasemkiani | 0 | 89,411,304,717 | 10% | ||
helo | 0 | 14,335,279,353 | 100% |
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
author | novacadian |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20180624t132024916z |
category | utopian-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"} |
created | 2018-06-24 13:20:24 |
last_update | 2018-06-24 13:21:18 |
depth | 1 |
children | 0 |
last_payout | 2018-07-01 13:20:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 404 |
author_reputation | 26,904,969,041,835 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 62,044,836 |
net_rshares | 0 |
Sounds so Techy but seems like some way out.
author | oluwoleolaide |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171117t175421148z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-17 17:54:24 |
last_update | 2017-11-17 17:54:24 |
depth | 1 |
children | 1 |
last_payout | 2017-11-24 17:54:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.083 HBD |
curator_payout_value | 0.027 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 44 |
author_reputation | 113,793,841,740,896 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,702,713 |
net_rshares | 52,482,256,164 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
scipio | 0 | 52,482,256,164 | 100% |
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**.
author | scipio |
---|---|
permlink | re-oluwoleolaide-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t123159836z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-18 12:31:57 |
last_update | 2017-11-18 12:32:30 |
depth | 2 |
children | 0 |
last_payout | 2017-11-25 12:31:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 381 |
author_reputation | 34,229,826,851,736 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,772,547 |
net_rshares | 0 |
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
author | othmane |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171202t001505410z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-12-02 00:15:18 |
last_update | 2017-12-02 00:15:18 |
depth | 1 |
children | 0 |
last_payout | 2017-12-09 00:15:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 151 |
author_reputation | 40,953,818,702 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,137,503 |
net_rshares | 1,110,043,923 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
othmane | 0 | 1,110,043,923 | 100% |
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
author | othmane |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171202t001731731z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-12-02 00:18:00 |
last_update | 2017-12-02 00:18:00 |
depth | 1 |
children | 0 |
last_payout | 2017-12-09 00:18:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 151 |
author_reputation | 40,953,818,702 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,137,624 |
net_rshares | 1,134,711,566 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
othmane | 0 | 1,134,711,566 | 100% |
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
author | othmane |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171202t214438392z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-12-02 21:45:15 |
last_update | 2017-12-02 21:45:15 |
depth | 1 |
children | 0 |
last_payout | 2017-12-09 21:45:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 130 |
author_reputation | 40,953,818,702 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,216,768 |
net_rshares | 0 |
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
author | othmane |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171202t214647334z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-12-02 21:47:21 |
last_update | 2017-12-02 21:47:21 |
depth | 1 |
children | 0 |
last_payout | 2017-12-09 21:47:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 130 |
author_reputation | 40,953,818,702 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,216,884 |
net_rshares | 0 |
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!
author | pastbastard |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t145305741z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-19 14:53:06 |
last_update | 2017-11-19 14:53:06 |
depth | 1 |
children | 1 |
last_payout | 2017-11-26 14:53:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.095 HBD |
curator_payout_value | 0.030 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 173 |
author_reputation | 1,306,345,703,844 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,884,239 |
net_rshares | 56,082,548,156 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kkugel2 | 0 | 95,948,368 | 100% | ||
pastbastard | 0 | 6,857,703,700 | 100% | ||
scipio | 0 | 49,128,896,088 | 100% |
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.**
author | scipio |
---|---|
permlink | re-pastbastard-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t191716927z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-19 19:17:15 |
last_update | 2017-11-19 19:18:06 |
depth | 2 |
children | 0 |
last_payout | 2017-11-26 19:17:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 360 |
author_reputation | 34,229,826,851,736 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,907,759 |
net_rshares | 8,170,881,004 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pastbastard | 0 | 8,170,881,004 | 100% |
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
author | paulag |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t100747144z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-18 10:07:42 |
last_update | 2017-11-18 10:07:42 |
depth | 1 |
children | 4 |
last_payout | 2017-11-25 10:07:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.251 HBD |
curator_payout_value | 0.080 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 164 |
author_reputation | 274,264,287,951,003 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,762,758 |
net_rshares | 150,027,694,697 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
aggroed | 0 | 93,743,401,546 | 100% | ||
masscollective | 0 | 790,759,994 | 100% | ||
scipio | 0 | 55,493,533,157 | 100% |
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!
author | scipio |
---|---|
permlink | re-paulag-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t115048606z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-18 11:50:45 |
last_update | 2017-11-18 16:32:27 |
depth | 2 |
children | 2 |
last_payout | 2017-11-25 11:50:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 173 |
author_reputation | 34,229,826,851,736 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,769,468 |
net_rshares | 0 |
I love when I make new friends, steemit is awesome for that anyway!
author | paulag |
---|---|
permlink | re-scipio-re-paulag-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t172835739z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-18 17:28:30 |
last_update | 2017-11-18 17:28:30 |
depth | 3 |
children | 1 |
last_payout | 2017-11-25 17:28:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 274,264,287,951,003 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,797,769 |
net_rshares | 0 |
Likewise. It's good to see we are all on the same page about this.
author | stellabelle |
---|---|
permlink | re-paulag-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t143725183z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-19 14:37:24 |
last_update | 2017-11-19 14:37:24 |
depth | 2 |
children | 0 |
last_payout | 2017-11-26 14:37:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 66 |
author_reputation | 516,061,669,130,124 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,882,725 |
net_rshares | 0 |
It's a great post for everyone.
author | pingo |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t023101670z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-19 02:31:15 |
last_update | 2017-11-19 02:31:15 |
depth | 1 |
children | 1 |
last_payout | 2017-11-26 02:31:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | -63,332,818,958 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,833,229 |
net_rshares | 0 |
That's actually a nice song title. Care to join me in a band?
author | scipio |
---|---|
permlink | re-pingo-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t191911019z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-19 19:19:09 |
last_update | 2017-11-19 19:19:09 |
depth | 2 |
children | 0 |
last_payout | 2017-11-26 19:19:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 61 |
author_reputation | 34,229,826,851,736 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,907,927 |
net_rshares | 0 |
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.
author | poias |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t010556236z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-19 04:25:00 |
last_update | 2017-11-19 04:27:12 |
depth | 1 |
children | 1 |
last_payout | 2017-11-26 04:25:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 366 |
author_reputation | 253,710,928,214 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,839,540 |
net_rshares | 0 |
Your conclusion, last sentense, seems correct
author | scipio |
---|---|
permlink | re-poias-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t192010630z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-19 19:20:09 |
last_update | 2017-11-19 19:20:09 |
depth | 2 |
children | 0 |
last_payout | 2017-11-26 19:20:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 45 |
author_reputation | 34,229,826,851,736 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,908,014 |
net_rshares | 1,880,510,708 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
poias | 0 | 1,880,510,708 | 100% |
This sounds really good. . Wish I was programming savvy enough to understand but it seems like you know your shit! :)
author | rawdawg |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171120t062846330z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-20 06:18:39 |
last_update | 2017-11-20 06:18:39 |
depth | 1 |
children | 1 |
last_payout | 2017-11-27 06:18:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.018 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 117 |
author_reputation | 10,066,123,378,894 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,948,717 |
net_rshares | 10,782,648,910 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
scipio | 0 | 10,782,648,910 | 16% |
Cool avatar! And thx for the compliment!
author | scipio |
---|---|
permlink | re-rawdawg-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171121t154849464z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-21 15:48:51 |
last_update | 2017-11-21 15:48:51 |
depth | 2 |
children | 0 |
last_payout | 2017-11-28 15:48:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 40 |
author_reputation | 34,229,826,851,736 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,102,636 |
net_rshares | 0 |
Auto-elimination of the scammers/spammers would be the single greatest innovation here, IMHO.
author | rawdawg |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171120t063125523z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-20 06:21:21 |
last_update | 2017-11-20 06:21:21 |
depth | 1 |
children | 1 |
last_payout | 2017-11-27 06:21:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 93 |
author_reputation | 10,066,123,378,894 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,948,907 |
net_rshares | 0 |
It's not meant as a stand-alone tool, but to be combined / extended with other metrics
author | scipio |
---|---|
permlink | re-rawdawg-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171121t154922874z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-21 15:49:21 |
last_update | 2017-11-21 15:49:21 |
depth | 2 |
children | 0 |
last_payout | 2017-11-28 15:49:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 86 |
author_reputation | 34,229,826,851,736 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,102,697 |
net_rshares | 583,674,296 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rawdawg | 0 | 583,674,296 | 100% |
ok now I'm thoroughly confused, lo9l! but thanks for taking the time to write this blog.
author | rondellrandall |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171117t181347653z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-17 18:14:03 |
last_update | 2017-11-17 18:14:03 |
depth | 1 |
children | 1 |
last_payout | 2017-11-24 18:14:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.978 HBD |
curator_payout_value | 0.320 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 88 |
author_reputation | 13,175,032,253 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,704,324 |
net_rshares | 604,683,665,353 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pharesim | 0 | 104,217,431,041 | 0.03% | ||
gavvet | 0 | 266,320,014,064 | 2% | ||
dragonslayer109 | 0 | 44,390,958,867 | 2% | ||
jacor | 0 | 4,827,177,376 | 2% | ||
timsaid | 0 | 180,660,622,750 | 2% | ||
mandela | 0 | 4,267,461,255 | 2% |
Still confused? You can ask questions if you want, I'm happy to respond!
author | scipio |
---|---|
permlink | re-rondellrandall-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171121t154400918z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-21 15:44:00 |
last_update | 2017-11-21 15:44:00 |
depth | 2 |
children | 0 |
last_payout | 2017-11-28 15:44:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 72 |
author_reputation | 34,229,826,851,736 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,102,070 |
net_rshares | 1,096,708,681 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rondellrandall | 0 | 1,096,708,681 | 100% |
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)
author | ruah |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t090803329z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2017-11-17 17:10:15 |
last_update | 2017-11-17 17:10:15 |
depth | 1 |
children | 0 |
last_payout | 2017-11-24 17:10:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 172 |
author_reputation | 55,491,574,280,489 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,698,772 |
net_rshares | 0 |
Very nice bro Great post Vary helpful to me
author | shakib |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t141051766z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-18 14:11:00 |
last_update | 2017-11-18 14:11:00 |
depth | 1 |
children | 1 |
last_payout | 2017-11-25 14:11:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 45 |
author_reputation | 3,629,044,149 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,780,024 |
net_rshares | 765,958,569 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
shakib | 0 | 765,958,569 | 100% |
Ok cool. But, how is it helpful to you then? Can you explain that to me, please?
author | scipio |
---|---|
permlink | re-shakib-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t145833055z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-18 14:58:33 |
last_update | 2017-11-18 14:58:33 |
depth | 2 |
children | 0 |
last_payout | 2017-11-25 14:58:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 80 |
author_reputation | 34,229,826,851,736 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,784,261 |
net_rshares | 0 |
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!
author | spectrums |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171122t044450106z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-22 04:44:48 |
last_update | 2017-11-22 04:44:48 |
depth | 1 |
children | 1 |
last_payout | 2017-11-29 04:44:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 199 |
author_reputation | 2,576,703,653,148 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,164,070 |
net_rshares | 0 |
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)
author | scipio |
---|---|
permlink | re-spectrums-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171122t101134621z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"links":["https://steemit.com/utopian-io/@scipio/userauthority-ua-explanations-applications-and-implications"],"app":"steemit/0.1"} |
created | 2017-11-22 10:11:33 |
last_update | 2017-11-22 10:11:33 |
depth | 2 |
children | 0 |
last_payout | 2017-11-29 10:11:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 229 |
author_reputation | 34,229,826,851,736 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 21,185,237 |
net_rshares | 2,187,725,479 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
spectrums | 0 | 2,187,725,479 | 100% |
New users, myself included, who have little/no userauthority, will be equated to the bots - is my understanding of your proposal correct?
author | steemulator |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t103224639z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-18 10:32:18 |
last_update | 2017-11-18 10:32:18 |
depth | 1 |
children | 3 |
last_payout | 2017-11-25 10:32:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.129 HBD |
curator_payout_value | 0.030 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 137 |
author_reputation | 951,706,317,305 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,764,437 |
net_rshares | 71,968,870,614 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kafkanarchy84 | 0 | 14,634,315,645 | 3% | ||
scipio | 0 | 56,353,898,012 | 100% | ||
lextenebris | 0 | 980,656,957 | 100% |
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.
author | scipio |
---|---|
permlink | re-steemulator-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t114902456z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-18 11:49:00 |
last_update | 2017-11-18 12:05:36 |
depth | 2 |
children | 2 |
last_payout | 2017-11-25 11:49:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.023 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 881 |
author_reputation | 34,229,826,851,736 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,769,347 |
net_rshares | 14,492,073,302 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steemulator | 0 | 14,492,073,302 | 100% |
Thank you for explaining this! I know I am not a bot, let's hope Steemit will also know it : D
author | steemulator |
---|---|
permlink | re-scipio-re-steemulator-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t125518209z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-18 12:55:18 |
last_update | 2017-11-18 12:55:18 |
depth | 3 |
children | 1 |
last_payout | 2017-11-25 12:55:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.029 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 94 |
author_reputation | 951,706,317,305 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,774,213 |
net_rshares | 15,486,567,392 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
scipio | 0 | 15,486,567,392 | 31% |
Let's do this. I had time to read this several times, I see how it needs to be done.
author | stellabelle |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t142358175z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-19 14:23:57 |
last_update | 2017-11-19 14:23:57 |
depth | 1 |
children | 3 |
last_payout | 2017-11-26 14:23:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.172 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 84 |
author_reputation | 516,061,669,130,124 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,881,472 |
net_rshares | 81,929,580,139 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stellabelle | 0 | 31,695,714,424 | 1% | ||
scientes | 0 | 674,014,398 | 100% | ||
scipio | 0 | 49,559,851,317 | 100% |
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.
author | scipio |
---|---|
permlink | re-stellabelle-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t143112029z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-19 14:31:12 |
last_update | 2017-11-19 14:33:15 |
depth | 2 |
children | 2 |
last_payout | 2017-11-26 14:31:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 270 |
author_reputation | 34,229,826,851,736 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,882,131 |
net_rshares | 0 |
Looks like your my boss now?
author | stellabelle |
---|---|
permlink | re-scipio-re-stellabelle-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t145958222z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-19 14:59:57 |
last_update | 2017-11-19 14:59:57 |
depth | 3 |
children | 1 |
last_payout | 2017-11-26 14:59:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.084 HBD |
curator_payout_value | 0.027 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 28 |
author_reputation | 516,061,669,130,124 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,884,881 |
net_rshares | 49,990,806,546 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
scipio | 0 | 49,990,806,546 | 100% |
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).
author | techslut |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171117t171205000z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-17 17:12:06 |
last_update | 2017-11-17 17:12:06 |
depth | 1 |
children | 14 |
last_payout | 2017-11-24 17:12:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 246 |
author_reputation | 111,778,832,002,739 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,698,935 |
net_rshares | -4,434,821,503,199 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
berniesanders | 0 | -14,794,921,877 | -10% | ||
nextgencrypto | 0 | -556,057,804,829 | -10% | ||
ozmaster | 0 | -1,317,979,214 | -10% | ||
danknugs | 0 | -85,896,014,466 | -10% | ||
steemservices | 0 | -88,050,550,641 | -10% | ||
sativa | 0 | -273,440,686 | -10% | ||
indica | 0 | -392,411,858 | -10% | ||
liquidity | 0 | -391,691,448 | -10% | ||
the.bot | 0 | -391,687,552 | -10% | ||
ozchartart | 0 | -18,950,658,537 | -10% | ||
thebotkiller | 0 | -65,649,855,554 | -10% | ||
theconnoisseur | 0 | -391,691,452 | -10% | ||
thecurator | 0 | -391,691,445 | -10% | ||
thecyclist | 0 | -1,124,716,099,620 | -10% | ||
illbeyourfriend | 0 | -2,689,109,689 | -10% | ||
engagement | 0 | -1,925,788,674,316 | -10% | ||
steemizen | 0 | -4,090,257,540 | -10% | ||
iflagtrash | 0 | -232,745,167,406 | -10% | ||
theyeti | 0 | -58,821,936,579 | -10% | ||
thedumpster | 0 | -9,382,466,190 | -10% | ||
yougotflagged | 0 | -78,345,187,965 | -10% | ||
randomthoughts | 0 | -100,397,685,420 | -10% | ||
thedelegator | 0 | -60,147,656,455 | -10% | ||
littlejoeward | 0 | 3,146,573,040 | 100% | ||
thesloth | 0 | -1,036,526,302 | -10% | ||
nogalert | 0 | -1,510,000,038 | -10% | ||
ghettodweller | 0 | -4,712,379,850 | -10% | ||
chiefcrappster | 0 | -634,529,310 | -10% |
The number of accounts voting for witnesses is irrelevant. What matters is the stake (aka "Steem Power") behind the votes.
author | onthewayout |
---|---|
permlink | re-techslut-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t041041567z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2017-11-18 04:10:42 |
last_update | 2017-11-18 04:10:42 |
depth | 2 |
children | 13 |
last_payout | 2017-11-25 04:10:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.113 HBD |
curator_payout_value | 0.037 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 122 |
author_reputation | 13,205,527,560,619 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,740,441 |
net_rshares | 70,150,207,153 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
onthewayout | 0 | 70,150,207,153 | 25% |
Again, UA is fat better at predicting witness quality as well.
author | scipio |
---|---|
permlink | re-onthewayout-re-techslut-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t115203586z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-18 11:52:00 |
last_update | 2017-11-18 11:52:00 |
depth | 3 |
children | 0 |
last_payout | 2017-11-25 11:52:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 62 |
author_reputation | 34,229,826,851,736 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,769,549 |
net_rshares | 0 |
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?
author | techslut |
---|---|
permlink | re-onthewayout-re-techslut-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t095802358z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-18 09:58:03 |
last_update | 2017-11-18 09:58:03 |
depth | 3 |
children | 11 |
last_payout | 2017-11-25 09:58:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.364 HBD |
curator_payout_value | 0.116 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 138 |
author_reputation | 111,778,832,002,739 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,762,091 |
net_rshares | 216,687,759,755 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
pharesim | 0 | 104,217,431,041 | 0.03% | ||
gavvet | 0 | 266,320,014,064 | 2% | ||
dragonslayer109 | 0 | 44,390,958,867 | 2% | ||
jacor | 0 | 4,827,177,376 | 2% | ||
crazymumzysa | 0 | 2,633,439,064 | 2% | ||
timsaid | 0 | 180,660,622,750 | 2% | ||
fred703 | 0 | 806,978,505 | 2% | ||
graviton | 0 | 649,198,200 | 2% | ||
ruthofisrael | 0 | 620,565,491 | 2% | ||
harferri | 0 | 96,022,690 | 2% | ||
mandela | 0 | 4,267,461,255 | 2% | ||
hendrix22 | 0 | -392,802,109,548 | -100% |
### 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**
author | utopian-io |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t180730617z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2017-11-18 18:07:30 |
last_update | 2017-11-18 18:07:30 |
depth | 1 |
children | 1 |
last_payout | 2017-11-25 18:07:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.085 HBD |
curator_payout_value | 0.027 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 609 |
author_reputation | 152,955,367,999,756 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,801,031 |
net_rshares | 50,852,717,004 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
scipio | 0 | 50,852,717,004 | 100% |
Thank you Utopian-io! `Bleep! Bleep!`
author | scipio |
---|---|
permlink | re-utopian-io-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171118t184150151z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-18 18:41:48 |
last_update | 2017-11-18 18:41:48 |
depth | 2 |
children | 0 |
last_payout | 2017-11-25 18:41:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 37 |
author_reputation | 34,229,826,851,736 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,803,790 |
net_rshares | 0 |
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
author | vikasjaat |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171223t214927355z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"links":["https://t.me/Vikas_Jaat"],"app":"steemit/0.1"} |
created | 2017-12-23 21:49:30 |
last_update | 2017-12-23 21:49:30 |
depth | 1 |
children | 0 |
last_payout | 2017-12-30 21:49:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 200 |
author_reputation | 167,288,028,053 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 24,922,037 |
net_rshares | 0 |
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!!!
author | windrockswater |
---|---|
permlink | re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t144444719z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-19 14:44:54 |
last_update | 2017-11-19 14:44:54 |
depth | 1 |
children | 3 |
last_payout | 2017-11-26 14:44:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.193 HBD |
curator_payout_value | 0.058 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 229 |
author_reputation | 429,873,480,185 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,883,437 |
net_rshares | 111,653,213,764 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
windrockswater | 0 | 274,506,072 | 100% | ||
tt-dogg | 0 | 61,818,856,375 | 100% | ||
scipio | 0 | 49,559,851,317 | 100% |
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! ;-) )
author | scipio |
---|---|
permlink | re-windrockswater-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t170839648z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-19 17:08:39 |
last_update | 2017-11-19 17:08:39 |
depth | 2 |
children | 2 |
last_payout | 2017-11-26 17:08:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 708 |
author_reputation | 34,229,826,851,736 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,897,097 |
net_rshares | 241,729,228 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
windrockswater | 0 | 241,729,228 | 100% |
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.
author | windrockswater |
---|---|
permlink | re-scipio-re-windrockswater-re-scipio-how-to-solve-spam-on-steem-introducing-userauthority-20171119t171435870z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2017-11-19 17:14:45 |
last_update | 2017-11-19 17:14:45 |
depth | 3 |
children | 1 |
last_payout | 2017-11-26 17:14:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.198 HBD |
curator_payout_value | 0.064 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 188 |
author_reputation | 429,873,480,185 |
root_title | "How-to solve SPAM and Democratize Steem: Introducing UserAuthority" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 20,897,745 |
net_rshares | 117,357,294,082 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
windrockswater | 0 | 172,078,433 | 100% | ||
tt-dogg | 0 | 67,194,409,103 | 100% | ||
scipio | 0 | 49,990,806,546 | 100% |