A couple of hours ago, I have been informed that there are discrepancies on voting results between dPoll interface and the blockchain. Before going into details, I want to thank @abh12345 for asking me the situation privately before [posting the issue](https://steemit.com/steem/@abh12345/a-case-for-stake-weighted-voting) into the public. # The problem dPoll uses main posts as polls, and comments as votes. Whenever you post a poll, `a secret json metadata` is written to the blockchain. That's the same with votes. - People may delete the comment from Steemit. This operation doesn't actually delete the comment but sends a signal that it's deleted. The comment operations still stay in the history of the blockchain, However,`get_content_replies` doesn't return the deleted comments. - People may edit the comments with alternative Steem apps. These apps may hijack the json_metadata, therefore removes the voting_data when they're used for editing. So, if we want to verify the dPoll interface results with blockchain, we need to have lots of checks. # The solution I have coded a verification script in Python. It's workflow is simple: - Get the dPoll results from [dpoll API](ttps://dpoll.xyz/api/v1/questions/theycallmedan/?permlink=which-steem-project-should-i-delegate-10k-steempower-to-for-1-year). - Call `get_content_replies`. (Asking data to the blockchain directly.) - Check each comment's json metadata to see if the dPoll vote is there. If it's not, add the missing votes into a `missing_votes` list. - For each missing vote, check if the author deleted a `dpoll vote comment`. If that's the case, mark the vote as correct. - If the author didn't delete the comment, then check for author's account history to see any other dApp overwrites the json_metadata. If that's the case, mark the vote as correct. After all these processes, if there are still missing votes on the blockchain, then we can say we can say we have a problem at dPoll side. # Output of the audit script ``` Possible discrepancies {'Actifit': [], 'Crowdmind': [], 'Dsound': [], 'Freewritehouse': ['bennettitalia'], 'Qurator': ['p15', 'shikika'], 'Spunkeemonkee': [], 'SteemNurse': [], 'SteemitBloggers': ['steemitwitchery', 'harmonyval'], 'Team-CN': ['dolphinp', 'bullionstackers', 'sukhoi-su', 'steem4vote', 'dolphin-power8', 'vote4u', 'whalepower-guide', 'reservoir', 'the-exocet', 'seawise-giant', 'ninedragons', 'minuteman111', 'word-of-the-day', 'dolphin-power3', 'surion', 'dolphin-power6', 'dolphin-power7', 'whalepower', 'applex', 'timeblock', 'c-solstice', 'ppagoda', 'bagger293', 'globalex', 'woodside', 'tanaman', 'simpanan', 'quarantine', 'shenyang-j', 'helios', 'cairns', 'tenaga-satu', 'the-excavator', 'paul-gillbanks', 'meko200', 'solidgold', 'coonawarra', 'ballarat', 'v-1', 'balancepower', 'al-amanah', 'l00', 'prominent', 'public-advocate', 'dolphin-power9', 'worldclub', 'point-blank', 'dolphin-power10', 'mk111', 'dragon-blade', 'sky-bolt', 'storm-shadow', 'pterosaur', 'freeservice', 'author-fund', 'global-pillar', 'the-reef', 'sbd4vot', 'm85'], 'Votovzla': ['amico']} ------------------------------------------ Checking account history for comment deletions Checking @bennettitalia Found deleted comment by bennettitalia. (TRX id: 3beefd8b76a92d6bde77ce1ecd88a54a8a543144, block id: 29829594 Checking @p15 Found deleted comment by p15. (TRX id: a4dbc3400c3f9f5566d94027508ba3ea0aeee55b, block id: 29898356 Checking @shikika {'parent_author': 'theycallmedan', 'parent_permlink': 'which-steem-project-should-i-delegate-10k-steempower-to-for-1-year', 'author': 'shikika', 'permlink': '200e7472-8bff-4d75-81b2-742425d008d0', 'title': '', 'body': "Voted for _Qurator_.\n\nHi,\n\nHave a good day! 😀\n\nI've been a member of Qurator a long time ago. Even though I am not active on discord, [@qurator](https://steemit.com/@qurator) never fails to support me. [@qurator](https://steemit.com/@qurator) helps me a lot grows in this platform. Hoping [@qurator](https://steemit.com/@qurator) will win coz I am pretty sure that [@qurator](https://steemit.com/@qurator) can help more and boost more quality contents.\n\nThank you and kind regards.\n[@shikika](https://steemit.com/@shikika)", 'json_metadata': '{"app":"partiko","client":"android"}'} shikika: partiko Found overwrite by @partiko! (TRX id: 7c4ff6eaef813754cdb9b1220a5de6a97c91a4f4, block id: 29833386 Checking @steemitwitchery DPOLL BUG. Couldn't find any reference for @steemitwitchery Checking @harmonyval DPOLL BUG. Couldn't find any reference for @harmonyval Checking @dolphinp Found deleted comment by dolphinp. (TRX id: 1b7cae199630d636219f53aa08b19b57e8f68357, block id: 29905916 Checking @bullionstackers Found deleted comment by bullionstackers. (TRX id: 51d892da21a316ae8fa0d73c361cd2dee7d2e574, block id: 29899419 Checking @sukhoi-su Found deleted comment by sukhoi-su. (TRX id: 6e0380260ee763724e280d81257c18dc494e7af6, block id: 29900868 Checking @steem4vote Found deleted comment by steem4vote. (TRX id: 247c24428e726cc0d70cd3be4e32776556dd4cc3, block id: 29900982 Checking @dolphin-power8 Found deleted comment by dolphin-power8. (TRX id: 71fffff10cedecc910f98e2aaab2becef75fb44e, block id: 29926861 Checking @vote4u Found deleted comment by vote4u. (TRX id: 138c52301c386b0081c126f766ad961d2bb8b0db, block id: 29886008 Checking @whalepower-guide Found deleted comment by whalepower-guide. (TRX id: d9ecde8e25ab5627354c7cee10585d1471d4c14c, block id: 29901995 Checking @reservoir Found deleted comment by reservoir. (TRX id: 3b8513e134cca0293df1c2c0c99aa572441baecb, block id: 29902617 Checking @the-exocet Found deleted comment by the-exocet. (TRX id: da9b640ddd1f407eb7eaddaf731e304e45a27df2, block id: 29901645 Checking @seawise-giant Found deleted comment by seawise-giant. (TRX id: 63211eba0399a2ebd18373ced500c4772f837bb1, block id: 29906475 Checking @ninedragons Found deleted comment by ninedragons. (TRX id: 0073519338bf68eacbe7f130e37724b745aae524, block id: 29901165 Checking @minuteman111 Found deleted comment by minuteman111. (TRX id: 2529614806644c4a448c5ad2cf9f14cfe56e7729, block id: 29901284 Checking @word-of-the-day Found deleted comment by word-of-the-day. (TRX id: c6063c587177c56fa81f3d2e05525ac706ef2f6c, block id: 29902058 Checking @dolphin-power3 Found deleted comment by dolphin-power3. (TRX id: e1462f9491f5c278e4f4cfb7c73f19cba4edf07a, block id: 29927433 Checking @surion Found deleted comment by surion. (TRX id: 9fe9b7c3bbbe467c5a2159d9a73f8bc2f64a4616, block id: 29902178 Checking @dolphin-power6 Found deleted comment by dolphin-power6. (TRX id: a004a8679699f4e4b12755f2a9ed8a85ea3de701, block id: 29927043 Checking @dolphin-power7 Found deleted comment by dolphin-power7. (TRX id: 49ae680ded12fcf1f45a46d31567482ffe554e98, block id: 29926941 Checking @whalepower Found deleted comment by whalepower. (TRX id: 0200a6b234d5589d9a1f33aefb3ff328d9f23658, block id: 29901904 Checking @applex Found deleted comment by applex. (TRX id: 34691e8906f4ecb79197d0e496729e01f0cb6e90, block id: 29902444 Checking @timeblock Found deleted comment by timeblock. (TRX id: 119853a989b091cb6e8b815e839b2c191fd10850, block id: 29903453 Checking @c-solstice Found deleted comment by c-solstice. (TRX id: 24323d74c062ee6e050909cef96c8c5dfa46989a, block id: 29903696 Checking @ppagoda Found deleted comment by ppagoda. (TRX id: 1d72921004c8b82bb9de8d88d148bc62ea44a549, block id: 29905743 Checking @bagger293 Found deleted comment by bagger293. (TRX id: b7ee9e60d2505cf4228e82175883757866717082, block id: 29905817 Checking @globalex Found deleted comment by globalex. (TRX id: c1605c45bc53db534e60cc9f43a7d4b395e10d4b, block id: 29906070 Checking @woodside Found deleted comment by woodside. (TRX id: e55589318642df0345933e7896ed94a542a4d67d, block id: 29906322 Checking @tanaman Found deleted comment by tanaman. (TRX id: 1365947901d8706916fffdbd936c02adc95e3c23, block id: 29908073 Checking @simpanan Found deleted comment by simpanan. (TRX id: a663972ad741f300dd9d8be16dc73c01182a8628, block id: 29908302 Checking @quarantine Found deleted comment by quarantine. (TRX id: adc40afe05884ce12798b426746c12b4a6b7d884, block id: 29908648 Checking @shenyang-j Found deleted comment by shenyang-j. (TRX id: 445d2d9ab8efe00a138b14883697a05479e34b88, block id: 29910065 Checking @helios Found deleted comment by helios. (TRX id: 955efa87d7ec9b3a7c73204cbd3cdf2d2401f08c, block id: 29910138 Checking @cairns Found deleted comment by cairns. (TRX id: d2f6b069f9cf21f28a201f77cf136f03820bf6be, block id: 29910265 Checking @tenaga-satu Found deleted comment by tenaga-satu. (TRX id: a4a3c93bd52dd789ec95499d546188030fe2e616, block id: 29910341 Checking @the-excavator Found deleted comment by the-excavator. (TRX id: 048cd932667e263b827066879cdf3d23ced519b1, block id: 29910584 Checking @paul-gillbanks Found deleted comment by paul-gillbanks. (TRX id: 7c111ead46682fcdbce3cbd122c99e7eb11dad4a, block id: 29924367 Checking @meko200 Found deleted comment by meko200. (TRX id: e16361d4bbc088a6ebdf4d5e8e166c4ba87d9e5a, block id: 29924523 Checking @solidgold Found deleted comment by solidgold. (TRX id: b25e48795de56f94703c25248aa5640ffb67ede7, block id: 29924725 Checking @coonawarra Found deleted comment by coonawarra. (TRX id: 12d8864e7f079ab72f860442bc32dbb2fc889de3, block id: 29924805 Checking @ballarat Found deleted comment by ballarat. (TRX id: f2a7ad8c3a1f9ea145e32288154ca992dba4bc1f, block id: 29924931 Checking @v-1 Found deleted comment by v-1. (TRX id: d0d1709cfc2f44b66e7bc7656298293c4a74843e, block id: 29925074 Checking @balancepower Found deleted comment by balancepower. (TRX id: e07fe4b83f7d104fdcf31c815584e08496997abe, block id: 29925320 Checking @al-amanah Found deleted comment by al-amanah. (TRX id: 0032be00686e3a705dc4dcda6fdbed610e016037, block id: 29925381 Checking @l00 Found deleted comment by l00. (TRX id: 2d0d1820cda125256e5197487e15ba51af3342ff, block id: 29926308 Checking @prominent Found deleted comment by prominent. (TRX id: bf0efe6709e628c4440600fa2442ccc5255cd052, block id: 29926434 Checking @public-advocate Found deleted comment by public-advocate. (TRX id: 6b9ed8e73adc1ea3d6062d4a0982a9948bc0032b, block id: 29926802 Checking @dolphin-power9 Found deleted comment by dolphin-power9. (TRX id: 66e44a1ff3c8f6d11c290fc49b6048950d93144d, block id: 29926996 Checking @worldclub Found deleted comment by worldclub. (TRX id: 0f3482324d0993725173e4869b66ad4c9ef8df9d, block id: 29927192 Checking @point-blank Found deleted comment by point-blank. (TRX id: e564db07443afef14217b77cbbe3c957cb603074, block id: 29927253 Checking @dolphin-power10 Found deleted comment by dolphin-power10. (TRX id: 7b711b4c4627734abadd3ce70da9f42ca20e0892, block id: 29927305 Checking @mk111 Found deleted comment by mk111. (TRX id: 639ee845ed61a95d873dd8cea413741b1b9b993e, block id: 29927352 Checking @dragon-blade Found deleted comment by dragon-blade. (TRX id: cdf5349809a9dd96a48dcd2a632ba37e6c804756, block id: 29927705 Checking @sky-bolt Found deleted comment by sky-bolt. (TRX id: 2be74def060af923417187e85da7a3ecd7966bcf, block id: 29927807 Checking @storm-shadow Found deleted comment by storm-shadow. (TRX id: d09c71b0146af2b88bcf7cb2a46deb9ef6a55435, block id: 29927868 Checking @pterosaur Found deleted comment by pterosaur. (TRX id: 8c73471d6b5d3b202e8440de538073184405c87b, block id: 29928034 Checking @freeservice Found deleted comment by freeservice. (TRX id: c97df9b6144e278875ce5ffaca6faf34caa391a8, block id: 29928175 Checking @author-fund Found deleted comment by author-fund. (TRX id: ff91678504b0d710f072a0d1fea07c4392b0312e, block id: 29928244 Checking @global-pillar Found deleted comment by global-pillar. (TRX id: 13a71822e13c55f1a9ece92f3f878926f6147de0, block id: 29928537 Checking @the-reef Found deleted comment by the-reef. (TRX id: c8959614c978650f7f4859c18412b98320368a34, block id: 29928710 Checking @sbd4vot Found deleted comment by sbd4vot. (TRX id: abc0756f6dc069f878a95da81d1c1513d0f3941f, block id: 29930133 Checking @m85 Found deleted comment by m85. (TRX id: 991abfb2018ea872d18b10c2235193de5b91e5c5, block id: 29941425 Checking @amico {'parent_author': 'theycallmedan', 'parent_permlink': 'which-steem-project-should-i-delegate-10k-steempower-to-for-1-year', 'author': 'amico', 'permlink': 'cb1f698b-e692-4849-9dec-ac8ae20b14ce', 'title': '', 'body': 'Voted for *Votovzla*.\n<center> https://media.giphy.com/media/loG8NySIuPEV5C3Hns/giphy.gif </center>\nI think that the neediest are Venezuelans: I am convinced that the 10K SP delegation can really make a **HUGE** difference for them!\n\n### Greetings, my friends!', 'json_metadata': '{"tags":["dpoll"],"community":"steempeak","app":"steemit/0.1","image":["https://media.giphy.com/media/loG8NySIuPEV5C3Hns/giphy.gif"]}'} amico: steemit/0.1 Found overwrite by @steemit/0.1! (TRX id: f5775ea4f276c0d0561911c4826bab081168a5f6, block id: 29885498 ``` # Source code of the audit script - https://gist.github.com/emre/28414c16a03546183f8eaf6a886a7cb5 # TL;DR Regarding @theycallmedan's 10k SP delegation poll: - There are 2 votes registered on dPoll doesn't have a blockchain reference. (@steemitwitchery, @harmonyval to `SteemitBloggers`). This looks like a bug in our end. It might be related to [this](https://github.com/steemscript/steemconnect/issues/356), I need to check the logs and update the code to behave more defensive/transactional. This will be addressed soon. - There are lots of accounts deleted their comment. (mostly clustered around `TEAM-CN` choice.) This makes verifying hard. So, if you need to verify, you should also loop through the account history of missing voters. - There are users edited their comment from alternative interfaces like Partiko. Some interfaces hijack the json_metadata and overwrite their values, there. So, they remove the `votes`, actually. That's why an account history loop is also required here, too.
author | emrebeyler |
---|---|
permlink | auditing-dpolls |
category | dpoll |
json_metadata | {"tags":["dpoll"],"users":["abh12345","theycallmedan","steemitwitchery","harmonyval"],"links":["https://steemit.com/steem/@abh12345/a-case-for-stake-weighted-voting","ttps://dpoll.xyz/api/v1/questions/theycallmedan/?permlink=which-steem-project-should-i-delegate-10k-steempower-to-for-1-year","https://gist.github.com/emre/28414c16a03546183f8eaf6a886a7cb5","https://github.com/steemscript/steemconnect/issues/356"],"app":"steemit/0.1","format":"markdown"} |
created | 2019-01-31 20:35:12 |
last_update | 2019-01-31 22:27:42 |
depth | 0 |
children | 49 |
last_payout | 2019-02-07 20:35:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 6.416 HBD |
curator_payout_value | 1.649 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 14,625 |
author_reputation | 448,528,959,341,273 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,227,222 |
net_rshares | 17,508,953,772,662 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yury-vas | 0 | 175,215,147 | 1% | ||
nichoros | 0 | 126,668,681,595 | 100% | ||
allyinspirit | 0 | 3,739,882,282 | 25% | ||
fabien | 0 | 242,133,996,100 | 100% | ||
shortcut | 0 | 3,002,747,679 | 10% | ||
felixxx | 0 | 500,788,019,890 | 100% | ||
treaphort | 0 | 110,955,536 | 4.12% | ||
krnel | 0 | 371,837,869,873 | 25% | ||
joanstewart | 0 | 10,939,593,154 | 50% | ||
abh12345 | 0 | 557,867,470,336 | 100% | ||
eforucom | 0 | 39,874,916,485 | 2% | ||
rebeccabe | 0 | 7,186,399,806 | 30% | ||
decebal2dac | 0 | 7,973,420,481 | 100% | ||
jmehta | 0 | 2,242,395,097 | 100% | ||
hansikhouse | 0 | 12,167,914,781 | 25% | ||
voronoi | 0 | 32,969,262,070 | 50% | ||
v4vapid | 0 | 5,547,783,906,586 | 40% | ||
em3di | 0 | 3,444,715,548 | 25% | ||
heymattsokol | 0 | 937,569,627 | 15% | ||
erikaflynn | 0 | 15,098,382,749 | 33.1% | ||
ejemai | 0 | 13,732,256,287 | 10% | ||
paolobeneforti | 0 | 15,482,790,029 | 15% | ||
silviabeneforti | 0 | 6,207,467,876 | 10% | ||
thereikiforest | 0 | 19,865,266,639 | 45% | ||
danielsaori | 0 | 53,270,609,618 | 100% | ||
erb | 0 | 3,426,836,686 | 10% | ||
toninux | 0 | 224,687,730 | 24.5% | ||
teachblogger | 0 | 163,526,620 | 5% | ||
kenan1989 | 0 | 653,515,659 | 50% | ||
smasssh | 0 | 229,123,093,917 | 40% | ||
tdiv7653 | 0 | 4,431,906,883 | 100% | ||
malay11 | 0 | 616,336,333 | 24.5% | ||
eurogee | 0 | 381,576,557 | 5% | ||
cryptastic | 0 | 2,780,198,571 | 10% | ||
luvabi | 0 | 3,662,199,777 | 12.5% | ||
world-travel-pro | 0 | 1,203,419,624 | 0.5% | ||
bitrocker2020 | 0 | 28,349,677,022 | 10% | ||
leesongyi | 0 | 12,224,082,479 | 5% | ||
mercadosaway | 0 | 1,370,465,788 | 100% | ||
asbear | 0 | 140,731,947,017 | 25% | ||
ruel.cedeno | 0 | 4,586,705,967 | 100% | ||
kemal13 | 0 | 7,749,339,451 | 30% | ||
bearone | 0 | 5,940,918,020 | 5% | ||
reddragonfly | 0 | 154,527,734 | 20% | ||
pennsif | 0 | 35,294,142,210 | 10% | ||
asridsyaref | 0 | 268,132,726 | 10% | ||
lastozgur | 0 | 4,961,062,343 | 100% | ||
howtostartablog | 0 | 17,836,503,569 | 40% | ||
faluthi01 | 0 | 229,763,496 | 25% | ||
affiedalfayed | 0 | 559,608,773 | 5% | ||
carrotcake | 0 | 459,259,127 | 5% | ||
livinguktaiwan | 0 | 78,831,388,365 | 44% | ||
klynic | 0 | 226,307,889 | 10% | ||
firatozbek | 0 | 4,516,055,475 | 100% | ||
derekrichardson | 0 | 6,831,973,000 | 40% | ||
mcoinz79 | 0 | 3,944,728,502 | 1% | ||
coloringiship | 0 | 4,535,433,055 | 12.5% | ||
sndbox | 0 | 3,135,867,780,544 | 50% | ||
bluemist | 0 | 178,382,589,498 | 100% | ||
jacekw | 0 | 8,337,353,317 | 50% | ||
felt.buzz | 0 | 26,371,643,725 | 20% | ||
cesar.oat | 0 | 118,619,076 | 15% | ||
watersnake101 | 0 | 8,554,973,561 | 100% | ||
mintvilla | 0 | 15,326,630,450 | 30% | ||
kofspades | 0 | 78,750,652 | 10% | ||
leotrap | 0 | 1,703,230,316 | 2.5% | ||
goldendawne | 0 | 31,934,688,931 | 55% | ||
vimukthi | 0 | 18,752,609,823 | 10% | ||
somethingburger | 0 | 4,451,541,185 | 50% | ||
tanyaschutte | 0 | 448,764,662 | 7.5% | ||
steemitph | 0 | 12,376,055,798 | 25% | ||
edubeta | 0 | 996,742,676 | 100% | ||
fionasfavourites | 0 | 3,540,540,325 | 100% | ||
aaronleang | 0 | 5,611,936,614 | 5% | ||
djlethalskillz | 0 | 248,700,796 | 1% | ||
enrique89 | 0 | 954,833,737 | 15% | ||
dayoung | 0 | 13,006,436,987 | 25% | ||
marzukie | 0 | 213,633,486 | 25% | ||
aidarojaswriter | 0 | 231,569,793 | 3% | ||
crokkon | 0 | 53,174,770,266 | 50% | ||
markjason | 0 | 1,929,129,034 | 50% | ||
anna-mi | 0 | 308,732,378 | 25% | ||
therealwolf | 0 | 1,130,149,749,639 | 100% | ||
smafey | 0 | 141,440,918 | 24.5% | ||
plantstoplanks | 0 | 16,895,660,750 | 35% | ||
playitforward | 0 | 10,487,164,597 | 15% | ||
critic-on | 0 | 194,508,076 | 5% | ||
penauthor | 0 | 327,695,309 | 2.5% | ||
mrblinddraw | 0 | 9,081,076,481 | 45% | ||
animagic | 0 | 2,847,971,743 | 50% | ||
jacobkaled | 0 | 72,914,200 | 24.5% | ||
imamalkimas | 0 | 120,812,857 | 25% | ||
isnochys | 0 | 8,155,926,552 | 13% | ||
votovzla | 0 | 430,510,964,436 | 30% | ||
rightscomet | 0 | 103,572,550 | 24.5% | ||
imaginedragon | 0 | 713,300,420 | 12.5% | ||
luis07 | 0 | 75,553,398 | 30% | ||
yusifm | 0 | 83,618,361 | 25% | ||
alvinauh | 0 | 9,313,899,698 | 50% | ||
thekittygirl | 0 | 32,797,923,303 | 70% | ||
nudgent | 0 | 97,246,230 | 24.5% | ||
smaeunabs | 0 | 2,919,746,537 | 25% | ||
unforgettable | 0 | 3,166,453,941 | 100% | ||
elchin | 0 | 693,751,013 | 100% | ||
zekepickleman | 0 | 9,991,167,374 | 50% | ||
emrebeyler | 0 | 555,092,085,364 | 100% | ||
seanlloyd | 0 | 248,412,589 | 1% | ||
scuzzy | 0 | 679,169,894 | 2.5% | ||
jp1995 | 0 | 112,687,582 | 30% | ||
spectrums | 0 | 317,096,094 | 50% | ||
etherpunk | 0 | 2,343,466,342 | 2.5% | ||
nairadaddy | 0 | 1,068,713,145 | 2.5% | ||
berkaytekinsen | 0 | 860,902,541 | 50% | ||
byn | 0 | 14,414,158,351 | 56% | ||
jeffbernst | 0 | 103,316,050 | 10% | ||
evilest-fiend | 0 | 1,703,885,126 | 50% | ||
tentalavera | 0 | 127,762,874 | 5% | ||
mhm-philippines | 0 | 35,827,663,158 | 24.5% | ||
curazao | 0 | 83,551,070 | 50% | ||
sireh | 0 | 3,091,848,462 | 12.5% | ||
gokos | 0 | 377,389,990 | 100% | ||
enjoyy | 0 | 190,847,108 | 24.5% | ||
funtraveller | 0 | 6,359,112,489 | 1% | ||
geekpowered | 0 | 35,244,802,100 | 80% | ||
berkerpeksag | 0 | 1,575,366,877 | 100% | ||
aydant | 0 | 5,329,530,749 | 100% | ||
intelligencer | 0 | 0 | 100% | ||
owaishassankhan | 0 | 77,918,339 | 25% | ||
steembasicincome | 0 | 73,278,862,580 | 0.96% | ||
aidnessanchez | 0 | 303,675,843 | 25% | ||
sagor5828 | 0 | 328,953,085 | 25% | ||
flashfiction | 0 | 1,627,001,680 | 50% | ||
asyrafahamed | 0 | 572,707,256 | 15% | ||
tinowhale | 0 | 2,494,712,129 | 49% | ||
ewq | 0 | 208,466,234 | 6% | ||
paragon99 | 0 | 58,113,466 | 25% | ||
kaerpediem | 0 | 101,104,722,659 | 33% | ||
zool237 | 0 | 42,586,064,768 | 100% | ||
camillius | 0 | 144,119,332 | 25% | ||
lukecreed | 0 | 190,382,745 | 24.5% | ||
jonnahmatias1016 | 0 | 179,340,278 | 25% | ||
iamjadeline | 0 | 56,314,631,618 | 32% | ||
fromhell2sky | 0 | 8,285,393,706 | 24.5% | ||
leticiapereira | 0 | 526,301,945 | 100% | ||
ydavgonzalez | 0 | 34,969,296,719 | 100% | ||
imnotasenuelo | 0 | 84,709,230 | 25% | ||
sauronbey | 0 | 4,055,557,571 | 100% | ||
bengy | 0 | 2,962,046,490 | 10% | ||
smjn | 0 | 309,527,478,070 | 50% | ||
dcardozo25 | 0 | 1,928,416,971 | 30% | ||
onursa | 0 | 452,106,738 | 100% | ||
crypto3d | 0 | 5,914,220,344 | 25% | ||
tryskele | 0 | 10,035,713,010 | 100% | ||
crisangel | 0 | 23,885,205,970 | 100% | ||
googletr | 0 | 0 | 100% | ||
gky | 0 | 97,679,143 | 25% | ||
adamzi | 0 | 1,608,472,669 | 25% | ||
portugalcoin | 0 | 9,653,535,336 | 15% | ||
chorock | 0 | 86,895,207,762 | 9% | ||
deejee | 0 | 99,877,504 | 25% | ||
luisal314 | 0 | 263,694,333 | 100% | ||
jlordc | 0 | 36,329,424,781 | 50% | ||
crypto4euro | 0 | 81,537,680 | 25% | ||
holger80 | 0 | 275,579,667,622 | 46.25% | ||
debruyne844 | 0 | 98,792,179 | 25% | ||
isisfemale | 0 | 305,080,849 | 100% | ||
uzerebru | 0 | 114,147,254 | 41% | ||
uzercanan | 0 | 235,652,315 | 45% | ||
glenalbrethsen | 0 | 24,425,465,695 | 10% | ||
warpedpoetic | 0 | 2,032,144,245 | 7.5% | ||
sndbox-alpha | 0 | 17,734,423,371 | 50% | ||
ahmetmertugrul | 0 | 832,386,610 | 100% | ||
samedb | 0 | 495,556,316 | 100% | ||
mattifer | 0 | 7,936,536,159 | 100% | ||
evansbankx | 0 | 312,262,848 | 100% | ||
kaeo | 0 | 242,964,419 | 50% | ||
ameliabartlett | 0 | 1,256,056,532 | 7.5% | ||
tdogvoid | 0 | 390,695,188 | 100% | ||
rinbird | 0 | 244,063,419 | 50% | ||
beladro | 0 | 852,150,566 | 25% | ||
tipitip | 0 | 726,718,433 | 100% | ||
aimei | 0 | 99,613,383 | 25% | ||
antigenx | 0 | 268,742,628 | 25% | ||
raoul.poenar | 0 | 1,974,802,045 | 100% | ||
akifane | 0 | 480,235,640 | 100% | ||
yamiza | 0 | 243,685,231 | 50% | ||
shredz7 | 0 | 7,841,261,736 | 100% | ||
gjones15 | 0 | 98,112,989 | 24.5% | ||
thomasthewolf | 0 | 33,076,534,899 | 100% | ||
nagaclub | 0 | 93,084,706 | 24.5% | ||
isgledysduarte | 0 | 3,258,072,534 | 100% | ||
lifediaries2nd | 0 | 118,469,223 | 25% | ||
bulent1976 | 0 | 1,409,752,337 | 100% | ||
tolgahanuzun | 0 | 15,045,238,533 | 100% | ||
sanctuspierre | 0 | 99,090,514 | 25% | ||
ibez | 0 | 98,710,139 | 25% | ||
muratkbesiroglu | 0 | 279,367,779,456 | 100% | ||
anak123 | 0 | 255,665,047 | 25% | ||
sereze | 0 | 8,478,550,991 | 100% | ||
zcool | 0 | 188,730,896 | 10% | ||
carloniere | 0 | 190,324,555 | 50% | ||
bit6in | 0 | 86,172,648 | 25% | ||
liewsc | 0 | 5,155,091,171 | 100% | ||
juned0292 | 0 | 93,923,032 | 25% | ||
carment | 0 | 98,087,987 | 24.5% | ||
daszod | 0 | 186,923,307 | 49% | ||
alitavirgen | 0 | 17,302,213,367 | 10% | ||
doana | 0 | 161,899,230 | 35% | ||
victorcovrig | 0 | 620,615,748 | 50% | ||
blaqboyikott | 0 | 90,789,977 | 24.5% | ||
blockmountain | 0 | 196,620,287 | 25% | ||
hyroniz | 0 | 99,797,657 | 25% | ||
wr212 | 0 | 72,664,358 | 25% | ||
occpresents | 0 | 911,125,143 | 37.5% | ||
steeman220 | 0 | 76,810,319 | 24.5% | ||
recordpool | 0 | 148,059,262 | 10% | ||
sigmund | 0 | 184,088,880 | 25% | ||
alifridhzuan99 | 0 | 366,095,791 | 100% | ||
apteacher | 0 | 1,163,806,881 | 10% | ||
tyramisoux | 0 | 5,499,877,349 | 25% | ||
we-are-asia | 0 | 3,957,825,879 | 100% | ||
kryptorero | 0 | 97,088,950 | 24.5% | ||
bahagia9 | 0 | 78,619,812 | 24.5% | ||
crazyluv | 0 | 93,182,148 | 25% | ||
gydronium | 0 | 125,946,040 | 29.4% | ||
senseofhumor | 0 | 554,195,243 | 100% | ||
jickirti | 0 | 84,507,563 | 25% | ||
bilimkurgu | 0 | 137,091,585,263 | 100% | ||
matkodurko | 0 | 14,229,676,631 | 20% | ||
hahajin | 0 | 0 | 100% | ||
digitaldreamer | 0 | 164,377,236 | 50% | ||
goldenturtle | 0 | 145,092,510 | 37.5% | ||
abbyrich | 0 | 70,684,507 | 25% | ||
lifekeys | 0 | 154,836,804 | 37.5% | ||
zam398 | 0 | 135,551,345 | 25% | ||
sgbonus | 0 | 3,748,050,496 | 100% | ||
sarez | 0 | 4,530,988,694 | 25% | ||
sumomo | 0 | 435,010,436 | 25% | ||
steemit-uruguay | 0 | 165,012,567 | 50% | ||
southernwolf | 0 | 524,519,424 | 100% | ||
sbd-fairy | 0 | 217,966,787 | 49% | ||
carpet.duck | 0 | 249,624,592 | 25% | ||
karinasia25 | 0 | 167,160,257 | 40% | ||
msjito | 0 | 237,491,968 | 50% | ||
karinquintero | 0 | 167,524,945 | 40% | ||
pablorg94 | 0 | 435,657,936 | 100% | ||
jauregui98 | 0 | 809,200,077 | 30% | ||
sulwati | 0 | 95,016,643 | 24.5% | ||
cafelate | 0 | 180,712,670 | 5% | ||
sirwayneweezy | 0 | 97,786,600 | 25% | ||
boyanpro | 0 | 23,525,588,626 | 100% | ||
michelem15 | 0 | 530,362,981 | 100% | ||
sutter | 0 | 237,543,570 | 24.5% | ||
veronicacoli | 0 | 314,200,652 | 100% | ||
oguzcan | 0 | 307,509,697 | 100% | ||
ninjavideo | 0 | 8,487,484,236 | 50% | ||
boyacun | 0 | 169,637,304 | 25% | ||
herznactvifor | 0 | 539,855,680 | 100% | ||
samptoterdo | 0 | 534,308,920 | 100% | ||
pisderscompe | 0 | 546,926,076 | 100% | ||
penyuteverest | 0 | 97,459,821 | 25% | ||
chensedodtack | 0 | 538,940,392 | 100% | ||
compsohanipp | 0 | 535,453,802 | 100% | ||
dworzewacon | 0 | 533,644,738 | 100% | ||
verclandtebma | 0 | 550,978,082 | 100% | ||
uatinnehar | 0 | 538,885,567 | 100% | ||
nieloagranca | 0 | 1,938,179,112 | 4% | ||
steemchoose | 0 | 10,749,235,418 | 1.5% | ||
fabielblanchard | 0 | 2,005,563,829 | 100% | ||
ceruleanblue | 0 | 285,051,697 | 100% | ||
samanthaq | 0 | 555,712,484 | 100% | ||
diyanti86 | 0 | 873,086,579 | 25% | ||
isabellavi | 0 | 528,358,683 | 100% | ||
yollardannotlar | 0 | 216,756,816 | 100% | ||
twotoedsloth | 0 | 16,245,642,475 | 25% | ||
jacekw.dev | 0 | 3,810,038,253 | 100% | ||
steemituplife | 0 | 3,965,837,445 | 25% | ||
beemtutorials | 0 | 350,272,421 | 100% | ||
jenniferjulius | 0 | 123,974,121 | 25% | ||
mk992039 | 0 | 1,606,165,065 | 100% | ||
microballena | 0 | 431,533,681 | 100% | ||
raghao | 0 | 1,251,136,130 | 25% | ||
lipofirssa | 0 | 552,197,551 | 100% | ||
grapininpe | 0 | 534,340,984 | 100% | ||
ali.yuce | 0 | 150,989,961 | 100% | ||
travelfund | 0 | 171,321,112 | 50% | ||
merlin7 | 0 | 36,769,602,492 | 1% | ||
pemburubitcoin | 0 | 71,310,019 | 25% | ||
megaraz | 0 | 60,651,776 | 100% | ||
aljofer | 0 | 99,652,005 | 25% | ||
forhadh | 0 | 133,816,271 | 25% | ||
devsup | 0 | 2,771,593,549 | 0.69% | ||
alvinvoo | 0 | 943,840,849 | 100% | ||
daddywilliam | 0 | 430,613,115 | 24.5% | ||
ladyangelwolf | 0 | 393,881,502 | 35% | ||
arequipa | 0 | 313,832,171 | 100% | ||
criptoanarquista | 0 | 1,414,115,888 | 100% | ||
robmojo | 0 | 19,837,071,865 | 70% | ||
leviackerman | 0 | 315,586,650 | 100% | ||
bluerobo | 0 | 8,769,126,916 | 100% | ||
bitok.xyz | 0 | 182,494,299,240 | 100% | ||
toheliuk | 0 | 240,014,801 | 25% | ||
bluesniper | 0 | 386,972,832,512 | 50% | ||
ascorphat | 0 | 1,931,901,650 | 2.5% | ||
kelicimchi | 0 | 170,794,778 | 25% | ||
luna777 | 0 | 1,122,335,389 | 3.14% | ||
dpoll.curation | 0 | 924,343,318,246 | 100% | ||
grand.strategy | 0 | 765,880,993 | 50% | ||
mbappe | 0 | 1,327,248,552 | 3% | ||
dpoll.sponsors | 0 | 4,707,462,701 | 100% | ||
photoanthill | 0 | 13,578,530,292 | 100% | ||
stratton.npc | 0 | 645,994,098 | 100% | ||
pgshow | 0 | 711,431,997 | 8% | ||
director.rar | 0 | 849,491,360 | 100% | ||
dpoll.funds | 0 | 448,363,909 | 50% | ||
joanni | 0 | 402,470,818 | 100% | ||
writeandearn | 0 | 297,469,500 | 25% | ||
hamsa.quality | 0 | 7,217,274,619 | 5% | ||
infestor | 0 | 428,366,602 | 100% | ||
harmonyval | 0 | 3,973,549 | 5% | ||
hozn4ukhlytriwc | 0 | 117,750,769 | 15% | ||
supu | 0 | 17,910,438,157 | 3% | ||
lujuria | 0 | 314,655,819 | 100% | ||
kggymlife | 0 | 5,036,950,477 | 20% | ||
sotogabriel091 | 0 | 269,291,367 | 100% | ||
bitcoinator | 0 | 35,507,537,026 | 50% | ||
muhabere1983 | 0 | 505,328,905 | 100% |
Thanks for the audit work, hopefully this will be of help in future Polls. I guess the questions will come, so I'll just come right out with it. Do you think the vote count / votes with deleted comments should stand? Or is this something for the Poll owner, @theycallmedan to decide? Cheers!
author | abh12345 |
---|---|
permlink | re-emrebeyler-auditing-dpolls-20190131t204742682z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"users":["theycallmedan"],"app":"steemit/0.1"} |
created | 2019-01-31 20:47:42 |
last_update | 2019-01-31 20:47:42 |
depth | 1 |
children | 6 |
last_payout | 2019-02-07 20:47:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.241 HBD |
curator_payout_value | 0.079 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 295 |
author_reputation | 1,401,181,767,850,181 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 79,227,557 |
net_rshares | 658,591,448,222 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
emrebeyler | 0 | 546,052,440,069 | 100% | ||
realcleaner | 0 | 112,539,008,153 | 5.59% |
Yes. Its totally up to the @theycallmedan at that point. There is a group of accounts voted for the same choice and deleted their comments. These are valid votes in app’s context. Account based voting has some downfalls as we can see at that poll. :)
author | emrebeyler |
---|---|
permlink | re-abh12345-re-emrebeyler-auditing-dpolls-20190131t211400543z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"users":["theycallmedan"],"app":"steemit/0.1"} |
created | 2019-01-31 21:14:00 |
last_update | 2019-01-31 21:14:51 |
depth | 2 |
children | 3 |
last_payout | 2019-02-07 21:14: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 | 251 |
author_reputation | 448,528,959,341,273 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,228,363 |
net_rshares | 0 |
Yeah. Fair enough, let's see what happens :)
author | abh12345 |
---|---|
permlink | re-emrebeyler-re-abh12345-re-emrebeyler-auditing-dpolls-20190131t214251579z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"app":"steemit/0.1"} |
created | 2019-01-31 21:42:51 |
last_update | 2019-01-31 21:42:51 |
depth | 3 |
children | 0 |
last_payout | 2019-02-07 21:42: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 | 45 |
author_reputation | 1,401,181,767,850,181 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 79,229,125 |
net_rshares | 0 |
If all those accounts with deleted comments are related in other ways, would that make it quite suspicious activity?
author | tarazkp |
---|---|
permlink | re-emrebeyler-re-abh12345-re-emrebeyler-auditing-dpolls-20190131t230351243z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"app":"steemit/0.1"} |
created | 2019-01-31 23:03:54 |
last_update | 2019-01-31 23:03:54 |
depth | 3 |
children | 1 |
last_payout | 2019-02-07 23:03: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 | 116 |
author_reputation | 5,826,881,911,425,421 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,231,256 |
net_rshares | 0 |
Hmmm...seems to me that if you delete a comment that is saying "wait, no I don't want to make that vote" Other then trying to hide shady activity there is no reason to delete you comment.
author | thedarkhorse |
---|---|
permlink | re-abh12345-re-emrebeyler-auditing-dpolls-20190202t064902583z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"app":"steemit/0.1"} |
created | 2019-02-02 06:48:57 |
last_update | 2019-02-02 06:48:57 |
depth | 2 |
children | 1 |
last_payout | 2019-02-09 06:48:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.025 HBD |
curator_payout_value | 0.008 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 187 |
author_reputation | 64,296,958,099,922 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,288,083 |
net_rshares | 69,100,464,507 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
minnowbuilder10 | 0 | 49,748,605,707 | 100% | ||
minnowbuilder5 | 0 | 19,351,858,800 | 100% |
That would be my take also.
author | abh12345 |
---|---|
permlink | re-thedarkhorse-re-abh12345-re-emrebeyler-auditing-dpolls-20190202t092645529z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"app":"steemit/0.1"} |
created | 2019-02-02 09:26:42 |
last_update | 2019-02-02 09:26:42 |
depth | 3 |
children | 0 |
last_payout | 2019-02-09 09:26:42 |
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 | 27 |
author_reputation | 1,401,181,767,850,181 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 79,292,320 |
net_rshares | 0 |
Hi @emrebeyler! I have given witness vote to you.
author | akdx |
---|---|
permlink | re-emrebeyler-auditing-dpolls-20190201t134545624z |
category | dpoll |
json_metadata | {"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["dpoll"],"users":["emrebeyler"],"links":["/@emrebeyler"],"image":[]} |
created | 2019-02-01 13:45:48 |
last_update | 2019-02-01 13:45:48 |
depth | 1 |
children | 0 |
last_payout | 2019-02-08 13:45: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 | 49 |
author_reputation | 78,988,598,739,152 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,256,703 |
net_rshares | 0 |
Thank you very much for the effort Posted using [Partiko Android](https://steemit.com/@partiko-android)
author | bboyady |
---|---|
permlink | bboyady-re-emrebeyler-auditing-dpolls-20190201t031800493z |
category | dpoll |
json_metadata | {"app":"partiko","client":"android"} |
created | 2019-02-01 03:18:00 |
last_update | 2019-02-01 03:18:00 |
depth | 1 |
children | 0 |
last_payout | 2019-02-08 03: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 | 104 |
author_reputation | 43,520,100,071,183 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,237,868 |
net_rshares | 0 |
Thanks for doing this audit! It's great that you have identified possible problems and hopefully this leads to an improvement of the dpoll dapp for the future!
author | bengy |
---|---|
permlink | re-emrebeyler-auditing-dpolls-20190201t061242857z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"app":"steemit/0.1"} |
created | 2019-02-01 06:12:45 |
last_update | 2019-02-01 06:12:45 |
depth | 1 |
children | 0 |
last_payout | 2019-02-08 06:12: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 | 159 |
author_reputation | 1,234,995,459,312,514 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,242,759 |
net_rshares | 0 |
Nice work! Posted using [Partiko Android](https://steemit.com/@partiko-android)
author | boyanpro |
---|---|
permlink | boyanpro-re-emrebeyler-auditing-dpolls-20190131t213018876z |
category | dpoll |
json_metadata | {"app":"partiko","client":"android"} |
created | 2019-01-31 21:30:18 |
last_update | 2019-01-31 21:30:18 |
depth | 1 |
children | 0 |
last_payout | 2019-02-07 21:30: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 | 80 |
author_reputation | 2,328,945,471,331 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,228,798 |
net_rshares | 0 |
Goodevening Emre you audit is appreciated, Thank you for the time and effort and the explanation ! We Will See what @theycallmedan , Dan decides Gr. Britt
author | brittandjosie |
---|---|
permlink | re-emrebeyler-auditing-dpolls-20190131t220240650z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"users":["theycallmedan"],"app":"steemit/0.1"} |
created | 2019-01-31 22:02:39 |
last_update | 2019-01-31 22:02:39 |
depth | 1 |
children | 0 |
last_payout | 2019-02-07 22:02:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.053 HBD |
curator_payout_value | 0.001 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 154 |
author_reputation | 525,661,217,955,513 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,229,683 |
net_rshares | 146,323,887,420 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
emrebeyler | 0 | 146,323,887,420 | 30% |
I don't understand the technical side of things, but it seems like you are on top of it! Nice work!
author | byn |
---|---|
permlink | re-emrebeyler-auditing-dpolls-20190201t003240962z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"app":"steemit/0.1"} |
created | 2019-02-01 00:32:39 |
last_update | 2019-02-01 00:32:39 |
depth | 1 |
children | 0 |
last_payout | 2019-02-08 00:32: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 | 99 |
author_reputation | 17,859,405,204,386 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,233,597 |
net_rshares | 0 |
Thank you for your efforts. i voted you blockchainstudio told me that you are a very good witness.
author | byubat |
---|---|
permlink | re-emrebeyler-auditing-dpolls-20190202t062201863z |
category | dpoll |
json_metadata | {"community":"busy","app":"busy/2.5.6","format":"markdown","tags":["dpoll"],"users":[],"links":[],"image":[]} |
created | 2019-02-02 06:22:06 |
last_update | 2019-02-02 06:22:06 |
depth | 1 |
children | 1 |
last_payout | 2019-02-09 06:22: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 | 100 |
author_reputation | 45,107,973,362,766 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,287,435 |
net_rshares | 0 |
Thank you. Much appreciated. :)
author | emrebeyler |
---|---|
permlink | re-byubat-re-emrebeyler-auditing-dpolls-20190202t064147921z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"app":"steemit/0.1"} |
created | 2019-02-02 06:41:51 |
last_update | 2019-02-02 06:41:51 |
depth | 2 |
children | 0 |
last_payout | 2019-02-09 06:41: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 | 31 |
author_reputation | 448,528,959,341,273 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,287,929 |
net_rshares | 0 |
I don't understand most of what you just wrote, but I thank you for knowing this stuff and sharing it, and you got my witness vote! 
author | carolkean |
---|---|
permlink | re-emrebeyler-auditing-dpolls-20190201t140551917z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"image":["https://cdn.steemitimages.com/DQmYgyo7nmNXRMV9JH1peLXUrcdr8QAQ8ZEwZiugf9wsKU8/image.png"],"app":"steemit/0.1"} |
created | 2019-02-01 14:05:54 |
last_update | 2019-02-01 14:05:54 |
depth | 1 |
children | 2 |
last_payout | 2019-02-08 14:05: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 | 224 |
author_reputation | 75,248,652,811,052 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,257,438 |
net_rshares | 0 |
Thanks for the wallet transfer and the quick link to vote: https://steemconnect.com/sign/account-witness-vote?witness=emrebeyler&approve=1
author | carolkean |
---|---|
permlink | re-carolkean-re-emrebeyler-auditing-dpolls-20190201t140703270z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"links":["https://steemconnect.com/sign/account-witness-vote?witness=emrebeyler&approve=1"],"app":"steemit/0.1"} |
created | 2019-02-01 14:07:06 |
last_update | 2019-02-01 14:07:06 |
depth | 2 |
children | 0 |
last_payout | 2019-02-08 14:07: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 | 138 |
author_reputation | 75,248,652,811,052 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,257,474 |
net_rshares | 0 |
Thank you! :)
author | emrebeyler |
---|---|
permlink | re-carolkean-re-emrebeyler-auditing-dpolls-20190201t203328740z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"app":"steemit/0.1"} |
created | 2019-02-01 20:33:30 |
last_update | 2019-02-01 20:33:30 |
depth | 2 |
children | 0 |
last_payout | 2019-02-08 20:33: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 | 448,528,959,341,273 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,271,771 |
net_rshares | 0 |
I don't understand all this technical stuff, but I'm glad you do! lol. Thanks for checking on this and breaking it all down for us!
author | derekrichardson |
---|---|
permlink | re-emrebeyler-auditing-dpolls-20190131t220807241z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"app":"steemit/0.1"} |
created | 2019-01-31 22:08:09 |
last_update | 2019-01-31 22:08:09 |
depth | 1 |
children | 0 |
last_payout | 2019-02-07 22:08:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.053 HBD |
curator_payout_value | 0.002 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 133 |
author_reputation | 145,529,759,168,956 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 0 |
post_id | 79,229,853 |
net_rshares | 145,605,952,071 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
emrebeyler | 0 | 145,605,952,071 | 30% |
Good work. Its good to see things are being checked and audited. Posted using [Partiko Android](https://steemit.com/@partiko-android)
author | felt.buzz |
---|---|
permlink | felt-buzz-re-emrebeyler-auditing-dpolls-20190131t233053641z |
category | dpoll |
json_metadata | {"app":"partiko","client":"android"} |
created | 2019-01-31 23:30:54 |
last_update | 2019-01-31 23:30:54 |
depth | 1 |
children | 0 |
last_payout | 2019-02-07 23:30: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 | 134 |
author_reputation | 428,534,006,225,551 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,231,962 |
net_rshares | 0 |
Thank you @emrebeyler for this. Like many of my fellow #PowerHouseCreatives, the important techical minuteai are beyond me, but I get, in general what this all means. What a lot of hard work which is really appreciated and which can only add value to the @steemit block chain. Posted using [Partiko Android](https://steemit.com/@partiko-android)
author | fionasfavourites |
---|---|
permlink | fionasfavourites-re-emrebeyler-auditing-dpolls-20190201t035345430z |
category | dpoll |
json_metadata | {"app":"partiko","client":"android"} |
created | 2019-02-01 03:53:45 |
last_update | 2019-02-01 03:53:45 |
depth | 1 |
children | 0 |
last_payout | 2019-02-08 03:53: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 | 346 |
author_reputation | 655,356,445,488,350 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,238,821 |
net_rshares | 0 |
Thank you for looking into this... I am clueless about coding and all the behind the scenes of computers and technology... and as a steemitbloggers (powerhousecreatives) member... I wanted to thank you personally for all this hard work and research you did!
author | goldendawne |
---|---|
permlink | re-emrebeyler-auditing-dpolls-20190201t115020910z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"app":"steemit/0.1"} |
created | 2019-02-01 11:50:24 |
last_update | 2019-02-01 11:50:24 |
depth | 1 |
children | 0 |
last_payout | 2019-02-08 11:50:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.257 HBD |
curator_payout_value | 0.085 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 257 |
author_reputation | 93,702,237,931,295 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,252,897 |
net_rshares | 702,011,015,415 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
lizardslayer | 0 | 3,856,074,636 | 100% | ||
fulltimebot8 | 0 | 40,945,443,181 | 32.82% | ||
fulltimebot12 | 0 | 40,942,169,001 | 32.85% | ||
townmayor | 0 | 1,448,812,522 | 100% | ||
realcleaner | 0 | 614,818,516,075 | 30.53% |
Thank you for your time and effort for the audit. 😊
author | iamjadeline |
---|---|
permlink | re-emrebeyler-auditing-dpolls-20190201t031751470z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"app":"steemit/0.1"} |
created | 2019-02-01 03:17:54 |
last_update | 2019-02-01 03:17:54 |
depth | 1 |
children | 0 |
last_payout | 2019-02-08 03:17: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 | 51 |
author_reputation | 507,005,838,850,285 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,237,864 |
net_rshares | 0 |
Thank you VERY much for this @emrebeyler!
author | jaynie |
---|---|
permlink | re-emrebeyler-auditing-dpolls-20190201t063718935z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"users":["emrebeyler"],"app":"steemit/0.1"} |
created | 2019-02-01 06:37:24 |
last_update | 2019-02-01 06:37:24 |
depth | 1 |
children | 0 |
last_payout | 2019-02-08 06: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 | 41 |
author_reputation | 534,365,281,078,885 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,243,410 |
net_rshares | 0 |
Double checking always appreciated for honest result @emrebeyler a bit of a nuisance, it is par for the course with code. Thank you for great poll, visiting from #powerhousecreatives AKA @steemitbloggers
author | joanstewart |
---|---|
permlink | re-emrebeyler-auditing-dpolls-20190201t081350757z |
category | dpoll |
json_metadata | {"tags":["dpoll","powerhousecreatives"],"users":["emrebeyler","steemitbloggers"],"app":"steemit/0.1"} |
created | 2019-02-01 08:13:48 |
last_update | 2019-02-01 08:13:48 |
depth | 1 |
children | 0 |
last_payout | 2019-02-08 08:13: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 | 204 |
author_reputation | 391,991,791,974,940 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,246,228 |
net_rshares | 0 |
I don't understand really But I understand, it is ironing kinks and trouble shooting and it takes time So I just wanted to say thank you :D
author | kaerpediem |
---|---|
permlink | re-emrebeyler-auditing-dpolls-20190201t021504143z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"app":"steemit/0.1"} |
created | 2019-02-01 02:15:03 |
last_update | 2019-02-01 02:15:03 |
depth | 1 |
children | 0 |
last_payout | 2019-02-08 02: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 | 140 |
author_reputation | 208,126,373,105,289 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,236,158 |
net_rshares | 0 |
Thx for putting in the time :) Also thanks to @abh12345 about pointing out the proiblem with comments deleting. SteemitBloggers let's go!!!
author | matkodurko |
---|---|
permlink | re-emrebeyler-auditing-dpolls-20190201t074940018z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"users":["abh12345"],"app":"steemit/0.1"} |
created | 2019-02-01 07:49:39 |
last_update | 2019-02-01 07:49:39 |
depth | 1 |
children | 0 |
last_payout | 2019-02-08 07:49: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 | 141 |
author_reputation | 37,701,833,390,080 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,245,471 |
net_rshares | 0 |
Appreciate the transparency and attacking the situation. We need more of this constructive collaboration in the ecosystem for all to succeed. Work never ends! Posted using [Partiko iOS](https://steemit.com/@partiko-ios)
author | newageinv |
---|---|
permlink | newageinv-re-emrebeyler-auditing-dpolls-20190201t232411814z |
category | dpoll |
json_metadata | {"app":"partiko","client":"ios"} |
created | 2019-02-01 23:24:12 |
last_update | 2019-02-01 23:24:12 |
depth | 1 |
children | 0 |
last_payout | 2019-02-08 23:24: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 | 222 |
author_reputation | 259,270,782,399,749 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,276,352 |
net_rshares | 0 |
This post has been included in the latest edition of [**SoS Daily News**](https://steemit.com/steem/@pennsif/sos-daily-news-news-about-the-state-of-steem-31-january-2019) - a digest of all you need to know about the State of Steem. *** * *Editor of the [**The State of Steem SoS Daily News**](https://steemit.com/steem/@pennsif/sos-daily-news-news-about-the-state-of-steem-31-january-2019).* * *Promoter of [**The State of Steem SoS Weekly Forums**](https://steemit.com/steem/@pennsif/the-state-of-steem-forum-6-communities-with-ned-and-friends-starting-in-45-minutes-8pm-12am-utc-msp-waves).* * *Editor of the [**weekly listing of steem radio shows, podcasts & social broadcasts**](https://steemit.com/mspwaves/@pennsif/schedule-of-radio-shows-podcasts-and-social-broadcasts-week-beginning-28-january-2019).* * *Founder of the [**A Dollar A Day**](https://steemit.com/adollaraday/@adollaraday/a-dollar-a-day-charitable-giving-project-ususd-5000-donated-in-8-months-we-made-it) charitable giving project.* ***
author | pennsif |
---|---|
permlink | re-emrebeyler-auditing-dpolls-20190201t214416970z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"links":["https://steemit.com/steem/@pennsif/sos-daily-news-news-about-the-state-of-steem-31-january-2019","https://steemit.com/steem/@pennsif/the-state-of-steem-forum-6-communities-with-ned-and-friends-starting-in-45-minutes-8pm-12am-utc-msp-waves","https://steemit.com/mspwaves/@pennsif/schedule-of-radio-shows-podcasts-and-social-broadcasts-week-beginning-28-january-2019","https://steemit.com/adollaraday/@adollaraday/a-dollar-a-day-charitable-giving-project-ususd-5000-donated-in-8-months-we-made-it"],"app":"steemit/0.1"} |
created | 2019-02-01 21:44:18 |
last_update | 2019-02-01 21:44:18 |
depth | 1 |
children | 0 |
last_payout | 2019-02-08 21:44: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 | 1,016 |
author_reputation | 636,410,097,572,565 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,273,625 |
net_rshares | 0 |
I have never studied any scripts or computer programming. Thanks to everyone with the know-how for your time.
author | rebeccabe |
---|---|
permlink | re-emrebeyler-auditing-dpolls-20190131t220509260z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"app":"steemit/0.1"} |
created | 2019-01-31 22:05:09 |
last_update | 2019-01-31 22:05:09 |
depth | 1 |
children | 0 |
last_payout | 2019-02-07 22:05: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 | 112 |
author_reputation | 18,143,162,511,159 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,229,775 |
net_rshares | 0 |
THank you so much for your auditing!
author | sgbonus |
---|---|
permlink | re-emrebeyler-auditing-dpolls-20190201t165709719z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"app":"steemit/0.1"} |
created | 2019-02-01 16:57:12 |
last_update | 2019-02-01 16:57:12 |
depth | 1 |
children | 1 |
last_payout | 2019-02-08 16:57: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 | 36 |
author_reputation | 201,668,363,696,589 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,264,445 |
net_rshares | 0 |
Its my duty! :-)
author | emrebeyler |
---|---|
permlink | re-sgbonus-re-emrebeyler-auditing-dpolls-20190201t203235540z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"app":"steemit/0.1"} |
created | 2019-02-01 20:32:36 |
last_update | 2019-02-01 20:32:36 |
depth | 2 |
children | 0 |
last_payout | 2019-02-08 20:32: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 | 16 |
author_reputation | 448,528,959,341,273 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,271,741 |
net_rshares | 0 |
I wonder if that's because I've only made a couple of comments through this account, and still haven't done my intro post yet... oopsies... LOL! If I can help with the bug in any way, please feel free to shout out! 😊
author | steemitwitchery |
---|---|
permlink | re-emrebeyler-auditing-dpolls-20190131t204722308z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"app":"steemit/0.1"} |
created | 2019-01-31 20:47:15 |
last_update | 2019-01-31 20:47:15 |
depth | 1 |
children | 8 |
last_payout | 2019-02-07 20:47: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 | 217 |
author_reputation | 555,599,465 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,227,544 |
net_rshares | 3,609,891,498 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
fionasfavourites | 0 | 3,609,891,498 | 100% |
Looks like you have used some witchery! :)
author | emrebeyler |
---|---|
permlink | re-steemitwitchery-re-emrebeyler-auditing-dpolls-20190131t211424984z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"app":"steemit/0.1"} |
created | 2019-01-31 21:14:24 |
last_update | 2019-01-31 21:14:24 |
depth | 2 |
children | 7 |
last_payout | 2019-02-07 21:14: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 | 42 |
author_reputation | 448,528,959,341,273 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,228,375 |
net_rshares | 0 |
And so much for maintaining an air of mystery, when I reply from the wrong account... 😂 <center>https://media.giphy.com/media/8slVjiTs048Eg/giphy.gif <a href="https://giphy.com/gifs/witch-looney-tunes-hazel-8slVjiTs048Eg">via GIPHY</a></center>
author | steemitwitchery |
---|---|
permlink | re-emrebeyler-re-steemitwitchery-re-emrebeyler-auditing-dpolls-20190131t223318424z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"image":["https://media.giphy.com/media/8slVjiTs048Eg/giphy.gif"],"links":["https://giphy.com/gifs/witch-looney-tunes-hazel-8slVjiTs048Eg"],"app":"steemit/0.1"} |
created | 2019-01-31 22:33:12 |
last_update | 2019-01-31 22:33:12 |
depth | 3 |
children | 5 |
last_payout | 2019-02-07 22:33: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 | 245 |
author_reputation | 555,599,465 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,230,480 |
net_rshares | 0 |
Maybe... 😉 😊 <center>https://media.giphy.com/media/mrntmDtLQdILS/giphy.gif <a href="https://giphy.com/gifs/animation-halloween-cartoon-mrntmDtLQdILS">via GIPHY</a></center>
author | traciyork |
---|---|
permlink | re-emrebeyler-re-steemitwitchery-re-emrebeyler-auditing-dpolls-20190131t215556728z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"image":["https://media.giphy.com/media/mrntmDtLQdILS/giphy.gif"],"links":["https://giphy.com/gifs/animation-halloween-cartoon-mrntmDtLQdILS"],"app":"steemit/0.1"} |
created | 2019-01-31 21:55:51 |
last_update | 2019-01-31 21:55:51 |
depth | 3 |
children | 0 |
last_payout | 2019-02-07 21:55: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 | 174 |
author_reputation | 427,575,589,591,997 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,229,495 |
net_rshares | 0 |
Thanks for your diligence in this dpoll voting. As a member of steemitbloggers (AKA: powerhousecreatives) I and the others truly appreciate your work.
author | sultnpapper |
---|---|
permlink | re-emrebeyler-auditing-dpolls-20190201t141203255z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"app":"steemit/0.1"} |
created | 2019-02-01 14:12:03 |
last_update | 2019-02-01 14:12:03 |
depth | 1 |
children | 1 |
last_payout | 2019-02-08 14:12: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 | 150 |
author_reputation | 35,277,557,361,074 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,257,686 |
net_rshares | 0 |
Thank you
author | emrebeyler |
---|---|
permlink | re-sultnpapper-re-emrebeyler-auditing-dpolls-20190201t203255338z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"app":"steemit/0.1"} |
created | 2019-02-01 20:32:57 |
last_update | 2019-02-01 20:32:57 |
depth | 2 |
children | 0 |
last_payout | 2019-02-08 20:32: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 | 9 |
author_reputation | 448,528,959,341,273 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,271,755 |
net_rshares | 0 |
Thank you for your dilgence to this! 🙌
author | thekittygirl |
---|---|
permlink | re-emrebeyler-auditing-dpolls-20190201t020004802z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"app":"steemit/0.1"} |
created | 2019-02-01 02:00:06 |
last_update | 2019-02-01 02:00:06 |
depth | 1 |
children | 0 |
last_payout | 2019-02-08 02:00: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 | 38 |
author_reputation | 237,997,578,424,671 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,235,770 |
net_rshares | 0 |
Thank you for taking the time and energy to look into discrepancies and share your findings. Deeply appreciated BeautyFull! Much love from the #powerhousecreatives tribe 💯🙏💕✨🙌 Posted using [Partiko Android](https://steemit.com/@partiko-android)
author | thereikiforest |
---|---|
permlink | thereikiforest-re-emrebeyler-auditing-dpolls-20190131t225658359z |
category | dpoll |
json_metadata | {"app":"partiko","client":"android"} |
created | 2019-01-31 22:57:09 |
last_update | 2019-01-31 22:57:09 |
depth | 1 |
children | 0 |
last_payout | 2019-02-07 22:57: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 | 248 |
author_reputation | 116,041,700,756,105 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,231,050 |
net_rshares | 0 |
Thank you @emrebeyler for taking the time to audit. You're hard work is greatly appreciated.
author | tryskele |
---|---|
permlink | re-emrebeyler-auditing-dpolls-20190201t025808138z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"users":["emrebeyler"],"app":"steemit/0.1"} |
created | 2019-02-01 02:58:09 |
last_update | 2019-02-01 02:58:09 |
depth | 1 |
children | 0 |
last_payout | 2019-02-08 02:58: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 | 92 |
author_reputation | 25,048,759,621,308 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,237,312 |
net_rshares | 0 |
Discrepancies do happen and I am glad that you took time to look into this. Thank you very much from #powerhousecreatives
author | watersnake101 |
---|---|
permlink | re-emrebeyler-auditing-dpolls-20190201t110251574z |
category | dpoll |
json_metadata | {"tags":["dpoll","powerhousecreatives"],"app":"steemit/0.1"} |
created | 2019-02-01 11:02:48 |
last_update | 2019-02-01 11:02:48 |
depth | 1 |
children | 0 |
last_payout | 2019-02-08 11:02: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 | 121 |
author_reputation | 61,070,595,659,661 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,251,473 |
net_rshares | 0 |
The diligence and dedication is admirable! Thanks for doing it in this case and for the platform in general.
author | zekepickleman |
---|---|
permlink | re-emrebeyler-auditing-dpolls-20190131t230244526z |
category | dpoll |
json_metadata | {"tags":["dpoll"],"app":"steemit/0.1"} |
created | 2019-01-31 23:02:45 |
last_update | 2019-01-31 23:02:45 |
depth | 1 |
children | 0 |
last_payout | 2019-02-07 23:02: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 | 109 |
author_reputation | 762,539,765,387,611 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,231,214 |
net_rshares | 0 |
Thank you @emrebeyler for this full audit and though I know that #dpoll can still be improved technical wise, I want to thank you for all your effort in creating this app! <b>Member of #powerhousecreatives (aka @steemitbloggers)</b>
author | zord189 |
---|---|
permlink | re-emrebeyler-auditing-dpolls-20190201t055038595z |
category | dpoll |
json_metadata | {"tags":["dpoll","powerhousecreatives"],"users":["emrebeyler","steemitbloggers"],"app":"steemit/0.1"} |
created | 2019-02-01 05:50:39 |
last_update | 2019-02-01 06:20:45 |
depth | 1 |
children | 0 |
last_payout | 2019-02-08 05:50: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 | 233 |
author_reputation | 347,104,176,131,702 |
root_title | "Auditing dPolls" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 79,242,075 |
net_rshares | 0 |