<center> </center> Updated some codes on back-end of steemauto.com By these changes, fanbase and upvoting comments should work fine. You don't need to understand that codes. Commits: [Number 1](https://github.com/mahdiyari/steemauto/commit/afc701670e79a4f4dace09ed41947ebae861332e): Streaming blocks and detecting posts which are authored by fans. Then upvoting that posts. Some codes: ``` ... ... // Upvoting Fanbase Followers var fanupvote = function(author,permlink){ try{ var datee = new Date(); var secondss = datee.getTime()/1000; con.query('SELECT `follower`,`weight`,`aftermin` FROM `fanbase` WHERE `fan` = "'+author+'" AND `enable`="1"', function (error, results, fields) { for(i in results){ var follower = results[i].follower; var voted = 0; if(voted == 0){ var weight = results[i].weight; var aftermin = results[i].aftermin; var datee = new Date(); var secondss = datee.getTime()/1000; var now = Math.floor(secondss); if(aftermin > 0){ var time = parseInt(now+(aftermin*60)); con.query('INSERT INTO `upvotelater`(`voter`, `author`, `permlink`, `weight`, `time`,`trail_fan`) VALUES ("'+follower+'","'+author+'","'+permlink+'","'+weight+'","'+time+'","2")', function (error, results, fields) { }); console.log('fan to delay'); }else{ upvote(follower,author,permlink,weight); console.log('fan to up'); } } } }); } catch(e){ console.log('error in fan upvote.'+e); } } ... ... ``` [Number 2](https://github.com/mahdiyari/steemauto/commit/015ec44dffb1cb9c5d95c2f301791f545c3b3c8b): Checking users every 15 minutes and checking their reward balance. then claiming that rewards. Some codes: ``` ... ... //broadcasting claim reward with adding to queue //queue will prevent blockchain spamming var delay3 = 0; function broadcastclaim(username,sbd,vest){ delay3 = delay3 +1; setTimeout(function(){ steem.broadcast.claimRewardBalance(wifkey,username,'0.000 STEEM',sbd,vest, function(err, result) { if(err){ console.log('err in claim2.'); }else{ console.log('claim done.'); } }); delay3 = delay3 -1; },100*delay3); return 1; } ... ... ``` [Number 3](https://github.com/mahdiyari/steemauto/commit/a293233ec17969285a72a2679ad66e6a1eeae2b8): Streaming blocks and detecting comments on configured users. Then upvoting configured commenters. Some codes: ``` ... ... // Upvoting Comments Automatically // var delay2 = 0; function commentupvote(userr,commenter,permlink,parentpermlink){ try{ con.query('SELECT EXISTS(SELECT * FROM `commentupvote` WHERE `user` = "'+userr+'" AND `commenter`="'+commenter+'" AND `enable`="1" AND `todayvote`<2)', function (error, results, fields) { for(i in results){ for(j in results[i]){ if(results[i][j] == 1){ con.query('SELECT EXISTS(SELECT * FROM `upvotedcomments` WHERE `user` = "'+commenter+'" AND `permlink`="'+parentpermlink+'")', function (error, results, fields) { for(o in results){ for(p in results[o]){ if(results[o][p] == 0){ con.query('SELECT `weight`,`aftermin` FROM `commentupvote` WHERE `user` = "'+userr+'" AND `commenter`="'+commenter+'" AND `enable`="1" AND `todayvote`<2', async function (error, results, fields) { for(k in results){ var weight = results[k].weight; var aftermin = results[k].aftermin; var datee = new Date(); var secondss = datee.getTime()/1000; var now = Math.floor(secondss); if(aftermin > 0){ var time = parseInt(now+(aftermin*60)); con.query('INSERT INTO `upvotelater`(`voter`, `author`, `permlink`, `weight`, `time`,`trail_fan`) VALUES ("'+userr+'","'+commenter+'","'+permlink+'","'+weight+'","'+time+'","3")', function (error, results, fields) { }); con.query('UPDATE `commentupvote` SET `todayvote`=`todayvote`+1 WHERE `user` = "'+userr+'" AND `commenter`="'+commenter+'"', function (error, results, fields) { }); con.query('INSERT INTO `upvotedcomments`(`user`, `permlink`,`time`) VALUES ("'+commenter+'","'+parentpermlink+'","'+now+'")', function (error, results, fields) { }); console.log('comment to delay'); }else{ console.log('comment to upvote'); upvote(userr,commenter,permlink,weight); con.query('INSERT INTO `upvotedcomments`(`user`, `permlink`,`time`) VALUES ("'+commenter+'","'+parentpermlink+'","'+now+'")', function (error, results, fields) { }); con.query('UPDATE `commentupvote` SET `todayvote`=`todayvote`+1 WHERE `user` = "'+userr+'" AND `commenter`="'+commenter+'"', function (error, results, fields) { }); } } }); } } } }); } } } }); } catch(e){ console.log('error in comment upvote.'); } } ... ... ``` More information about codes included as comments on each file. *** #### What is Steemauto? Steemauto comes with amazing features, Schedule post, Build a Fanbase, or leave a curation trail for users all around the world to follow. Steemauto is open source, unlimited, secure and free app for steem users. *** Regards, Steem witness, Mahdi Yari, 2018-01-30 <br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@mahdiyari/updated-fanbase-claiming-rewards-and-upvoting-comments-on-steemauto">Utopian.io - Rewarding Open Source Contributors</a></em><hr/>
author | mahdiyari | ||||||
---|---|---|---|---|---|---|---|
permlink | updated-fanbase-claiming-rewards-and-upvoting-comments-on-steemauto | ||||||
category | utopian-io | ||||||
json_metadata | {"community":"utopian","app":"utopian/1.0.0","format":"markdown","repository":{"id":110881312,"name":"steemauto","full_name":"mahdiyari/steemauto","html_url":"https://github.com/mahdiyari/steemauto","fork":false,"owner":{"login":"mahdiyari"}},"pullRequests":[],"platform":"github","type":"development","tags":["utopian-io","steemauto","steemdev","dev","contribution"],"links":["https://res.cloudinary.com/hpiynhbhq/image/upload/v1517330470/hsqo20sfc66wxvxuwfqo.png","https://github.com/mahdiyari/steemauto/commit/afc701670e79a4f4dace09ed41947ebae861332e","https://github.com/mahdiyari/steemauto/commit/015ec44dffb1cb9c5d95c2f301791f545c3b3c8b","https://github.com/mahdiyari/steemauto/commit/a293233ec17969285a72a2679ad66e6a1eeae2b8"],"image":["https://res.cloudinary.com/hpiynhbhq/image/upload/v1517330470/hsqo20sfc66wxvxuwfqo.png"],"moderator":{"account":"ms10398","time":"2018-01-30T17:23:07.760Z","reviewed":true,"pending":false,"flagged":false}} | ||||||
created | 2018-01-30 17:03:39 | ||||||
last_update | 2018-01-30 17:23:06 | ||||||
depth | 0 | ||||||
children | 26 | ||||||
last_payout | 2018-02-06 17:03:39 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 77.552 HBD | ||||||
curator_payout_value | 25.892 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 5,619 | ||||||
author_reputation | 199,864,818,197,856 | ||||||
root_title | "Updated fanbase, claiming rewards and upvoting comments on Steemauto" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 33,615,859 | ||||||
net_rshares | 18,999,220,673,684 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
teamsteem | 0 | 512,117,144,256 | 4% | ||
arzy | 0 | 198,371,912 | 100% | ||
xdark21 | 0 | 9,139,018,864 | 100% | ||
olyup | 0 | 8,942,377,401 | 21% | ||
bitland | 0 | 21,532,079,732 | 100% | ||
edrivegom | 0 | 3,486,511,577 | 25% | ||
jeffjagoe | 0 | 11,818,711,213 | 15% | ||
peacekeeper | 0 | 1,664,378,987 | 100% | ||
dks100 | 0 | 1,595,201,468 | 100% | ||
randomblock1 | 0 | 305,537,137 | 100% | ||
olesh | 0 | 1,075,101,303 | 100% | ||
defango | 0 | 77,281,888,127 | 33.33% | ||
skylineking88 | 0 | 2,143,314,627 | 100% | ||
topslim | 0 | 2,603,577,172 | 100% | ||
carterx7 | 0 | 87,307,592,189 | 100% | ||
rishi556 | 0 | 4,156,551,904 | 100% | ||
techmaster | 0 | 4,021,637,260 | 20% | ||
nataliia | 0 | 51,011,989 | 100% | ||
starrkravenmaf | 0 | 15,309,447,062 | 100% | ||
hopehuggs | 0 | 501,605,328,417 | 100% | ||
thepassenger | 0 | 18,307,931,084 | 100% | ||
khalilalfamahera | 0 | 3,176,052,839 | 100% | ||
lusterdoom | 0 | 52,148,350 | 100% | ||
chiren | 0 | 2,182,709,783 | 100% | ||
detlef-s | 0 | 9,114,994,372 | 85.55% | ||
askari | 0 | 102,301,499,086 | 100% | ||
theodosis63 | 0 | 1,372,166,271 | 100% | ||
bluetechno | 0 | 700,157,417 | 100% | ||
sixexgames | 0 | 4,891,026,005 | 100% | ||
anwarabdullah | 0 | 3,159,085,188 | 85.55% | ||
c0ff33a | 0 | 29,782,359,709 | 15% | ||
teuku.reza | 0 | 1,529,382,816 | 100% | ||
herfie | 0 | 279,877,039 | 100% | ||
rolf.bakker | 0 | 2,237,302,176 | 100% | ||
bargolis | 0 | 1,005,377,065 | 25% | ||
thethreehugs | 0 | 2,962,981,899 | 100% | ||
opportunity4u | 0 | 605,637,100 | 100% | ||
cryptoriddler | 0 | 18,141,229,484 | 100% | ||
earnonlinewith | 0 | 2,216,645,481 | 100% | ||
janusface | 0 | 55,394,464,773 | 10% | ||
peacegeneration | 0 | 844,180,491 | 100% | ||
droucil | 0 | 3,353,472,449 | 10% | ||
keshawn | 0 | 645,828,850 | 100% | ||
isoliz | 0 | 1,801,537,379 | 100% | ||
prechi | 0 | 192,683,650 | 3% | ||
mahdiyari | 0 | 454,590,524,038 | 100% | ||
vm2904 | 0 | 127,933,069,019 | 100% | ||
frederichs | 0 | 222,001,266 | 100% | ||
ronimm | 0 | 8,746,931,577 | 85.55% | ||
suraj | 0 | 510,347,315 | 85.55% | ||
iodoorclubmunich | 0 | 378,203,102 | 50% | ||
sanks7 | 0 | 6,089,986,936 | 100% | ||
lebekons | 0 | 35,814,696,659 | 86% | ||
surajkumarsharma | 0 | 528,895,162 | 85.55% | ||
omar-hesham | 0 | 11,752,344,389 | 50% | ||
abdullahmushtaq | 0 | 699,830,673 | 100% | ||
reko | 0 | 191,245,783,992 | 100% | ||
rndness222 | 0 | 109,695,269,612 | 50% | ||
duckmast3r | 0 | 347,771,389 | 1% | ||
reseller | 0 | 38,711,076,326 | 100% | ||
marianaceleste | 0 | 1,356,444,144 | 100% | ||
jamiz | 0 | 3,196,324,256 | 100% | ||
zacherybinx | 0 | 337,857,150 | 100% | ||
dysc0rd | 0 | 240,183,086 | 100% | ||
wdougwatson | 0 | 1,797,227,001 | 15% | ||
mohamedmoussa | 0 | 193,594,488 | 50% | ||
violetmed | 0 | 42,100,954,461 | 25% | ||
yvonneinoregon | 0 | 63,053,164 | 5% | ||
davidmendel | 0 | 19,636,348,590 | 100% | ||
blackmagic | 0 | 663,307,730 | 20% | ||
theaustrianguy | 0 | 96,440,704,431 | 10% | ||
zakariashikder | 0 | 192,708,817 | 1% | ||
gambit.coin | 0 | 1,337,317,953 | 100% | ||
briggsy | 0 | 84,843,616,068 | 100% | ||
kingjan | 0 | 419,696,806 | 100% | ||
dado13btc | 0 | 614,974,188 | 100% | ||
ewuoso | 0 | 217,126,877 | 3% | ||
lukakorba | 0 | 28,046,204,134 | 80% | ||
talalofficial | 0 | 4,169,465,622 | 100% | ||
jjprac | 0 | 478,575,314 | 100% | ||
elbleess | 0 | 1,764,948,070 | 50% | ||
phogyan | 0 | 112,425,920 | 50% | ||
twigg | 0 | 12,145,118,757 | 100% | ||
pijushmitra | 0 | 581,772,105 | 100% | ||
danizaharie | 0 | 43,967,803,874 | 10% | ||
onos | 0 | 8,216,199,890 | 100% | ||
krazypoet | 0 | 16,658,358,441 | 85.55% | ||
siyulaters | 0 | 615,024,136 | 100% | ||
kamilason | 0 | 616,153,412 | 100% | ||
endee | 0 | 1,468,063,699 | 100% | ||
mamacharo | 0 | 616,141,663 | 100% | ||
letsmakes | 0 | 567,916,956 | 100% | ||
chetanpadliya | 0 | 32,068,567,038 | 100% | ||
shrazi | 0 | 613,841,808 | 100% | ||
mahmuddin | 0 | 384,094,103 | 100% | ||
angrysage | 0 | 11,655,242,904 | 50% | ||
aauthespian1 | 0 | 171,505,388 | 100% | ||
avesa | 0 | 40,709,835,187 | 75% | ||
thatindianlady | 0 | 15,291,307,389 | 85.55% | ||
tradeownsystems | 0 | 199,713,498 | 100% | ||
sthitaprajna | 0 | 888,734,217 | 1% | ||
tosmartak | 0 | 630,071,524 | 100% | ||
sagor24 | 0 | 438,865,422 | 100% | ||
odibezeking | 0 | 227,905,891 | 35% | ||
dxdei | 0 | 135,190,832 | 100% | ||
nainaztengra | 0 | 167,844,071,187 | 100% | ||
sonali5 | 0 | 568,371,664 | 100% | ||
intellectualsoul | 0 | 1,019,528,216 | 100% | ||
hariman | 0 | 245,567,072 | 100% | ||
mitthradiumn | 0 | 87,217,449,370 | 100% | ||
knightwarrior | 0 | 4,665,290,505 | 100% | ||
djlethalskillz | 0 | 130,045,200 | 1% | ||
rehan12 | 0 | 921,106,127 | 100% | ||
steeminformation | 0 | 5,815,207,048 | 100% | ||
alokkamboj | 0 | 295,326,029 | 100% | ||
mhmegh | 0 | 2,106,268,334 | 100% | ||
nopire | 0 | 540,763,331 | 100% | ||
stoodkev | 0 | 86,296,816,315 | 50% | ||
igider | 0 | 5,586,486,369 | 100% | ||
steeminfobot | 0 | 3,388,981,166 | 100% | ||
transcript-junky | 0 | 12,164,089,620 | 100% | ||
reekadoh | 0 | 123,449,238 | 100% | ||
bradfordtennyson | 0 | 33,359,338,583 | 45% | ||
rijalmahyud | 0 | 961,466,721 | 100% | ||
safrims | 0 | 691,240,334 | 100% | ||
dineandtravel | 0 | 515,667,323 | 100% | ||
kokoliso | 0 | 2,757,795,739 | 85.55% | ||
valorforfreedom | 0 | 421,436,177,277 | 100% | ||
tonygreene113 | 0 | 2,987,880,456 | 100% | ||
rusinho027 | 0 | 1,244,303,703 | 100% | ||
harryp3 | 0 | 2,409,455,870 | 100% | ||
yazanstorm | 0 | 293,977,105 | 100% | ||
tuckerjtruman | 0 | 7,594,296,741 | 85.55% | ||
damzxyno | 0 | 1,123,936,666 | 100% | ||
walidchabir | 0 | 804,089,762 | 100% | ||
sohel7421 | 0 | 3,384,710,971 | 100% | ||
sakilansary | 0 | 2,209,996,582 | 100% | ||
amanat1993 | 0 | 14,206,794,297 | 30% | ||
dobartim | 0 | 33,418,445,499 | 2% | ||
andreacervantes | 0 | 1,336,258,819 | 100% | ||
rsrestinga | 0 | 1,360,430,521 | 100% | ||
suheri | 0 | 239,355,938 | 100% | ||
videogeek | 0 | 178,050,481 | 10% | ||
nomadics | 0 | 31,118,587,727 | 100% | ||
afrikablr | 0 | 1,589,710,649 | 100% | ||
timclore | 0 | 524,842,198 | 100% | ||
autumnking | 0 | 503,437,633 | 100% | ||
braveheart29 | 0 | 32,632,803,242 | 100% | ||
steemit-earn | 0 | 830,233,132 | 100% | ||
bcrafts | 0 | 1,296,081,174 | 20% | ||
a-a-lifemix | 0 | 6,161,991,470 | 100% | ||
traba-emo | 0 | 357,239,479 | 100% | ||
businessman12 | 0 | 602,492,939 | 100% | ||
techmojo | 0 | 81,160,358 | 0.05% | ||
littleroger | 0 | 776,967,702 | 100% | ||
alfa-good | 0 | 1,033,680,923 | 100% | ||
blockgators | 0 | 20,383,938,909 | 5% | ||
steemit-bot | 0 | 469,027,238 | 100% | ||
ankapolo | 0 | 378,501,024 | 5% | ||
stanvic | 0 | 755,097,362 | 100% | ||
omar14x | 0 | 593,097,994 | 100% | ||
purohumor | 0 | 606,002,818 | 100% | ||
sst | 0 | 99,841,499 | 100% | ||
amazingtech100 | 0 | 594,163,615 | 100% | ||
sumisristi | 0 | 407,030,100 | 100% | ||
hrovat66 | 0 | 190,748,935 | 100% | ||
whaproject | 0 | 321,478,643 | 100% | ||
ryankofi | 0 | 851,458,175 | 100% | ||
hasitpbhatt | 0 | 537,163,151 | 100% | ||
spacetrucker | 0 | 62,043,754 | 2% | ||
nature.indonesia | 0 | 614,073,739 | 100% | ||
mhdriza | 0 | 64,683,728 | 100% | ||
crypto570 | 0 | 425,461,169 | 100% | ||
timeall | 0 | 2,759,947,221 | 100% | ||
peak.endrule | 0 | 1,294,201,489 | 100% | ||
captainklaus | 0 | 2,211,611,498 | 100% | ||
emmamartin | 0 | 607,867,291 | 100% | ||
pouya7 | 0 | 616,677,244 | 100% | ||
muhammadrizki96 | 0 | 50,190,927 | 100% | ||
openmusic | 0 | 1,405,994,044 | 100% | ||
agusalim86 | 0 | 150,393,378 | 100% | ||
bestsapolok2 | 0 | 635,287,164 | 100% | ||
utopian-io | 0 | 14,744,357,818,658 | 9.67% | ||
reshmira | 0 | 593,984,899 | 100% | ||
ihtiht | 0 | 5,437,939,411 | 100% | ||
yanosh01 | 0 | 1,707,907,853 | 10% | ||
moscato | 0 | 4,990,223,843 | 100% | ||
bestnazmul2 | 0 | 507,748,896 | 100% | ||
ikbal1234 | 0 | 604,976,304 | 100% | ||
nazmul82 | 0 | 118,949,940 | 10% | ||
buzzingsushant | 0 | 617,733,458 | 100% | ||
steinhammer | 0 | 377,535,158 | 100% | ||
nehomar | 0 | 1,291,669,034 | 1% | ||
steveconnor | 0 | 1,588,156,419 | 10% | ||
adam7 | 0 | 3,512,738,947 | 100% | ||
helamia | 0 | 3,470,879,010 | 100% | ||
bestmspulok1 | 0 | 544,944,485 | 100% | ||
bestnazmul1 | 0 | 488,215,304 | 100% | ||
nithil | 0 | 549,595,810 | 100% | ||
yudiana | 0 | 552,673,965 | 100% | ||
tariksaran | 0 | 574,393,288 | 100% | ||
nirgf | 0 | 6,144,241,580 | 100% | ||
mzuami | 0 | 126,677,214 | 100% | ||
abtin | 0 | 1,228,692,655 | 100% | ||
kenking | 0 | 224,344,088 | 100% | ||
ekushya | 0 | 1,987,991,548 | 100% | ||
lets-tech | 0 | 613,841,808 | 100% | ||
ggirl | 0 | 1,782,741,673 | 100% | ||
beautifulday | 0 | 109,647,007 | 10% | ||
cmroxburgh | 0 | 592,381,826 | 100% | ||
ekjosh | 0 | 257,930,193 | 100% | ||
steemauto | 0 | 489,040,776 | 100% | ||
alamin0263 | 0 | 1,780,961,668 | 1% | ||
robertthomas | 0 | 61,439,382 | 10% | ||
arthurwatson | 0 | 61,532,000 | 10% | ||
pinkayesh | 0 | 548,670,482 | 100% | ||
maryhansen | 0 | 157,874,807 | 10% | ||
nancystinchcomb | 0 | 61,532,000 | 10% | ||
yanga | 0 | 941,658,991 | 100% | ||
fortir | 0 | 76,864,943 | 10% | ||
rohu03 | 0 | 3,182,778,865 | 100% | ||
westonmills | 0 | 202,405,325 | 10% | ||
hrishikesh | 0 | 257,772,403 | 100% | ||
syfulcomet | 0 | 1,580,010,257 | 100% | ||
lowlylutfur | 0 | 1,048,730,031 | 100% | ||
absn | 0 | 636,905,639 | 100% | ||
naideth | 0 | 604,268,854 | 100% | ||
bestsohag1 | 0 | 565,855,914 | 100% | ||
shaifullah | 0 | 385,749,250 | 100% | ||
danyachmad | 0 | 89,009,155 | 100% | ||
msrasel | 0 | 320,179,456 | 100% | ||
waniphotography | 0 | 89,515,311 | 100% | ||
xettrinabin | 0 | 403,382,515 | 100% | ||
sziu | 0 | 342,488,120 | 100% | ||
utso | 0 | 308,454,004 | 100% | ||
avinashchowdary4 | 0 | 467,209,806 | 100% | ||
kcherukuri | 0 | 279,444,988 | 100% | ||
totyahmed731993 | 0 | 3,858,814,883 | 100% | ||
farukcom | 0 | 609,856,074 | 2% | ||
mathewtherry | 0 | 168,413,146 | 10% | ||
bhabhimeena | 0 | 497,082,036 | 100% | ||
laxmibhanji | 0 | 508,078,618 | 100% | ||
jvsmsjeevitesh | 0 | 579,264,792 | 100% | ||
ladybirdec | 0 | 215,362,000 | 100% | ||
krimka | 0 | 396,330,771 | 100% | ||
lotteryfy | 0 | 113,779,387 | 10% | ||
hesham-safwat | 0 | 402,435,825 | 50% | ||
pyaesoneaung1774 | 0 | 132,567,015 | 70% | ||
mdsalahuddin | 0 | 495,582,013 | 100% | ||
blowmywhistle | 0 | 2,682,554,742 | 100% | ||
zzdenis | 0 | 1,214,184,078 | 10% | ||
wasikrn | 0 | 593,783,800 | 100% | ||
omrfrq18 | 0 | 569,171,000 | 100% | ||
shuvo5 | 0 | 593,782,967 | 100% | ||
vootgirl | 0 | 15,478,032,700 | 85.55% | ||
abdulla.emran | 0 | 615,790,116 | 100% | ||
christineirene | 0 | 2,354,972,144 | 10% | ||
williams-owb | 0 | 400,282,752 | 100% | ||
andisantos | 0 | 67,522,279 | 100% | ||
onyemacourage | 0 | 952,692,945 | 10% | ||
nafisacom | 0 | 418,279,864 | 3% | ||
thrinadh | 0 | 614,084,997 | 100% | ||
hardhouse | 0 | 61,409,865 | 10% | ||
moca | 0 | 92,143,752 | 100% | ||
hungryhustle | 0 | 484,944,254 | 100% | ||
sohailahmed | 0 | 1,492,526,654 | 100% | ||
investor7 | 0 | 606,574,878 | 100% | ||
mycryptoverse | 0 | 4,131,340,051 | 100% | ||
ericjordan | 0 | 665,939,503 | 100% | ||
ikramellahi | 0 | 569,206,815 | 100% | ||
kalyanvlog | 0 | 581,356,511 | 100% | ||
bustami83 | 0 | 64,462,505 | 100% | ||
chayon | 0 | 533,100,304 | 100% | ||
andreeamta | 0 | 425,686,766 | 100% | ||
argentoescribe | 0 | 421,388,529 | 100% | ||
artbyclark | 0 | 4,234,064,666 | 100% | ||
cryptocomic | 0 | 605,373,650 | 100% | ||
hardrockebab | 0 | 1,595,915,337 | 100% | ||
safwan10000 | 0 | 586,630,515 | 100% | ||
e-gaucho | 0 | 420,760,145 | 100% | ||
blue.panda | 0 | 447,729,321 | 100% | ||
phgnomo | 0 | 2,173,560,113 | 100% | ||
steemfest2 | 0 | 421,363,966 | 100% | ||
gordon92 | 0 | 689,394,216 | 100% | ||
maliksajad | 0 | 613,850,524 | 100% | ||
animefanrd | 0 | 70,610,451 | 100% | ||
mindpainter | 0 | 573,774,987 | 100% | ||
krissy330 | 0 | 228,230,004 | 10% | ||
sedik | 0 | 590,331,042 | 100% | ||
ivan.atman | 0 | 3,323,064,206 | 100% | ||
hashray | 0 | 576,139,513 | 100% | ||
salmanrauf | 0 | 540,916,955 | 100% | ||
peterkkim96 | 0 | 1,391,890,084 | 100% | ||
silentpartnerio | 0 | 205,805,841 | 33.33% | ||
robpyne | 0 | 1,513,026,260 | 100% | ||
lovetdy | 0 | 52,183,002 | 100% | ||
callme | 0 | 221,014,306 | 100% | ||
davsner | 0 | 614,272,791 | 100% | ||
tunise | 0 | 617,631,834 | 100% | ||
tijani | 0 | 267,308,835 | 100% | ||
bobsthinking | 0 | 1,720,138,941 | 100% | ||
favoursampson | 0 | 601,825,157 | 100% | ||
smilewithme | 0 | 67,409,535 | 15% | ||
jamesmovic | 0 | 1,171,971,829 | 100% | ||
fiderlet | 0 | 476,815,540 | 100% | ||
auliyatullah | 0 | 517,249,559 | 100% | ||
stanjames | 0 | 617,548,723 | 100% | ||
portillo | 0 | 1,323,292,648 | 100% | ||
epic-fail | 0 | 2,983,207,609 | 100% | ||
ohmylove | 0 | 55,389,010 | 100% | ||
dandida | 0 | 2,746,525,123 | 100% | ||
giocondo83 | 0 | 423,592,852 | 100% | ||
olavic | 0 | 474,523,499 | 100% | ||
mahaow | 0 | 592,506,836 | 100% | ||
janiefiteny15 | 0 | 546,819,777 | 100% | ||
jfmrt15 | 0 | 531,021,818 | 100% | ||
osmania | 0 | 421,540,002 | 100% | ||
osobiggie | 0 | 115,474,866 | 5% | ||
socialmediaseo | 0 | 750,947,639 | 100% | ||
nuridin | 0 | 1,955,797,230 | 10% | ||
bryangav | 0 | 5,283,903,765 | 100% | ||
shakeelptc1234 | 0 | 864,388,319 | 100% | ||
ankavatar | 0 | 543,255,141 | 100% | ||
thecreatorx | 0 | 342,202,596 | 100% | ||
embesilikat | 0 | 546,813,607 | 100% | ||
andrelion | 0 | 95,150,263 | 100% | ||
mrxplicit | 0 | 411,281,835 | 100% | ||
shaharyarbaig | 0 | 616,075,359 | 100% | ||
see5staar | 0 | 729,013,036 | 100% | ||
exxe | 0 | 558,988,240 | 100% | ||
zoeyvalliant | 0 | 1,407,457,762 | 100% | ||
ultraspace | 0 | 601,559,276 | 100% | ||
vaansteam | 0 | 4,322,896,498 | 20% | ||
neneandy | 0 | 5,109,588,003 | 100% | ||
kousarabbas | 0 | 497,505,482 | 100% | ||
ghevangelist | 0 | 537,739,466 | 100% | ||
sanyjaya | 0 | 52,327,119 | 100% | ||
gangplankhg | 0 | 82,412,909 | 33.33% | ||
gangplankhq | 0 | 97,719,006 | 33.33% | ||
teevmoore | 0 | 632,646,702 | 100% | ||
franklinolas | 0 | 554,086,900 | 100% | ||
angelfidel | 0 | 451,206,808 | 100% | ||
mashiliyanage | 0 | 920,094,004 | 100% | ||
saikolola | 0 | 615,478,550 | 100% | ||
rikki-ch | 0 | 832,180,871 | 100% | ||
ahsanwaqas | 0 | 390,439,041 | 100% | ||
kennybrown | 0 | 3,261,366,238 | 100% | ||
annepage | 0 | 363,199,294 | 100% | ||
bidhanghimire | 0 | 617,777,815 | 100% | ||
amayahaley21 | 0 | 330,160,921 | 15% | ||
jogabonito | 0 | 562,132,857 | 100% | ||
evilardy | 0 | 614,357,626 | 100% | ||
sheilamae | 0 | 672,755,819 | 100% | ||
kamalkhann | 0 | 98,595,148 | 100% | ||
peopleofthenight | 0 | 451,657,500 | 100% | ||
sharmad | 0 | 602,410,741 | 100% | ||
freeforall | 0 | 508,647,617 | 100% | ||
kamilala125 | 0 | 592,365,756 | 100% | ||
prasamsha | 0 | 601,570,665 | 100% | ||
eliorojas | 0 | 528,017,032 | 100% | ||
dretimax | 0 | 365,291,996 | 100% | ||
zipplyo | 0 | 265,779,733 | 100% | ||
nameless-berk | 0 | 866,531,859 | 100% | ||
alfiadi | 0 | 592,680,793 | 100% | ||
chibikko-snap | 0 | 267,892,599 | 100% | ||
ttalk | 0 | 1,809,312,834 | 100% | ||
gulnawazkhan | 0 | 420,960,560 | 100% | ||
mctursh | 0 | 132,029,427 | 100% | ||
busanallroom | 0 | 576,654,700 | 100% | ||
mirzaasad | 0 | 470,593,463 | 100% | ||
malenna | 0 | 580,091,544 | 100% | ||
drink-and-draw | 0 | 586,851,115 | 100% | ||
steemslav | 0 | 580,270,845 | 100% | ||
historylover | 0 | 316,042,092 | 100% | ||
uvokz | 0 | 527,449,229 | 100% | ||
dave76 | 0 | 614,500,000 | 100% | ||
enzolnes13 | 0 | 583,184,391 | 100% | ||
rajendrabkt | 0 | 586,958,742 | 100% | ||
adonimus | 0 | 561,719,181 | 100% | ||
ale6grande | 0 | 435,825,623 | 100% | ||
jeng-e | 0 | 488,008,856 | 100% | ||
onaghise | 0 | 423,818,102 | 100% | ||
astur | 0 | 175,214,156 | 100% | ||
julum | 0 | 586,426,490 | 100% | ||
shinyasuo88 | 0 | 464,401,839 | 100% | ||
mihailo489 | 0 | 613,789,992 | 100% | ||
cicilibicili | 0 | 583,302,226 | 100% | ||
tincanjunction | 0 | 862,667,050 | 100% | ||
meraj98 | 0 | 607,750,773 | 100% | ||
engkotbaceeraya | 0 | 362,670,083 | 62.33% | ||
ivarskreldanton | 0 | 608,319,924 | 100% | ||
yatsuk.kostia | 0 | 1,173,640,013 | 100% | ||
sanjo1986 | 0 | 3,170,958,033 | 20% | ||
awaisghani | 0 | 261,805,083 | 100% | ||
dantaidla | 0 | 494,624,083 | 100% | ||
fazilwasyap | 0 | 282,590,615 | 100% | ||
dontlosehope | 0 | 544,703,745 | 100% | ||
socherry | 0 | 503,554,981 | 100% | ||
ronikarain | 0 | 135,419,553 | 100% | ||
madm3xx | 0 | 400,153,438 | 100% | ||
onecesar | 0 | 323,659,402 | 100% | ||
tarmizitar | 0 | 52,230,308 | 100% | ||
hazeltree | 0 | 292,505,817 | 100% | ||
cryptoscout | 0 | 347,221,849 | 100% | ||
funb | 0 | 0 | 100% | ||
rizvy | 0 | 606,466,272 | 100% | ||
jvssdrevanth | 0 | 493,740,321 | 100% | ||
stramek | 0 | 567,868,648 | 100% | ||
successmindset | 0 | 258,078,757 | 100% | ||
khadimhussain | 0 | 423,677,565 | 100% | ||
awais33 | 0 | 473,144,311 | 100% | ||
wormzilla | 0 | 371,770,782 | 100% | ||
arif019 | 0 | 417,841,681 | 100% | ||
osere | 0 | 474,026,678 | 100% | ||
jubir-27 | 0 | 602,183,480 | 100% | ||
princetitan | 0 | 614,472,873 | 100% | ||
malikarslan | 0 | 286,319,838 | 100% | ||
holcombart | 0 | 473,497,898 | 100% | ||
andreamario | 0 | 525,513,620 | 100% | ||
abuhasan | 0 | 500,928,021 | 100% | ||
hassanshykh | 0 | 589,892,879 | 100% | ||
lavinas | 0 | 611,399,281 | 100% | ||
shaique.ahmed | 0 | 614,470,210 | 100% | ||
disonreign | 0 | 322,596,232 | 100% | ||
shielajing | 0 | 411,272,067 | 100% | ||
buzzenx | 0 | 608,324,253 | 100% | ||
bapput | 0 | 460,851,616 | 100% | ||
wilfredn | 0 | 521,232,064 | 100% | ||
lightningbolt | 0 | 179,543,614 | 100% | ||
nskaifa | 0 | 423,983,425 | 100% | ||
empati58 | 0 | 510,009,039 | 100% | ||
tungstentango | 0 | 553,021,779 | 100% | ||
sptelevision2018 | 0 | 202,774,582 | 100% | ||
soma2018 | 0 | 380,970,263 | 100% | ||
florenced | 0 | 614,468,131 | 100% | ||
kotelinio | 0 | 374,825,496 | 100% | ||
vishweshv | 0 | 424,095,877 | 100% | ||
la2410 | 0 | 79,976,598 | 100% | ||
minhazkhan | 0 | 533,673,938 | 100% | ||
phbr | 0 | 189,825,428 | 100% | ||
branimir.mihalic | 0 | 491,573,833 | 100% | ||
l4jon | 0 | 611,394,379 | 100% | ||
stockniper | 0 | 466,528,649 | 100% | ||
dthompson88 | 0 | 439,343,173 | 100% | ||
frissonsteemit | 0 | 273,855,599 | 100% | ||
kingsident | 0 | 510,005,792 | 100% | ||
rakibkhan16 | 0 | 362,533,126 | 100% | ||
granapadano | 0 | 405,545,510 | 100% | ||
hafizhmuly | 0 | 337,954,580 | 100% | ||
arisrd | 0 | 165,904,975 | 100% | ||
noorulhuddamemon | 0 | 267,291,328 | 100% | ||
mirhadi | 0 | 255,002,070 | 100% | ||
wakyus | 0 | 294,942,134 | 100% | ||
flossenpaul | 0 | 411,690,056 | 100% | ||
felixchidiblog | 0 | 365,605,323 | 100% | ||
mocosoluis | 0 | 215,061,950 | 100% | ||
ibile | 0 | 384,039,186 | 100% | ||
xarykhan | 0 | 592,956,471 | 100% | ||
befaro | 0 | 433,196,175 | 100% | ||
deahora | 0 | 549,944,079 | 100% | ||
kingscott | 0 | 384,039,161 | 100% | ||
benettel | 0 | 605,245,713 | 100% | ||
dsound-music | 0 | 608,318,025 | 100% | ||
saj1ad | 0 | 608,318,021 | 100% | ||
scarl | 0 | 233,495,806 | 100% | ||
edic | 0 | 602,173,384 | 100% | ||
ayman23 | 0 | 482,353,106 | 100% | ||
morlon | 0 | 580,666,894 | 100% | ||
muliyadi | 0 | 525,365,224 | 100% | ||
onlinepharmacy | 0 | 506,931,158 | 85.55% | ||
aceshooter | 0 | 519,219,133 | 100% | ||
oliens | 0 | 0 | 100% | ||
lasseme | 0 | 0 | 100% | ||
xlogan | 0 | 0 | 100% |
thanks info @mahdiyari
author | alfa-good |
---|---|
permlink | re-mahdiyari-updated-fanbase-claiming-rewards-and-upvoting-comments-on-steemauto-20180130t213637679z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["mahdiyari"],"app":"steemit/0.1"} |
created | 2018-01-30 21:36:42 |
last_update | 2018-01-30 21:36:42 |
depth | 1 |
children | 0 |
last_payout | 2018-02-06 21:36:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.044 HBD |
curator_payout_value | 0.014 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 22 |
author_reputation | 1,130,135,742,804 |
root_title | "Updated fanbase, claiming rewards and upvoting comments on Steemauto" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,670,903 |
net_rshares | 9,347,705,354 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mahdiyari | 0 | 9,347,705,354 | 2% |
It's really good the way you are giving a good message to the world,,,, I love your post,,, thank you my dear friend for sharing with #Us,,,,,,, and very good job,,,keep it #Up,,,
author | alimuddin |
---|---|
permlink | re-mahdiyari-updated-fanbase-claiming-rewards-and-upvoting-comments-on-steemauto-20180131t050911074z |
category | utopian-io |
json_metadata | {"tags":["utopian-io","us","up"],"app":"steemit/0.1"} |
created | 2018-01-31 05:09:21 |
last_update | 2018-01-31 05:09:21 |
depth | 1 |
children | 0 |
last_payout | 2018-02-07 05:09:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.042 HBD |
curator_payout_value | 0.014 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 179 |
author_reputation | 1,508,436,968,834 |
root_title | "Updated fanbase, claiming rewards and upvoting comments on Steemauto" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,761,254 |
net_rshares | 9,348,716,950 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mahdiyari | 0 | 9,348,716,950 | 2% |
Thank you for updating about something new always, keep posting!
author | chetanpadliya |
---|---|
permlink | re-mahdiyari-updated-fanbase-claiming-rewards-and-upvoting-comments-on-steemauto-1517366619474z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemfollower/0.01"} |
created | 2018-01-31 02:43:36 |
last_update | 2018-01-31 02:43:36 |
depth | 1 |
children | 0 |
last_payout | 2018-02-07 02:43:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.042 HBD |
curator_payout_value | 0.014 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 64 |
author_reputation | 122,811,466,036,894 |
root_title | "Updated fanbase, claiming rewards and upvoting comments on Steemauto" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,731,744 |
net_rshares | 9,348,716,950 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mahdiyari | 0 | 9,348,716,950 | 2% |
author | dado13btc |
---|---|
permlink | re-mahdiyari-updated-fanbase-claiming-rewards-and-upvoting-comments-on-steemauto-20180130t201646945z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-30 20:16:48 |
last_update | 2018-01-30 20:16:48 |
depth | 1 |
children | 0 |
last_payout | 2018-02-06 20:16:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.052 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 10 |
author_reputation | 466,532,027,405 |
root_title | "Updated fanbase, claiming rewards and upvoting comments on Steemauto" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,654,918 |
net_rshares | 10,029,780,044 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mahdiyari | 0 | 9,424,030,469 | 2% | ||
dado13btc | 0 | 605,749,575 | 100% |
author | detlef-s |
---|---|
permlink | re-mahdiyari-updated-fanbase-claiming-rewards-and-upvoting-comments-on-steemauto-1517352648121z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemfollower/0.01"} |
created | 2018-01-30 21:47:24 |
last_update | 2018-01-30 21:47:24 |
depth | 1 |
children | 0 |
last_payout | 2018-02-06 21:47:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.130 HBD |
curator_payout_value | 0.037 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 31 |
author_reputation | 57,617,982,713,138 |
root_title | "Updated fanbase, claiming rewards and upvoting comments on Steemauto" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,673,026 |
net_rshares | 26,223,726,598 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
detlef-s | 0 | 12,814,739,670 | 100% | ||
saarman | 0 | 4,061,281,574 | 100% | ||
mahdiyari | 0 | 9,347,705,354 | 2% |
can new user use it?
author | diya28 |
---|---|
permlink | re-mahdiyari-updated-fanbase-claiming-rewards-and-upvoting-comments-on-steemauto-20180130t171015291z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-30 17:11:00 |
last_update | 2018-01-30 17:11:00 |
depth | 1 |
children | 1 |
last_payout | 2018-02-06 17:11:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.049 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 20 |
author_reputation | 1,661,130,029,399 |
root_title | "Updated fanbase, claiming rewards and upvoting comments on Steemauto" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,617,237 |
net_rshares | 9,421,565,265 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mahdiyari | 0 | 9,421,565,265 | 2% |
yes. maybe some features.
author | mahdiyari |
---|---|
permlink | re-diya28-re-mahdiyari-updated-fanbase-claiming-rewards-and-upvoting-comments-on-steemauto-20180130t173503858z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-30 17:35:06 |
last_update | 2018-01-30 17:35:06 |
depth | 2 |
children | 0 |
last_payout | 2018-02-06 17:35: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 | 25 |
author_reputation | 199,864,818,197,856 |
root_title | "Updated fanbase, claiming rewards and upvoting comments on Steemauto" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,622,056 |
net_rshares | 0 |
Congratulation my friend
author | dobartim |
---|---|
permlink | re-mahdiyari-updated-fanbase-claiming-rewards-and-upvoting-comments-on-steemauto-20180130t181432464z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-30 18:14:33 |
last_update | 2018-01-30 18:14:33 |
depth | 1 |
children | 0 |
last_payout | 2018-02-06 18:14:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.060 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 24 |
author_reputation | 624,612,666,345,342 |
root_title | "Updated fanbase, claiming rewards and upvoting comments on Steemauto" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,630,036 |
net_rshares | 9,421,584,908 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mahdiyari | 0 | 9,421,584,908 | 2% |
"You don't need to understand that codes." this information so important for me. Because i dont understand codes :)
author | embesilikat |
---|---|
permlink | re-mahdiyari-updated-fanbase-claiming-rewards-and-upvoting-comments-on-steemauto-20180130t182413951z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-30 17:24:12 |
last_update | 2018-01-30 17:24:12 |
depth | 1 |
children | 0 |
last_payout | 2018-02-06 17:24:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.056 HBD |
curator_payout_value | 0.003 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 115 |
author_reputation | 991,538,331,169 |
root_title | "Updated fanbase, claiming rewards and upvoting comments on Steemauto" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,619,831 |
net_rshares | 9,421,565,265 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mahdiyari | 0 | 9,421,565,265 | 2% |
well done!
author | ericjordan |
---|---|
permlink | re-mahdiyari-updated-fanbase-claiming-rewards-and-upvoting-comments-on-steemauto-20180131t143800550z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-31 14:38:00 |
last_update | 2018-01-31 14:38:00 |
depth | 1 |
children | 0 |
last_payout | 2018-02-07 14:38: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 | 10 |
author_reputation | -45,527,001,443 |
root_title | "Updated fanbase, claiming rewards and upvoting comments on Steemauto" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,874,446 |
net_rshares | 0 |
Wow, i love this info. Thanks @mahdiyari. Keep us updated
author | errisprecious |
---|---|
permlink | re-mahdiyari-updated-fanbase-claiming-rewards-and-upvoting-comments-on-steemauto-20180130t202839783z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["mahdiyari"],"app":"steemit/0.1"} |
created | 2018-01-30 20:28:42 |
last_update | 2018-01-30 20:28:42 |
depth | 1 |
children | 0 |
last_payout | 2018-02-06 20:28:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.052 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 57 |
author_reputation | 42,435,986,030 |
root_title | "Updated fanbase, claiming rewards and upvoting comments on Steemauto" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,657,343 |
net_rshares | 10,028,970,145 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mahdiyari | 0 | 9,424,030,469 | 2% | ||
errisprecious | 0 | 604,939,676 | 100% |
"You don't need to understand that codes." Yeah I don't need to coz I know its great update :)
author | itsjessamae |
---|---|
permlink | re-mahdiyari-updated-fanbase-claiming-rewards-and-upvoting-comments-on-steemauto-20180131t030253534z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-31 03:02:54 |
last_update | 2018-01-31 03:02:54 |
depth | 1 |
children | 0 |
last_payout | 2018-02-07 03:02:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.042 HBD |
curator_payout_value | 0.014 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 95 |
author_reputation | 927,195,015,511 |
root_title | "Updated fanbase, claiming rewards and upvoting comments on Steemauto" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,735,560 |
net_rshares | 9,348,716,950 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mahdiyari | 0 | 9,348,716,950 | 2% |
Perfect
author | jims |
---|---|
permlink | re-mahdiyari-updated-fanbase-claiming-rewards-and-upvoting-comments-on-steemauto-20180131t212817477z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-31 21:28:33 |
last_update | 2018-01-31 21:28:33 |
depth | 1 |
children | 0 |
last_payout | 2018-02-07 21:28:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.042 HBD |
curator_payout_value | 0.014 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7 |
author_reputation | 1,507,168,911 |
root_title | "Updated fanbase, claiming rewards and upvoting comments on Steemauto" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,954,459 |
net_rshares | 9,241,576,782 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mahdiyari | 0 | 9,241,576,782 | 2% |
Congrats @mahdiyari
author | kabibitak |
---|---|
permlink | re-mahdiyari-updated-fanbase-claiming-rewards-and-upvoting-comments-on-steemauto-20180131t091728934z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["mahdiyari"],"app":"steemit/0.1"} |
created | 2018-01-31 09:19:18 |
last_update | 2018-01-31 09:19:18 |
depth | 1 |
children | 0 |
last_payout | 2018-02-07 09:19: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 | 19 |
author_reputation | 1,532,118,490,134 |
root_title | "Updated fanbase, claiming rewards and upvoting comments on Steemauto" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,809,955 |
net_rshares | 0 |
Fantastic information. Thanks :)
author | lavinas |
---|---|
permlink | re-mahdiyari-updated-fanbase-claiming-rewards-and-upvoting-comments-on-steemauto-20180130t181415881z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-30 17:14:15 |
last_update | 2018-01-30 17:14:15 |
depth | 1 |
children | 0 |
last_payout | 2018-02-06 17:14:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.052 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 32 |
author_reputation | 501,355,752,324 |
root_title | "Updated fanbase, claiming rewards and upvoting comments on Steemauto" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,617,868 |
net_rshares | 9,421,565,265 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mahdiyari | 0 | 9,421,565,265 | 2% |
Thank you sir for contributing a valuable information It is most important for me
author | lion-inferno | ||||||
---|---|---|---|---|---|---|---|
permlink | re-mahdiyari-2018130t23303567z | ||||||
category | utopian-io | ||||||
json_metadata | {"tags":["utopian-io","steemauto","steemdev","dev","contribution"],"app":"esteem/1.5.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-01-30 18:30:39 | ||||||
last_update | 2018-01-30 18:30:39 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-02-06 18:30:39 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.044 HBD | ||||||
curator_payout_value | 0.015 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 82 | ||||||
author_reputation | 1,006,932,289,637 | ||||||
root_title | "Updated fanbase, claiming rewards and upvoting comments on Steemauto" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 33,633,422 | ||||||
net_rshares | 9,424,030,469 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mahdiyari | 0 | 9,424,030,469 | 2% |
Thank you for the update @mahdiyari
author | mahaow |
---|---|
permlink | re-mahdiyari-updated-fanbase-claiming-rewards-and-upvoting-comments-on-steemauto-20180130t171543581z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["mahdiyari"],"app":"steemit/0.1"} |
created | 2018-01-30 17:15:45 |
last_update | 2018-01-30 17:15:45 |
depth | 1 |
children | 0 |
last_payout | 2018-02-06 17:15:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.052 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 35 |
author_reputation | 13,902,871,419 |
root_title | "Updated fanbase, claiming rewards and upvoting comments on Steemauto" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,618,132 |
net_rshares | 9,421,565,265 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mahdiyari | 0 | 9,421,565,265 | 2% |
Thanks for the awesome post. I have followed, upvoted your post. Just follow me and upvote this comment for future upvote for your content. Please 1 vote me..
author | minhazkhan | ||||||
---|---|---|---|---|---|---|---|
permlink | re-mahdiyari-201821t2319839z | ||||||
category | utopian-io | ||||||
json_metadata | {"tags":["utopian-io","steemauto","steemdev","dev","contribution"],"app":"esteem/1.5.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-01-31 20:03:18 | ||||||
last_update | 2018-01-31 20:03:18 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-02-07 20:03:18 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.042 HBD | ||||||
curator_payout_value | 0.014 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 158 | ||||||
author_reputation | 4,905,925,506 | ||||||
root_title | "Updated fanbase, claiming rewards and upvoting comments on Steemauto" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 33,938,037 | ||||||
net_rshares | 9,241,576,782 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mahdiyari | 0 | 9,241,576,782 | 2% |
Thank you for the contribution. It has been approved. You can contact us on [Discord](https://discord.gg/uTyJkNm). **[[utopian-moderator]](https://utopian.io/moderators)**
author | ms10398 |
---|---|
permlink | re-mahdiyari-updated-fanbase-claiming-rewards-and-upvoting-comments-on-steemauto-20180130t172312273z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-01-30 17:23:12 |
last_update | 2018-01-30 17:23:12 |
depth | 1 |
children | 0 |
last_payout | 2018-02-06 17:23:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.144 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 172 |
author_reputation | 27,572,487,973,390 |
root_title | "Updated fanbase, claiming rewards and upvoting comments on Steemauto" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,619,616 |
net_rshares | 23,553,913,162 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mahdiyari | 0 | 23,553,913,162 | 5% |
Wow saya baru mengetahui hal ini , terimakasih @mahdiyari saya akan mengikuti selalu perkembangan terbaru dari postingan anda
author | notalone |
---|---|
permlink | re-mahdiyari-updated-fanbase-claiming-rewards-and-upvoting-comments-on-steemauto-20180201t042900160z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["mahdiyari"],"app":"steemit/0.1"} |
created | 2018-02-01 04:29:12 |
last_update | 2018-02-01 04:30:15 |
depth | 1 |
children | 0 |
last_payout | 2018-02-08 04:29: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 | 125 |
author_reputation | 806,212,003 |
root_title | "Updated fanbase, claiming rewards and upvoting comments on Steemauto" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 34,031,752 |
net_rshares | 0 |
Well done... I've signed up in steemauto few weeks ago, but actually starting using it since yesterday for the first time. I used the manual curation service which was very smooth and easy to you. But I wanted to ask you about the auto follow / follower service, is it off now?
author | nuridin |
---|---|
permlink | re-mahdiyari-updated-fanbase-claiming-rewards-and-upvoting-comments-on-steemauto-20180130t170910787z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-30 17:09:12 |
last_update | 2018-01-30 17:09:12 |
depth | 1 |
children | 0 |
last_payout | 2018-02-06 17:09:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.052 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 277 |
author_reputation | 755,093,792,969 |
root_title | "Updated fanbase, claiming rewards and upvoting comments on Steemauto" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,616,885 |
net_rshares | 9,421,565,265 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mahdiyari | 0 | 9,421,565,265 | 2% |
thanks for informations
author | scarl |
---|---|
permlink | re-mahdiyari-updated-fanbase-claiming-rewards-and-upvoting-comments-on-steemauto-20180130t181043212z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-30 17:10:45 |
last_update | 2018-01-30 17:10:45 |
depth | 1 |
children | 0 |
last_payout | 2018-02-06 17:10:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.052 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 23 |
author_reputation | 150,186,713,893 |
root_title | "Updated fanbase, claiming rewards and upvoting comments on Steemauto" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,617,195 |
net_rshares | 9,421,565,265 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mahdiyari | 0 | 9,421,565,265 | 2% |
author | skwth |
---|---|
permlink | re-mahdiyari-updated-fanbase-claiming-rewards-and-upvoting-comments-on-steemauto-20180130t170541493z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-30 17:05:45 |
last_update | 2018-01-30 17:05:45 |
depth | 1 |
children | 0 |
last_payout | 2018-02-06 17:05:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.056 HBD |
curator_payout_value | 0.007 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 61 |
author_reputation | 234,844,397,110 |
root_title | "Updated fanbase, claiming rewards and upvoting comments on Steemauto" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,616,243 |
net_rshares | 9,955,251,687 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mahdiyari | 0 | 9,421,565,265 | 2% | ||
skwth | 0 | 533,686,422 | 100% |
### Hey @mahdiyari I am @utopian-io. I have just upvoted you! #### Achievements - WOW WOW WOW People loved what you did here. GREAT JOB! - Seems like you contribute quite often. AMAZING! #### Community-Driven Witness! I am the first and only Steem Community-Driven Witness. <a href="https://discord.gg/zTrEMqB">Participate on Discord</a>. Lets GROW TOGETHER! - <a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1">Vote for my Witness With SteemConnect</a> - <a href="https://v2.steemconnect.com/sign/account-witness-proxy?proxy=utopian-io&approve=1">Proxy vote to Utopian Witness with SteemConnect</a> - Or vote/proxy on <a href="https://steemit.com/~witnesses">Steemit Witnesses</a> [](https://steemit.com/~witnesses) **Up-vote this comment to grow my power and help Open Source contributions like this one. Want to chat? Join me on Discord https://discord.gg/Pc8HG9x**
author | utopian-io |
---|---|
permlink | re-mahdiyari-updated-fanbase-claiming-rewards-and-upvoting-comments-on-steemauto-20180131t003858143z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-01-31 00:38:57 |
last_update | 2018-01-31 00:38:57 |
depth | 1 |
children | 0 |
last_payout | 2018-02-07 00:38:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.044 HBD |
curator_payout_value | 0.014 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,064 |
author_reputation | 152,955,367,999,756 |
root_title | "Updated fanbase, claiming rewards and upvoting comments on Steemauto" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,707,050 |
net_rshares | 9,348,716,950 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mahdiyari | 0 | 9,348,716,950 | 2% |
Awesome my brother @mahdiyari always tells us a lot. We learn from you always do not skimp on us information. I follow all that is new about you. Thank you
author | walid.larbi |
---|---|
permlink | re-mahdiyari-updated-fanbase-claiming-rewards-and-upvoting-comments-on-steemauto-20180131t002930180z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["mahdiyari"],"app":"steemit/0.1"} |
created | 2018-01-31 00:29:33 |
last_update | 2018-01-31 00:29:33 |
depth | 1 |
children | 0 |
last_payout | 2018-02-07 00:29:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.050 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 155 |
author_reputation | 311,267,597,896 |
root_title | "Updated fanbase, claiming rewards and upvoting comments on Steemauto" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,705,256 |
net_rshares | 9,858,763,506 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mahdiyari | 0 | 9,348,716,950 | 2% | ||
fleuriste | 0 | 510,046,556 | 100% |
Wow you are doing great, so many recent updates - thank you for sharing and keep improving the steemit community with your development!
author | xerohour |
---|---|
permlink | re-mahdiyari-updated-fanbase-claiming-rewards-and-upvoting-comments-on-steemauto-20180130t203802482z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-01-30 20:38:06 |
last_update | 2018-01-30 20:38:06 |
depth | 1 |
children | 0 |
last_payout | 2018-02-06 20:38:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.048 HBD |
curator_payout_value | 0.011 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 135 |
author_reputation | 104,435,944,156 |
root_title | "Updated fanbase, claiming rewards and upvoting comments on Steemauto" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 33,659,104 |
net_rshares | 9,424,030,469 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mahdiyari | 0 | 9,424,030,469 | 2% |