I have heard a couple of times that "view counts" should be parallel with the post rewards. Some whales actually downvote posts because of that. However, on a decentralized blockchain, view count value is a **misleading** information. #### Why view count is not a good metric *** It's bounded to Steemit. Steemit is not the only interface, people use other interfaces, too. We have Busy, condenser forks, Utopian, Dmania, Dlive, Dtube etc... If the user doesn't use Steemit, view count stays same since this is a simple counter implemented on Steemit.com, not the blockchain itself. #### It's very easy to boost the view count *** With a small reverse-engineering on the Steemit APIs, you can actually boost the view count very easily. Here is an evil tool - I have come up in the past while I was trying to learn how view counts work. <img src="https://i.hizliresim.com/1JGPjA.png"> ```python import requests, re from urllib.parse import urlparse import concurrent.futures def boost_view(post_url): parsed_url = urlparse(post_url) session = requests.session() session.headers.update({ 'accept': 'application/json', 'Accept-Encoding': 'gzip, deflate, br', 'Accept-Language': 'en-US,en;q=0.8', 'Connection': 'keep-alive', 'content-type': 'text/plain;charset=UTF-8', 'Host': 'steemit.com', 'Origin': 'https://steemit.com' }) r = session.get("https://steemit.com") token = re.findall(b'"csrf":"(.*?)",', r.content)[0] r = session.post( 'https://steemit.com/api/v1/page_view', json={"page": parsed_url.path, "csrf": token.decode("utf8")} ) resp = r.json()["views"] print(resp) return resp URL = "steemit_post_url" with concurrent.futures.ProcessPoolExecutor(max_workers=4) as executor: for i in range(5000): executor.submit(boost_view, URL) executor.shutdown(wait=True) ``` *** To prove the concept, I will boost this post's view count to the moon. If whales think that rewards should be in direct proportion to the rewards, I should get huge upvotes as a result, right? :)
author | emrebeyler |
---|---|
permlink | view-count-on-steemit-posts-is-it-really-important |
category | steemit |
json_metadata | {"community":"busy","app":"busy/2.3.0","format":"markdown","users":["emrebeyler"],"image":["https://steemitimages.com/0x0/https://i.hizliresim.com/1JGPjA.png"],"tags":["steemit","steem","python","sndbox"]} |
created | 2018-02-15 10:52:21 |
last_update | 2018-02-15 10:56:09 |
depth | 0 |
children | 21 |
last_payout | 2018-02-22 10:52:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 30.232 HBD |
curator_payout_value | 7.818 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 2,115 |
author_reputation | 448,535,049,068,622 |
root_title | "View count on Steemit posts - Is it really important?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 37,716,071 |
net_rshares | 5,572,893,015,277 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
ausbitbank | 0 | 164,865,089,046 | 1% | ||
lgm-1 | 0 | 2,296,992,625 | 25% | ||
mindfreak | 0 | 21,328,633,465 | 12.5% | ||
themanualbot | 0 | 10,487,642,371 | 10% | ||
jyezie | 0 | 4,381,965,930 | 100% | ||
sambillingham | 0 | 45,785,070,068 | 30% | ||
hansikhouse | 0 | 111,705,044,943 | 12.5% | ||
voronoi | 0 | 199,993,378,482 | 25% | ||
oleg326756 | 0 | 251,889,621 | 0.5% | ||
teamhumble | 0 | 2,927,996,884 | 6% | ||
alfarisi | 0 | 139,299,681 | 25% | ||
elizacheng | 0 | 849,138,178 | 5% | ||
damla | 0 | 6,771,428,579 | 20% | ||
erb | 0 | 9,539,457,338 | 25% | ||
oendertuerk | 0 | 34,932,773,694 | 20% | ||
scrooger | 0 | 95,424,022 | 0.66% | ||
dbzfan4awhile | 0 | 2,984,803,078 | 3.75% | ||
shellyduncan | 0 | 202,619,775 | 0.1% | ||
coquiunlimited | 0 | 300,953,988 | 2.5% | ||
slefesteem | 0 | 64,285,470 | 7.5% | ||
crimsonclad | 0 | 11,977,242,618 | 5% | ||
lastozgur | 0 | 4,680,155,019 | 100% | ||
tngflx | 0 | 287,274,695 | 100% | ||
sndbox | 0 | 4,451,565,264,543 | 25% | ||
sunstellar | 0 | 603,541,873 | 25% | ||
leotrap | 0 | 4,803,839,959 | 12.5% | ||
nettybot | 0 | 10,011,780,255 | 20% | ||
matrixonsteem | 0 | 483,950,897 | 100% | ||
steemliberator | 0 | 586,807,313 | 100% | ||
theleapingkoala | 0 | 83,053,543 | 0.5% | ||
bleyker | 0 | 107,392,643 | 25% | ||
jorgegp | 0 | 169,904,298 | 0.06% | ||
msp3k | 0 | 2,762,014,419 | 100% | ||
witnessstats | 0 | 483,671,830 | 100% | ||
shawkr13 | 0 | 220,763,435 | 1.2% | ||
boontjie | 0 | 9,105,417,388 | 100% | ||
crokkon | 0 | 13,612,150,106 | 50% | ||
espoem | 0 | 32,675,784,401 | 70% | ||
superdavey | 0 | 104,256,206 | 0.04% | ||
playitforward | 0 | 5,292,101,927 | 7.5% | ||
tach | 0 | 26,493,724,800 | 70% | ||
gold84 | 0 | 2,046,441,301 | 8% | ||
mrblinddraw | 0 | 3,596,140,333 | 7.5% | ||
animagic | 0 | 297,352,458 | 25% | ||
r2steem2 | 0 | 497,483,124 | 100% | ||
qurator | 0 | 80,213,742,728 | 2% | ||
steemcreate | 0 | 506,095,357 | 100% | ||
omersurer | 0 | 3,130,918,701 | 10% | ||
idlebright | 0 | 751,289,787 | 12.5% | ||
tarikhakan55 | 0 | 13,923,469,655 | 50% | ||
favcau | 0 | 30,729,315,629 | 100% | ||
emrebeyler | 0 | 90,754,029,000 | 100% | ||
halleyleow | 0 | 534,196,082 | 30% | ||
zoltarian | 0 | 64,428,110,901 | 100% | ||
turbot | 0 | 4,742,408,474 | 82% | ||
rdvn | 0 | 7,616,821,375 | 100% | ||
shaff.aff | 0 | 110,794,265 | 25% | ||
jeffbernst | 0 | 2,428,773,729 | 25% | ||
evilest-fiend | 0 | 1,196,329,316 | 50% | ||
skycae | 0 | 336,827,240 | 0.1% | ||
thashadowbrokers | 0 | 60,444,956 | 100% | ||
qustodian | 0 | 18,252,233,482 | 5.9% | ||
gokos | 0 | 458,568,366 | 82% | ||
omeratagun | 0 | 4,344,760,918 | 5% | ||
muhammetcan | 0 | 529,175,200 | 95% | ||
aydant | 0 | 595,321,340 | 100% | ||
intelligencer | 0 | 18,391,808,717 | 100% | ||
bibekstha75 | 0 | 52,201,773 | 10% | ||
brotato | 0 | 282,503,750 | 100% | ||
pizaz | 0 | 282,041,562 | 100% | ||
triplethreat | 0 | 60,412,029 | 100% | ||
dootdoot | 0 | 50,201,672 | 100% | ||
wewt | 0 | 5,557,460,471 | 20% | ||
conflaxus | 0 | 60,381,863 | 100% | ||
tittilatey | 0 | 60,432,100 | 100% | ||
cajun | 0 | 282,435,540 | 100% | ||
coonass | 0 | 282,156,357 | 100% | ||
squirrelnuts | 0 | 282,069,711 | 100% | ||
ewq | 0 | 198,944,616 | 6% | ||
steemdevs | 0 | 281,961,025 | 100% | ||
jeezy | 0 | 60,356,063 | 100% | ||
test.with.dots | 0 | 60,357,248 | 100% | ||
pi-pi | 0 | 60,326,857 | 100% | ||
listentosteem | 0 | 60,323,603 | 100% | ||
ihh | 0 | 184,243,707 | 25% | ||
thornaci | 0 | 3,047,361,148 | 100% | ||
gravy | 0 | 60,305,692 | 100% | ||
infoairdrops | 0 | 467,293,600 | 100% | ||
yucealiosman | 0 | 541,076,800 | 96% | ||
onursa | 0 | 491,888,000 | 88% | ||
dreamsss | 0 | 450,014,694 | 100% | ||
tanishqyeverma | 0 | 377,209,360 | 100% | ||
oguzhangazi | 0 | 2,628,996,579 | 100% | ||
deejee | 0 | 76,687,498 | 12.5% | ||
ytibrahim | 0 | 1,491,524,417 | 100% | ||
debruyne844 | 0 | 70,798,087 | 12.5% | ||
beanenergy | 0 | 55,344,538 | 12.5% | ||
semihbalkanli | 0 | 556,863,522 | 50% | ||
samedb | 0 | 449,482,056 | 79% | ||
korsah | 0 | 64,589,512 | 20% | ||
jbeguna04 | 0 | 160,813,140 | 25% | ||
steem-rocks | 0 | 450,993,952 | 81% | ||
archual | 0 | 523,485,961 | 100% | ||
pojgaerlan | 0 | 107,404,310 | 25% | ||
danielghufran | 0 | 141,438,362 | 100% | ||
tolgahanuzun | 0 | 2,264,436,684 | 100% | ||
renzilbalicudcud | 0 | 473,101,068 | 100% | ||
mesutkrgln | 0 | 73,609,102 | 12.5% | ||
privacybydesign | 0 | 567,487,492 | 100% | ||
silver.gravity | 0 | 580,667,095 | 100% | ||
ryenneleow | 0 | 339,423,110 | 70% | ||
scala | 0 | 482,347,751 | 100% | ||
feronio | 0 | 519,212,093 | 100% | ||
esme-svh | 0 | 420,898,164 | 100% | ||
testorz | 0 | 312,619,703 | 74% |
I always thought there was no point to it if there no rewards were based on it (say 1000000 views = 1 sbd). Congrats on your +14500 view :-D
author | jyezie |
---|---|
permlink | re-emrebeyler-view-count-on-steemit-posts-is-it-really-important-20180215t124155003z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-02-15 12:41:57 |
last_update | 2018-02-15 12:41:57 |
depth | 1 |
children | 1 |
last_payout | 2018-02-22 12:41: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 | 140 |
author_reputation | 10,455,245,950,375 |
root_title | "View count on Steemit posts - Is it really important?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 37,736,997 |
net_rshares | 0 |
Well, I have actually stopped the script but somebody is still pumping the number :) Binding view count to reward logic is impossible due to it's nature - it's easily exploitable.
author | emrebeyler |
---|---|
permlink | re-jyezie-re-emrebeyler-view-count-on-steemit-posts-is-it-really-important-20180215t124444727z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-02-15 12:44:45 |
last_update | 2018-02-15 12:44:45 |
depth | 2 |
children | 0 |
last_payout | 2018-02-22 12:44: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 | 180 |
author_reputation | 448,535,049,068,622 |
root_title | "View count on Steemit posts - Is it really important?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 37,737,505 |
net_rshares | 0 |
Çok iyi ya bu !
author | kalvas |
---|---|
permlink | re-emrebeyler-view-count-on-steemit-posts-is-it-really-important-20180215t112611322z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-02-15 11:26:09 |
last_update | 2018-02-15 11:26:09 |
depth | 1 |
children | 1 |
last_payout | 2018-02-22 11:26: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 | 15 |
author_reputation | 212,163,488,056,788 |
root_title | "View count on Steemit posts - Is it really important?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 37,722,606 |
net_rshares | 0 |
satayım reis.
author | emrebeyler |
---|---|
permlink | re-kalvas-re-emrebeyler-view-count-on-steemit-posts-is-it-really-important-20180215t112823911z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-02-15 11:28:24 |
last_update | 2018-02-15 11:28:24 |
depth | 2 |
children | 0 |
last_payout | 2018-02-22 11:28: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 | 13 |
author_reputation | 448,535,049,068,622 |
root_title | "View count on Steemit posts - Is it really important?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 37,723,023 |
net_rshares | 0 |
for non-coders, refresh also works.
author | oups |
---|---|
permlink | re-emrebeyler-view-count-on-steemit-posts-is-it-really-important-20180215t192540089z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-02-15 19:25:39 |
last_update | 2018-02-15 19:25:39 |
depth | 1 |
children | 3 |
last_payout | 2018-02-22 19:25:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.266 HBD |
curator_payout_value | 0.045 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 35 |
author_reputation | 20,674,011,682,802 |
root_title | "View count on Steemit posts - Is it really important?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 37,818,131 |
net_rshares | 49,047,641,463 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
sambillingham | 0 | 32,933,120,575 | 22% | ||
edumurphy | 0 | 6,625,783,011 | 100% | ||
emrebeyler | 0 | 6,503,252,083 | 8% | ||
thornaci | 0 | 2,985,485,794 | 100% |
author | emrebeyler |
---|---|
permlink | re-oups-re-emrebeyler-view-count-on-steemit-posts-is-it-really-important-20180215t193322012z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-02-15 19:33:21 |
last_update | 2018-02-15 19:33:21 |
depth | 2 |
children | 2 |
last_payout | 2018-02-22 19:33:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 23.378 HBD |
curator_payout_value | 7.787 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 12 |
author_reputation | 448,535,049,068,622 |
root_title | "View count on Steemit posts - Is it really important?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 37,819,611 |
net_rshares | 4,862,995,538,547 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
transisto | 0 | 4,856,856,214,643 | 40% | ||
gold84 | 0 | 6,139,323,904 | 25% |
upvoted here, preferable not everyone to be aware of it until it's somewhat fixed.
author | transisto |
---|---|
permlink | re-emrebeyler-re-oups-re-emrebeyler-view-count-on-steemit-posts-is-it-really-important-20180216t003404099z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-02-16 00:34:06 |
last_update | 2018-02-16 00:34:06 |
depth | 3 |
children | 1 |
last_payout | 2018-02-23 00:34:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.044 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 82 |
author_reputation | 330,357,940,720,833 |
root_title | "View count on Steemit posts - Is it really important?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 37,869,665 |
net_rshares | 8,646,619,043 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
gold84 | 0 | 6,139,323,904 | 25% | ||
emrebeyler | 0 | 2,507,295,139 | 3% |
Çok işe yarayacağa benziyor , whaleleri bekliyoruz o halde :D
author | rdvn |
---|---|
permlink | re-emrebeyler-view-count-on-steemit-posts-is-it-really-important-20180215t123111228z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-02-15 12:31:09 |
last_update | 2018-02-15 12:31:09 |
depth | 1 |
children | 2 |
last_payout | 2018-02-22 12:31: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 | 12,487,610,583,231 |
root_title | "View count on Steemit posts - Is it really important?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 37,734,819 |
net_rshares | 0 |
pek bir işe yaramaz ama view count'in gereksizliğini ve önemsizliğini kanıtlıyor bence :)
author | emrebeyler |
---|---|
permlink | re-rdvn-re-emrebeyler-view-count-on-steemit-posts-is-it-really-important-20180215t124254969z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-02-15 12:42:57 |
last_update | 2018-02-15 12:42:57 |
depth | 2 |
children | 1 |
last_payout | 2018-02-22 12:42: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 | 89 |
author_reputation | 448,535,049,068,622 |
root_title | "View count on Steemit posts - Is it really important?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 37,737,189 |
net_rshares | 0 |
Belki tıklandığında kimlerin baktığını görebildiğimiz bir sayfaya ulaştırırsa daha iyi olabilir.
author | rdvn |
---|---|
permlink | re-emrebeyler-re-rdvn-re-emrebeyler-view-count-on-steemit-posts-is-it-really-important-20180215t140232783z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-02-15 14:02:33 |
last_update | 2018-02-15 14:02:33 |
depth | 3 |
children | 0 |
last_payout | 2018-02-22 14:02: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 | 96 |
author_reputation | 12,487,610,583,231 |
root_title | "View count on Steemit posts - Is it really important?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 37,753,057 |
net_rshares | 0 |
Wow 31,000 + views!! Lol. Thanks for sharing this and spreading awareness @emrebeyler. That's a little frightening...
author | sndbox |
---|---|
permlink | re-emrebeyler-view-count-on-steemit-posts-is-it-really-important-20180215t161024531z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["emrebeyler"],"app":"steemit/0.1"} |
created | 2018-02-15 16:10:24 |
last_update | 2018-02-15 16:10:24 |
depth | 1 |
children | 0 |
last_payout | 2018-02-22 16:10:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.112 HBD |
curator_payout_value | 0.028 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 117 |
author_reputation | 633,122,316,798,067 |
root_title | "View count on Steemit posts - Is it really important?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 37,780,132 |
net_rshares | 21,011,235,678 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
edumurphy | 0 | 6,530,448,003 | 100% | ||
emrebeyler | 0 | 14,480,787,675 | 17% |
I am relatively new to steemit and steem. Over the last few weeks I have been exploring posts in steemdev, programming, python, and utopian-io Apolgies in advance for replying in the context of this code sample. My question, if you could be so kind, which git repository or where should I look for a base code pull if I want to run a program which for starters, retrieves information from the Steem block chain?
author | synergysteem |
---|---|
permlink | re-emrebeyler-view-count-on-steemit-posts-is-it-really-important-20180215t131952336z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-02-15 13:19:51 |
last_update | 2018-02-15 13:19:51 |
depth | 1 |
children | 2 |
last_payout | 2018-02-22 13:19: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 | 414 |
author_reputation | 40,909,575,209 |
root_title | "View count on Steemit posts - Is it really important?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 37,744,592 |
net_rshares | 0 |
.
author | crokkon |
---|---|
permlink | re-synergysteem-re-emrebeyler-view-count-on-steemit-posts-is-it-really-important-20180215t162954946z |
category | steemit |
json_metadata | "{"app": ""}" |
created | 2018-02-15 16:29:54 |
last_update | 2022-09-18 12:24:45 |
depth | 2 |
children | 1 |
last_payout | 2018-02-22 16:29:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.084 HBD |
curator_payout_value | 0.020 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1 |
author_reputation | 81,214,366,861,104 |
root_title | "View count on Steemit posts - Is it really important?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 37,784,127 |
net_rshares | 15,616,950,878 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
emrebeyler | 0 | 14,480,787,675 | 17% | ||
synergysteem | 0 | 1,136,163,203 | 100% |
Thank you @crokkon for the links and direction.
author | synergysteem |
---|---|
permlink | re-crokkon-re-synergysteem-re-emrebeyler-view-count-on-steemit-posts-is-it-really-important-20180216t052700132z |
category | steemit |
json_metadata | {"tags":["steemit"],"users":["crokkon"],"app":"steemit/0.1"} |
created | 2018-02-16 05:27:00 |
last_update | 2018-02-16 05:27:00 |
depth | 3 |
children | 0 |
last_payout | 2018-02-23 05:27: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 | 47 |
author_reputation | 40,909,575,209 |
root_title | "View count on Steemit posts - Is it really important?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 37,919,429 |
net_rshares | 0 |
Oh great info I didn't know about this at all, and sometimes I did get perplexed looking at the difference in no of upvotes and views count. I am so glad to know how that works ... thank you so much!
author | tanishqyeverma |
---|---|
permlink | re-emrebeyler-view-count-on-steemit-posts-is-it-really-important-20180215t105414452z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-02-15 10:54:15 |
last_update | 2018-02-15 10:54:15 |
depth | 1 |
children | 1 |
last_payout | 2018-02-22 10:54: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 | 199 |
author_reputation | 1,624,635,234,378 |
root_title | "View count on Steemit posts - Is it really important?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 37,716,404 |
net_rshares | 0 |
It's a metric that doesn't make any sense at all, should be disabled imho.
author | emrebeyler |
---|---|
permlink | re-tanishqyeverma-re-emrebeyler-view-count-on-steemit-posts-is-it-really-important-20180215t112758532z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-02-15 11:27:57 |
last_update | 2018-02-15 11:27:57 |
depth | 2 |
children | 0 |
last_payout | 2018-02-22 11:27: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 | 74 |
author_reputation | 448,535,049,068,622 |
root_title | "View count on Steemit posts - Is it really important?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 37,722,936 |
net_rshares | 0 |
Güzel bilgilendirme eline sağlık dostum...
author | tarikhakan55 |
---|---|
permlink | re-emrebeyler-view-count-on-steemit-posts-is-it-really-important-20180215t120152853z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-02-15 12:01:57 |
last_update | 2018-02-15 12:01:57 |
depth | 1 |
children | 0 |
last_payout | 2018-02-22 12:01: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 | 42 |
author_reputation | 38,506,275,601,183 |
root_title | "View count on Steemit posts - Is it really important?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 37,729,249 |
net_rshares | 0 |
Lol i hope you can do that with your upvotes instead of view count. :)
author | tngflx |
---|---|
permlink | re-emrebeyler-view-count-on-steemit-posts-is-it-really-important-20180215t121316270z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-02-15 12:13:18 |
last_update | 2018-02-15 12:13:18 |
depth | 1 |
children | 2 |
last_payout | 2018-02-22 12:13: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 | 70 |
author_reputation | 17,396,455,988,713 |
root_title | "View count on Steemit posts - Is it really important?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 37,731,417 |
net_rshares | 0 |
That would be an unlimited cash generator 🤓
author | emrebeyler |
---|---|
permlink | re-tngflx-re-emrebeyler-view-count-on-steemit-posts-is-it-really-important-20180215t121402805z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-02-15 12:14:03 |
last_update | 2018-02-15 12:14:03 |
depth | 2 |
children | 1 |
last_payout | 2018-02-22 12:14: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 | 43 |
author_reputation | 448,535,049,068,622 |
root_title | "View count on Steemit posts - Is it really important?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 37,731,553 |
net_rshares | 0 |
Well you are close. I believe in you xD
author | tngflx |
---|---|
permlink | re-emrebeyler-re-tngflx-re-emrebeyler-view-count-on-steemit-posts-is-it-really-important-20180215t121501391z |
category | steemit |
json_metadata | {"tags":["steemit"],"app":"steemit/0.1"} |
created | 2018-02-15 12:15:03 |
last_update | 2018-02-15 12:15:03 |
depth | 3 |
children | 0 |
last_payout | 2018-02-22 12:15: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 | 39 |
author_reputation | 17,396,455,988,713 |
root_title | "View count on Steemit posts - Is it really important?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 37,731,748 |
net_rshares | 0 |