 One of the things I miss about STEEM is busy.org and the ability the user had to check if an account you were interrogating was following you by hovering over it. I remember several situations where it was a case of, '*Ohhh, that big account is following me*', and then others which were something along the lines of, '*That twat..., I have been voting for him for months and he doesn't even follow me*'. [Peakd.com](peakd.com) is missing this feature. Busy.org was a dapp on the STEEM blockchain which has now ceased to be and disappeared sometime around the STEEM/HIVE fork which occurred in March 2020. <center>  ...***'busy.org, missed for other things as well as what I mention here'...*** [Source](https://steemit.com/busy/@francispalo/sponsorship-proposal-busy-org) </center> Another feature of busy.org was the breakdown of your account which was dependent on your voting power. When I was a little tiddler it motivated me to power up to try and attain the next level. I made Minnow III but wanted Minnow II and then Minnow I. These badges have now sadly vanished and peakd.com supports neither the motivation tiers nor the ability to check those disrespectful bastards who you follow that don't reciprocate. I figured it wouldnβt be too difficult to throw together a Python script to data gather the HIVE users you follow and then cross-reference them for reciprocation. It took me a little longer than usual, and once again gained me a little more knowledge in this great scripting language which for me was relativity easy to pick up on (after some teething problems).  **ATTENTION:** *Before I go any further, this is all tongue-in-cheek, and you should never expect anyone to perform a follow-for-follow. Many of the accounts that donβt reciprocate your follow may be witnesses (they tend to follow other witnesses only), whales (if one follows you then count yourself blessed) or dapp-based accounts (eg.. @splinterlands, they don't follow anyone).*  I am also a choosy bastard in who I follow and keep my follow count low as I do perform manual curation daily. Follow too many and you tend to miss things. I will show some parts of the script, but as this one is quite long will not post it all here. When I figure out how to use the GitHub UI (I have been told there is one), it will be added to my personal repository. Getting the followers and followed is easy and involves a couple of methods provided once again with the Beem Account class. myaccount = "slobberchops" sAccount = Account(myaccount) sFollowers = sAccount.get_followers() sFollowing = sAccount.get_following() Both methods return lists that can then be cross-referenced with this function (below) that adds those ever so terrible HIVERs to the sShamed list. # --------------------------------------------------------- # Function: getdisrespectfulhivers (sFollowing, sFollowers) # Get those disrespecful HIVER's! # Returns a List sShamed # --------------------------------------------------------- def getdisrespectfulhivers(sFollowers, sFollowing): sShamed = [] for sDisrespecter in sFollowing: if not sDisrespecter in str(sFollowers): sShamed.append(sDisrespecter) return sShamed I had more problems displaying the data using 5 accounts per line than anything else. I'm sure there's a more elegant way of doing this besides using counters. That's my way of making things work, and it does! # --------------------------------------------------------- # Function: showresults(fishtype, acchivepower) # Shows result data based on comparative VP of the shamed # ones and if your worthyness of being followed by them # --------------------------------------------------------- def showresults(fishtype, acchivepower): print('=======================================================================') print(f'You.., {myaccount} are a {fishtype} with {acchivepower} to your name') print(f'These HIVE People dont follow you, but you follow them, the shame!') print('=======================================================================') linecounter = 1 for sShamedone in sShamed: sAccount = Account(sShamedone) acchivepower = gettokenpower(sAccount) fishtype = fishlevel(acchivepower) if (linecounter < 5): print(f'@{sShamedone}',end=", ") else: print(f'@{sShamedone}') linecounter +=1 if linecounter > 5: linecounter = 1 print () print('=======================================================================') print(f'{len(sShamed)} of the {iFollowers} users you are following are ignoring you, sheesh.. thats terrible') fishtype and acchivepower are calculated in other routines and used sparingly in this script. I follow less than 300 people but I know some follow thousands. I had to add the line spacing code so it would be readable and would not simply scroll up the screen when the code was running.  It's been a while since I have seen something like this which shows data and I can encourage anyone to drop me a comment and ask who is showing them disrespect! @abh12345 used to do this years ago, on STEEM but with fancy graphs and offers to other STEEM people to show their own data. I can't show you the graphs, but can respond in a comment and show you who is not reciprocating your generosity, kindness and support. myaccount = "slobberchops" sAccount = Account(myaccount) **Please feel free to request I change this line, add your name, run the script and respond with your own data. This is all for a laugh, some fun and not to be taken seriously.** Before I finish this, I will tag @jarvie and @asgarth requesting they add the facility to see if someone is following you (by hovering over an account) and to add those incentive accounts level tiers to [peakd.com](peakd.com)  <H6> - Earn currency while you play brewing virtual beer with [CryptoBrewMaster](https://www.cryptobrewmaster.io/game/invite?ref=9846a8af82df4dd0bc23192a135df232&code=AlphaBonus) - Earn currency while you play and become a global Rock Star with [Rising Star](https://www.risingstargame.com?referrer=slobberchops) </H6> <center>  </center>
author | slobberchops |
---|---|
permlink | python-libraries-those-follower-non-recipients-such-disrespect-the-shame-of-it |
category | hive-163521 |
json_metadata | {"app":"peakd/2022.10.3","format":"markdown","tags":["python","stemgeeks","leofinance","proofofbrain","palnet","creativecoin","neoxian","vyb","ctp"],"users":["francispalo","splinterlands","abh12345","jarvie","asgarth"],"image":["https://files.peakd.com/file/peakd-hive/slobberchops/23t76pLTgCYwtANAaDZ4pGw2RrLkYcrKfbVbm5QfyZhQ1wrz7tg1rDbpLN9MELqNsXa6n.png","https://files.peakd.com/file/peakd-hive/slobberchops/Ep3k8kVq2W7WXU9XPM8WFfUFSTWNyMwPJ67sWmACsCb5bKs1yGhkodetTQgAa8LB6MW.png","https://files.peakd.com/file/peakd-hive/slobberchops/246bHiHbRfQjcEkvuD5ZVRvw29C4Aas1iYDEwtReeDiSQvkVR31FKYpYdHUK9egHprYqW.png","https://files.peakd.com/file/peakd-hive/slobberchops/23tkjm3qhL4KFJfjfLJyES5uz6yR1vmLBVDkemqsiyf2AyY9BDtMWKUy8CmYg1xz1NNty.png","https://files.peakd.com/file/peakd-hive/slobberchops/BqIuXs6C-RedLine.png","https://files.peakd.com/file/peakd-hive/slobberchops/f5zec6UG-CurieCurator.jpg"]} |
created | 2022-11-07 18:38:30 |
last_update | 2022-11-07 18:38:30 |
depth | 0 |
children | 43 |
last_payout | 2022-11-14 18:38:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 54.902 HBD |
curator_payout_value | 54.759 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7,131 |
author_reputation | 2,421,846,012,395,406 |
root_title | "Python Libraries: Those Follower Non-Recipients, Such Disrespect, The Shame of it!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,146,192 |
net_rshares | 251,198,529,752,693 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
leprechaun | 0 | 1,088,148,597 | 19.5% | ||
eric-boucher | 0 | 1,883,559,057 | 0.4% | ||
thecryptodrive | 0 | 6,150,583,776 | 0.16% | ||
mammasitta | 0 | 1,257,247,008 | 0.4% | ||
ericvancewalton | 0 | 272,291,115,909 | 100% | ||
roelandp | 0 | 46,378,466,708 | 5% | ||
daan | 0 | 797,667,428,166 | 100% | ||
gikitiki | 0 | 67,581,294,589 | 100% | ||
cloh76 | 0 | 531,443,643 | 0.4% | ||
meesterboom | 0 | 2,387,963,690,922 | 100% | ||
andyjim | 0 | 496,270,041 | 100% | ||
social | 0 | 926,690,471 | 100% | ||
sazbird | 0 | 11,203,919,536 | 100% | ||
alexpmorris | 0 | 358,740,047,174 | 100% | ||
shaka | 0 | 2,935,492,847,269 | 100% | ||
felixxx | 0 | 1,629,885,807,491 | 100% | ||
jphamer1 | 0 | 2,848,347,471,168 | 100% | ||
lordvader | 0 | 7,708,987,428 | 0.8% | ||
rufans | 0 | 22,165,190,631 | 50% | ||
rmach | 0 | 1,334,001,410 | 5% | ||
lemouth | 0 | 510,992,965,927 | 20% | ||
wisbeech | 0 | 9,912,023,041 | 100% | ||
steevc | 0 | 1,313,505,673,302 | 61% | ||
larus | 0 | 2,523,307,116 | 100% | ||
themonetaryfew | 0 | 582,591,357,250 | 100% | ||
daveks | 0 | 1,867,911,540,626 | 25% | ||
penguinpablo | 0 | 265,021,205,629 | 14% | ||
lamouthe | 0 | 740,399,568 | 10% | ||
uwelang | 0 | 151,872,718,785 | 50% | ||
kommienezuspadt | 0 | 4,093,859,142,831 | 100% | ||
jacobtothe | 0 | 1,119,956,569,828 | 100% | ||
tfeldman | 0 | 740,283,218 | 0.4% | ||
metabs | 0 | 951,956,942 | 10% | ||
mcsvi | 0 | 103,413,311,672 | 50% | ||
cnfund | 0 | 1,462,742,949 | 0.8% | ||
abh12345 | 0 | 776,818,181,544 | 30% | ||
gringalicious | 0 | 596,480,742 | 50% | ||
funnyman | 0 | 1,420,811,118 | 5.6% | ||
steemcleaners | 0 | 1,572,054,253,313 | 55% | ||
justyy | 0 | 4,065,820,767 | 0.8% | ||
natubat | 0 | 81,041,442,557 | 60% | ||
clayboyn | 0 | 14,525,032,210 | 12.5% | ||
lloyddavis | 0 | 19,880,154,545 | 75% | ||
guest123 | 0 | 887,987,747 | 100% | ||
curie | 0 | 96,230,415,808 | 0.8% | ||
katharsisdrill | 0 | 1,901,774,777,343 | 100% | ||
rishi556 | 0 | 3,976,345,202 | 9.09% | ||
techslut | 0 | 24,270,719,571 | 4% | ||
slider2990 | 0 | 5,410,661,095 | 100% | ||
roguewriter | 0 | 3,804,740,153 | 5% | ||
steemstem | 0 | 584,358,750,658 | 10% | ||
ahmadmanga | 0 | 666,215,782 | 17.5% | ||
edb | 0 | 1,140,390,047 | 1% | ||
bytzz | 0 | 1,732,389,578 | 40% | ||
walterjay | 0 | 62,842,182,678 | 5% | ||
valth | 0 | 1,514,479,296 | 5% | ||
darth-azrael | 0 | 83,308,642,442 | 33% | ||
opanyin | 0 | 1,002,260,932 | 100% | ||
sardrt | 0 | 1,237,057,024 | 10% | ||
deadspace | 0 | 151,304,067,464 | 100% | ||
michellectv | 0 | 239,907,338,376 | 100% | ||
dna-replication | 0 | 349,152,957 | 10% | ||
schamangerbert | 0 | 1,114,043,042,638 | 100% | ||
ppjose | 0 | 1,063,835,304 | 100% | ||
darth-cryptic | 0 | 14,403,560,454 | 33% | ||
salvador7424 | 0 | 1,381,910,818 | 100% | ||
evildeathcore | 0 | 11,229,382,727 | 100% | ||
bloghound | 0 | 5,389,854,961 | 20% | ||
cosmictriage | 0 | 89,318,996,998 | 80% | ||
trafalgar | 0 | 20,361,968,094,016 | 47% | ||
itinerantph | 0 | 519,768,982 | 23.5% | ||
c0ff33a | 0 | 273,085,731,141 | 10% | ||
dhimmel | 0 | 53,164,983,604 | 2.5% | ||
freebornsociety | 0 | 16,373,997,775 | 10% | ||
oluwatobiloba | 0 | 942,534,340 | 10% | ||
bcc | 0 | 80,373,909,468 | 50% | ||
detlev | 0 | 1,069,925,577,946 | 100% | ||
dickturpin | 0 | 40,665,761,601 | 100% | ||
raindrop | 0 | 315,684,416,444 | 47% | ||
frankk | 0 | 595,986,960 | 50% | ||
choogirl | 0 | 37,226,979,519 | 50% | ||
stimialiti | 0 | -24,409,266,190 | -100% | ||
smasssh | 0 | 813,747,648,938 | 20% | ||
federacion45 | 0 | 1,224,647,897 | 0.4% | ||
broncnutz | 0 | 10,522,059,496,564 | 100% | ||
cryptocurator | 0 | 1,346,723,385 | 25% | ||
iansart | 0 | 650,165,532 | 0.4% | ||
holm | 0 | 528,548,331 | 65% | ||
domo | 0 | 508,468,761 | 100% | ||
mobbs | 0 | 3,226,328,855 | 5% | ||
stackin | 0 | 1,790,133,823 | 25% | ||
jerrybanfield | 0 | 2,626,221,919 | 0.8% | ||
roomservice | 0 | 530,812,629 | 0.4% | ||
rt395 | 0 | 1,488,095,189 | 1.5% | ||
bitrocker2020 | 0 | 1,446,322,735 | 0.12% | ||
aleister | 0 | 6,200,426,794 | 10% | ||
ampm | 0 | 9,677,037,538 | 100% | ||
newsflash | 0 | 42,523,127,760,173 | 100% | ||
sumatranate | 0 | 542,833,168,151 | 100% | ||
sustainablyyours | 0 | 4,196,334,222 | 5% | ||
nuagnorab | 0 | 14,903,253,253 | 100% | ||
isaria | 0 | 328,168,617,282 | 25% | ||
scooter77 | 0 | 18,007,403,860 | 9.9% | ||
yehey | 0 | 1,313,994,361 | 0.8% | ||
arunava | 0 | 1,185,203,456 | 0.08% | ||
samminator | 0 | 1,557,616,753 | 0.5% | ||
bitcoinflood | 0 | 710,439,914,196 | 28.7% | ||
anacristinasilva | 0 | 26,008,544,327 | 100% | ||
alphacore | 0 | 1,973,808,003 | 1.83% | ||
galenkp | 0 | 4,415,072,937,517 | 100% | ||
enjar | 0 | 1,049,403,980,486 | 100% | ||
mahdiyari | 0 | 1,600,359,111,170 | 80% | ||
lorenzor | 0 | 1,356,782,769 | 50% | ||
firstamendment | 0 | 79,839,646,756 | 50% | ||
sam99 | 0 | 14,015,845,431 | 21% | ||
krischy | 0 | 1,931,950,925 | 100% | ||
kerriknox | 0 | 1,037,045,454 | 100% | ||
alexander.alexis | 0 | 5,363,032,115 | 10% | ||
saintopic | 0 | 747,836,520 | 50% | ||
spectrumecons | 0 | 2,323,085,118,378 | 40% | ||
jayna | 0 | 33,707,172,662 | 6% | ||
ew-and-patterns | 0 | 8,090,768,022 | 3% | ||
dswigle | 0 | 820,680,809,590 | 100% | ||
princessmewmew | 0 | 1,054,077,729 | 0.4% | ||
joeyarnoldvn | 0 | 4,468,195,009 | 12.27% | ||
offgridlife | 0 | 495,564,047,076 | 100% | ||
papilloncharity | 0 | 2,330,701,701,849 | 100% | ||
gunthertopp | 0 | 10,578,604,020 | 0.2% | ||
livinguktaiwan | 0 | 1,418,362,558,011 | 50% | ||
furious-one | 0 | 1,486,286,499 | 100% | ||
gniksivart | 0 | 46,401,126,278 | 30% | ||
foarsyad | 0 | 883,100,803 | 100% | ||
toofasteddie | 0 | 140,885,049,563 | 35% | ||
bluemist | 0 | 23,778,509,093 | 11% | ||
runicar | 0 | 3,559,204,153 | 50% | ||
flatman | 0 | 662,043,681 | 0.8% | ||
tattoodjay | 0 | 339,695,111,364 | 15% | ||
dante31 | 0 | 723,195,042 | 12.5% | ||
analealsuarez | 0 | 1,602,933,538 | 50% | ||
minnowbooster | 0 | 1,157,008,662,324 | 20% | ||
beautifulbullies | 0 | 2,311,479,141 | 43% | ||
howo | 0 | 304,377,772,876 | 10% | ||
tsoldovieri | 0 | 1,002,469,041 | 5% | ||
travelgirl | 0 | 198,575,627,400 | 100% | ||
steemwizards | 0 | 517,011,235 | 0.8% | ||
appreciator | 0 | 42,067,510,769,329 | 11% | ||
neumannsalva | 0 | 581,276,356 | 0.4% | ||
stayoutoftherz | 0 | 8,420,975,404,662 | 90% | ||
abigail-dantes | 0 | 3,664,291,205 | 10% | ||
yanes94 | 0 | 23,500,327,453 | 50% | ||
sanjeevm | 0 | 339,532,047,648 | 10% | ||
dine77 | 0 | 28,978,229,458 | 40% | ||
everrich | 0 | 1,919,995,223 | 100% | ||
leaky20 | 0 | 258,302,430,443 | 75% | ||
isabelpena | 0 | 9,855,638,497 | 50% | ||
zonguin | 0 | 607,003,767 | 2.5% | ||
krazypoet | 0 | 1,544,161,415 | 100% | ||
joseg | 0 | 1,088,606,261 | 80% | ||
pocketrocket | 0 | 14,099,906,655 | 100% | ||
khalil319 | 0 | 509,084,229 | 10% | ||
steemik | 0 | 583,172,355,716 | 100% | ||
muxxybot | 0 | 7,918,990,665 | 50% | ||
nicolemoker | 0 | 504,521,354 | 100% | ||
thauerbyi | 0 | 3,420,816,090 | 22.5% | ||
drollspectator | 0 | 859,811,067 | 100% | ||
lizelle | 0 | 80,636,142,424 | 50% | ||
jeanlucsr | 0 | 2,851,480,974 | 5% | ||
masterroshi | 0 | 2,262,810,694 | 90% | ||
amitsharma | 0 | 114,195,043,866 | 100% | ||
vikar | 0 | 5,387,571,899 | 50% | ||
shanibeer | 0 | 621,707,820,312 | 32.5% | ||
ernick | 0 | 16,975,575,371 | 100% | ||
iamphysical | 0 | 18,589,978,834 | 90% | ||
nuthman | 0 | 3,797,006,543,470 | 100% | ||
zyx066 | 0 | 558,165,526 | 0.24% | ||
nainaztengra | 0 | 949,229,605,967 | 100% | ||
my451r | 0 | 140,472,230,002 | 100% | ||
noboxes | 0 | 1,295,785,482 | 50% | ||
revo | 0 | 1,469,711,357 | 0.8% | ||
azulear | 0 | 635,253,715 | 100% | ||
santigs | 0 | 30,424,863,063 | 51% | ||
psicoluigi | 0 | 714,069,120 | 50% | ||
sportsgeek | 0 | 1,983,136,419 | 50% | ||
musicgeek | 0 | 1,175,228,004 | 50% | ||
marketinggeek | 0 | 2,928,771,389 | 100% | ||
zirochka | 0 | 367,167,184,374 | 80% | ||
rocky1 | 0 | 112,052,797,397 | 0.12% | ||
akilie1029 | 0 | 492,286,069 | 100% | ||
bahagia-arbi | 0 | 631,407,361 | 25% | ||
stoodkev | 0 | 11,654,852,784,809 | 100% | ||
kimzwarch | 0 | 18,703,509,744 | 5% | ||
bboyady | 0 | 672,807,218 | 19.16% | ||
massivevibration | 0 | 21,335,120,590 | 30% | ||
artonmysleeve | 0 | 1,897,874,346 | 12.5% | ||
raj808 | 0 | 8,973,053,736 | 100% | ||
fersher | 0 | -1,163,839,593 | -100% | ||
aidefr | 0 | 970,002,216 | 5% | ||
cconn | 0 | 1,040,322,677 | 11% | ||
tomiscurious | 0 | 14,600,529,472 | 2.8% | ||
davidke20 | 0 | 45,643,978,061 | 38.32% | ||
cesinfenianos | 0 | 8,697,601,584 | 100% | ||
therealwolf | 0 | 4,803,657,993 | 0.4% | ||
karlin | 0 | 78,879,906,523 | 100% | ||
roleerob | 0 | 115,725,544,914 | 12.5% | ||
simplifylife | 0 | 246,036,210,474 | 100% | ||
votehero | 0 | 15,031,303,349 | 3.4% | ||
inthenow | 0 | 20,975,095,749 | 25% | ||
oizaguirres | 0 | 11,643,131,573 | 100% | ||
silversaver888 | 0 | 137,942,754,895 | 35% | ||
plantstoplanks | 0 | 62,661,281,965 | 14% | ||
minloulou | 0 | 849,553,959 | 12.5% | ||
msp-makeaminnow | 0 | 15,238,392,241 | 19.8% | ||
jlsplatts | 0 | 118,960,695,202 | 11.25% | ||
meno | 0 | 2,987,918,098 | 0.4% | ||
jordan.lesich | 0 | 6,029,526,749 | 70% | ||
steemseph | 0 | 12,062,683,686 | 10% | ||
thetimetravelerz | 0 | 4,253,354,542 | 12.5% | ||
m-san | 0 | 4,692,443,916 | 100% | ||
nathanpieters | 0 | 4,910,580,468 | 50% | ||
khaleelkazi | 0 | 22,983,961,671 | 25% | ||
vegoutt-travel | 0 | 35,434,722,416 | 40% | ||
enzor | 0 | 589,732,441 | 10% | ||
x30 | 0 | 213,057,463,051 | 11% | ||
rightscomet | 0 | 5,562,339,530 | 100% | ||
japanguide | 0 | 1,022,931,511 | 100% | ||
planetauto | 0 | 192,320,496,700 | 100% | ||
petrolinivideo | 0 | 7,047,278,553 | 75% | ||
dandays | 0 | 80,368,137,294 | 12.5% | ||
arabisouri | 0 | 64,802,055,768 | 100% | ||
coolguy123 | 0 | 165,485,429,574 | 100% | ||
karinxxl | 0 | 19,656,447,896 | 25% | ||
mrhill | 0 | 20,159,755,310 | 70% | ||
sunsea | 0 | 132,742,225,251 | 100% | ||
postpromoter | 0 | 270,756,900,846 | 10% | ||
mirzatawhid | 0 | 784,327,604 | 100% | ||
senorcoconut | 0 | 3,015,207,590 | 6.25% | ||
steveconnor | 0 | 556,581,937 | 0.4% | ||
xabi | 0 | 9,033,737,239 | 20% | ||
dranren | 0 | 1,988,032,163 | 100% | ||
irynochka | 0 | 3,368,316,795 | 100% | ||
vintherinvest | 0 | 14,185,438,764 | 12.5% | ||
nicole-st | 0 | 2,004,330,097 | 0.4% | ||
hispeedimagins | 0 | 13,293,378,943 | 35% | ||
smartsteem | 0 | 19,499,864,038 | 0.4% | ||
docmarenkristina | 0 | 772,646,607 | 50% | ||
citizensmith | 0 | 11,300,487,459 | 100% | ||
traf | 0 | 1,711,924,295,579 | 47% | ||
helmibireuen | 0 | 7,669,420,590 | 100% | ||
thewritersblock | 0 | 3,172,399,948 | 70% | ||
b00m | 0 | 658,159,875 | 5% | ||
itchyfeetdonica | 0 | 391,572,520,084 | 70% | ||
hojaraskita | 0 | 1,384,461,718 | 100% | ||
leninbracho50 | 0 | 167,706,484,893 | 100% | ||
kenadis | 0 | 2,666,434,527 | 10% | ||
joannewong | 0 | 1,033,825,822 | 12.5% | ||
iqbaladan | 0 | 4,541,516,614 | 100% | ||
robotics101 | 0 | 2,840,235,088 | 10% | ||
shai-hulud | 0 | 670,580,944 | 5% | ||
punchline | 0 | 2,001,580,734 | 0.8% | ||
sneakyninja | 0 | 5,915,226,120 | 9.09% | ||
howiemac | 0 | 23,254,596,683 | 100% | ||
andyblack | 0 | 2,569,149,282 | 50% | ||
enjoyinglife | 0 | 20,315,504,541 | 50% | ||
petronila | 0 | 751,297,757 | 100% | ||
vempromundo | 0 | 1,879,155,988 | 12.5% | ||
cryptonized | 0 | 21,665,109,645 | 14% | ||
fourfourfun | 0 | 15,002,104,122 | 50% | ||
amerlin | 0 | 1,399,384,032 | 100% | ||
conradsuperb | 0 | 1,241,231,102 | 20% | ||
sco | 0 | 2,626,379,542 | 10% | ||
blue.panda | 0 | 563,152,744 | 10% | ||
anikekirsten | 0 | 511,292,466 | 5% | ||
manorstation | 0 | 829,961,212 | 100% | ||
phortun | 0 | 283,580,535,543 | 25% | ||
abitcoinskeptic | 0 | 4,113,216,268 | 15% | ||
ennyta | 0 | 980,265,665 | 50% | ||
daltono | 0 | 593,247,625,478 | 31% | ||
for91days | 0 | 105,777,770,208 | 100% | ||
juecoree | 0 | 3,264,082,523 | 7% | ||
insideoutlet | 0 | 1,033,935,110 | 5% | ||
dudeontheweb | 0 | 4,101,599,787 | 6.6% | ||
eliaschess333 | 0 | 39,900,879,867 | 100% | ||
ydavgonzalez | 0 | 1,756,110,281 | 10% | ||
intrepidphotos | 0 | 178,005,602,720 | 7.5% | ||
rodyservi | 0 | 1,007,775,805 | 100% | ||
hijosdelhombre | 0 | 26,097,700,153 | 25% | ||
pexpresiones | 0 | 39,120,528,787 | 100% | ||
mathowl | 0 | 32,925,175,082 | 100% | ||
asadshah | 0 | 689,568,627 | 100% | ||
fragmentarion | 0 | 2,481,662,900 | 10% | ||
bennettitalia | 0 | 17,140,964,858 | 25% | ||
utube | 0 | 604,693,174 | 0.8% | ||
tryskele | 0 | 1,546,187,246 | 6% | ||
sinochip | 0 | 30,616,934,651 | 100% | ||
mermaidvampire | 0 | 2,056,126,585 | 100% | ||
ahmedsy | 0 | 28,665,708,035 | 100% | ||
purefood | 0 | 2,466,436,283 | 25% | ||
soyrosa | 0 | 168,605,614,543 | 50% | ||
chorock | 0 | 256,145,955,329 | 30% | ||
yolmare | 0 | 68,280,698,210 | 100% | ||
dynamicrypto | 0 | 4,139,075,377 | 1% | ||
neneandy | 0 | 874,610,062 | 0.8% | ||
pab.ink | 0 | 6,188,728,962 | 5% | ||
a-quarius | 0 | 62,753,619,169 | 41% | ||
philnewton | 0 | 846,767,198 | 11.25% | ||
nacarid | 0 | 563,878,791 | 100% | ||
pandasquad | 0 | 620,823,887 | 0.8% | ||
ninachejov | 0 | 1,765,294,215 | 100% | ||
joeliew | 0 | 3,552,410,905 | 100% | ||
newageinv | 0 | 94,531,649,579 | 12.5% | ||
shaidon | 0 | 9,976,550,471 | 11% | ||
superstarxtala | 0 | 1,640,200,838 | 100% | ||
zephalexia | 0 | 1,703,153,265 | 100% | ||
jazzhero | 0 | 4,944,341,239 | 7.5% | ||
steemflagrewards | 0 | 397,397,564,469 | 100% | ||
adetorrent | 0 | 49,189,616,943 | 25% | ||
miguelangel2801 | 0 | 796,864,349 | 50% | ||
vamos-amigo | 0 | 4,032,688,663 | 100% | ||
bet1x2 | 0 | 495,211,353 | 100% | ||
cadawg | 0 | 21,150,271,217 | 8.18% | ||
artywink | 0 | 17,603,765,458 | 50% | ||
bigtom13 | 0 | 317,268,442,018 | 50% | ||
moeenali | 0 | 6,120,546,506 | 1% | ||
fireguardian | 0 | 690,592,594 | 5.5% | ||
verhp11 | 0 | 1,312,605,318 | 70% | ||
zelenicic | 0 | 29,760,493,179 | 100% | ||
geopolis | 0 | 626,285,284 | 10% | ||
ajfernandez | 0 | 797,625,481 | 100% | ||
robertbira | 0 | 1,036,586,260 | 2.5% | ||
jadams2k18 | 0 | 819,621,242 | 100% | ||
onlavu | 0 | 24,840,011,532 | 25% | ||
alexdory | 0 | 1,423,513,251 | 10% | ||
irgendwo | 0 | 1,669,992,672 | 0.8% | ||
charitybot | 0 | 4,911,612,005 | 100% | ||
bozz | 0 | 225,639,235,872 | 20% | ||
cyprianj | 0 | 4,018,657,344 | 10% | ||
movement19 | 0 | 51,603,484,831 | 13.25% | ||
melvin7 | 0 | 3,252,214,240 | 5% | ||
francostem | 0 | 1,350,606,097 | 10% | ||
mindtrap | 0 | 723,025,263 | 50% | ||
endopediatria | 0 | 695,806,150 | 20% | ||
dwayne16 | 0 | 2,922,184,507 | 6.6% | ||
chrislybear | 0 | 20,550,788,516 | 50% | ||
jasonwaterfalls | 0 | 761,240,710 | 100% | ||
nikornkulatnam | 0 | 7,300,963,675 | 100% | ||
croctopus | 0 | 1,483,542,521 | 100% | ||
cryptictruth | 0 | 2,327,643,969 | 0.5% | ||
runningproject | 0 | 35,031,769,693 | 70% | ||
organduo | 0 | 9,265,921,384 | 25% | ||
ange.nkuru | 0 | 1,018,943,761 | 10% | ||
superlotto | 0 | 2,262,776,722 | 0.8% | ||
djoi | 0 | 1,961,430,369 | 50% | ||
christopher2002 | 0 | 9,961,699,449 | 100% | ||
blockchainyouth | 0 | 53,418,064,280 | 100% | ||
erikah | 0 | 185,176,551,897 | 10% | ||
bscrypto | 0 | 1,860,163,335 | 0.4% | ||
movingman | 0 | 1,134,092,150 | 20% | ||
steemitcolombia | 0 | 4,371,055,005 | 100% | ||
tomastonyperez | 0 | 17,118,554,130 | 50% | ||
bil.prag | 0 | 181,669,053,594 | 24% | ||
elvigia | 0 | 11,215,576,001 | 50% | ||
sanderjansenart | 0 | 624,590,396 | 0.4% | ||
manniman | 0 | 71,219,280,740 | 11% | ||
karolines | 0 | 6,024,172,399 | 100% | ||
adamada | 0 | 56,073,319,580 | 10% | ||
foxon | 0 | 108,840,625,113 | 9.09% | ||
racibo | 0 | 704,583,400 | 3% | ||
ablaze | 0 | 108,844,361,882 | 100% | ||
axeltheartist | 0 | 6,810,928,546 | 100% | ||
gadrian | 0 | 40,469,783,047 | 7.5% | ||
wordymouth | 0 | 1,233,034,650 | 99% | ||
inciter | 0 | 6,974,632,141 | 11% | ||
therising | 0 | 14,318,223,145 | 0.8% | ||
tsurmb | 0 | 6,540,566,298 | 12.5% | ||
ross92 | 0 | 511,351,487 | 12.5% | ||
gifty-e | 0 | 558,662,224 | 80% | ||
de-stem | 0 | 5,480,634,410 | 9.9% | ||
imcore | 0 | 878,596,631 | 10% | ||
asapers | 0 | 2,119,964,795 | 50% | ||
josedelacruz | 0 | 4,652,416,590 | 50% | ||
achimmertens | 0 | 740,919,629 | 0.4% | ||
quochuy | 0 | 598,318,082,712 | 10.53% | ||
charitymemes | 0 | 534,493,884 | 100% | ||
cedricguillas | 0 | 198,950,061,675 | 100% | ||
saboin | 0 | 112,242,331,622 | 11% | ||
realblockchain | 0 | 14,674,730,495 | 50% | ||
erickyoussif | 0 | 613,097,834 | 100% | ||
meanbees | 0 | 14,373,279,882 | 10% | ||
sbi3 | 0 | 720,400,589,300 | 86.29% | ||
deholt | 0 | 540,239,446 | 8.5% | ||
solominer | 0 | 4,301,234,166,786 | 53% | ||
robmolecule | 0 | 40,172,014,519 | 20% | ||
bennie-13 | 0 | 547,356,479 | 50% | ||
yensesa | 0 | 30,746,102,635 | 100% | ||
eii | 0 | 30,990,561,070 | 100% | ||
diabonua | 0 | 183,933,587,632 | 100% | ||
zaxan | 0 | 1,163,059,899 | 12.5% | ||
pladozero | 0 | 32,728,531,556 | 10% | ||
nateaguila | 0 | 354,559,003,548 | 12% | ||
davidesimoncini | 0 | 12,377,415,714 | 30.8% | ||
enforcer48 | 0 | 219,626,664,766 | 20% | ||
viniciotricolor | 0 | 1,438,363,549 | 25% | ||
temitayo-pelumi | 0 | 826,455,777 | 10% | ||
steemcampuk | 0 | 18,016,201,631 | 100% | ||
andrick | 0 | 866,365,209 | 50% | ||
archisteem | 0 | 1,250,270,303 | 7.5% | ||
motherofalegend | 0 | 1,475,421,273 | 5% | ||
doctor-cog-diss | 0 | 7,732,713,624 | 10% | ||
spamfarmer | 0 | 774,323,347 | 10% | ||
pinas | 0 | 498,719,153 | 50% | ||
steddyman | 0 | 2,260,448,498 | 100% | ||
cryptoandcoffee | 0 | 326,245,940,326 | 15% | ||
frejafri | 0 | 1,931,451,148 | 5% | ||
ronbong | 0 | 1,234,653,278 | 100% | ||
acont | 0 | 33,800,295,982 | 50% | ||
uche-nna | 0 | 623,492,985 | 0.64% | ||
nantzjbalayo | 0 | 708,150,704 | 89.1% | ||
sgbonus | 0 | 23,451,654,408 | 10% | ||
soma909 | 0 | 706,830,706 | 100% | ||
digital.mine | 0 | 49,316,211,688 | 60% | ||
sorprendente | 0 | 1,960,483,288 | 100% | ||
cheese4ead | 0 | 522,703,739 | 0.4% | ||
jd4e | 0 | 3,461,708,071 | 50% | ||
mirrors | 0 | 7,049,955,037 | 100% | ||
aulia1993 | 0 | 633,082,981 | 11% | ||
blewitt | 0 | 198,910,115,745 | 35% | ||
bingbabe | 0 | 5,012,881,211 | 100% | ||
alcidescadiz | 0 | 62,261,287,785 | 100% | ||
abacam | 0 | 6,811,905,181 | 100% | ||
abcor | 0 | 5,815,879,712 | 100% | ||
steemulant | 0 | 197,851,884 | 10.53% | ||
thedailysneak | 0 | 7,873,034,163 | 9.09% | ||
gallerani | 0 | 1,531,515,714 | 25% | ||
bflanagin | 0 | 910,458,548 | 0.4% | ||
armandosodano | 0 | 1,672,684,625 | 0.4% | ||
pardinus | 0 | 21,228,372,675 | 10% | ||
yourmind | 0 | 14,090,880,742 | 100% | ||
iammegankylie | 0 | 3,899,175,683 | 100% | ||
bestofph | 0 | 1,297,317,984 | 10% | ||
acousticguitar | 0 | 13,136,449,927 | 50% | ||
gerdtrudroepke | 0 | 32,149,194,200 | 20% | ||
ireenchew | 0 | 10,165,876,504 | 17.5% | ||
crypt-skip | 0 | 658,241,456,283 | 100% | ||
goblinknackers | 0 | 31,095,767,179 | 7% | ||
luciannagy | 0 | 4,104,679,256 | 30% | ||
princessliz | 0 | 849,586,858 | 100% | ||
smartvote | 0 | 70,533,828,081 | 3.3% | ||
anttn | 0 | 229,935,514,408 | 60% | ||
jk6276 | 0 | 1,673,457,687 | 40% | ||
reinaseq | 0 | 7,270,733,044 | 100% | ||
kylealex | 0 | 4,660,437,197 | 10% | ||
raiseup | 0 | 112,499,012,990 | 25% | ||
dlike | 0 | 122,706,727,908 | 25% | ||
junior182 | 0 | 820,646,952 | 100% | ||
randomgoodstuff | 0 | 10,721,341,181 | 50% | ||
fran.frey | 0 | 4,214,477,344 | 50% | ||
steemaction | 0 | 160,043,093,263 | 25% | ||
bagpuss | 0 | 8,525,661,727 | 100% | ||
pedrocanella | 0 | 554,919,573 | 11% | ||
thelittlebank | 0 | 2,525,868,239 | 0.4% | ||
gubbatv | 0 | 297,001,806,001 | 100% | ||
foodfightfriday | 0 | 11,670,620,576 | 12.5% | ||
chops.support | 0 | 29,510,663,663 | 100% | ||
pboulet | 0 | 14,165,659,327 | 8% | ||
stem-espanol | 0 | 26,579,980,214 | 100% | ||
babysavage | 0 | 2,783,285,269 | 18.18% | ||
ravensavage | 0 | 2,306,354,736 | 18.18% | ||
pet.society | 0 | 14,202,351,225 | 6% | ||
alucian | 0 | 1,263,451,809 | 100% | ||
dosh | 0 | 1,141,775,390 | 11% | ||
cliffagreen | 0 | 1,933,107,424 | 10% | ||
aleestra | 0 | 12,338,880,209 | 80% | ||
piensocrates | 0 | 8,617,231,533 | 100% | ||
admiralbot | 0 | 6,545,489,334 | 100% | ||
javier.dejuan | 0 | 789,327,677 | 100% | ||
blanchy | 0 | 105,871,836,924 | 100% | ||
amansharma555 | 0 | 595,961,049 | 100% | ||
kuku-splatts | 0 | 13,353,264,878 | 25% | ||
lion200 | 0 | 13,588,667,085 | 50% | ||
racarjoal | 0 | 2,634,001,423 | 50% | ||
gungunkrishu | 0 | 1,282,598,963,010 | 100% | ||
sasaadrian | 0 | 12,519,792,806 | 20% | ||
brianoflondon | 0 | 4,763,085,796 | 0.12% | ||
priyanarc | 0 | 44,851,577,708 | 50% | ||
sanjeev021 | 0 | 10,749,908,434 | 5.5% | ||
giulyfarci52 | 0 | 1,722,948,742 | 50% | ||
marianaemilia | 0 | 78,371,898,378 | 11% | ||
marinmex | 0 | 6,338,457,094 | 100% | ||
kristall97 | 0 | 22,542,891,132 | 100% | ||
inpursuit | 0 | 936,234,181 | 9.86% | ||
celi130 | 0 | 283,638,545,678 | 100% | ||
steemcryptosicko | 0 | 1,550,998,909 | 0.16% | ||
mistia | 0 | 6,881,208,604 | 100% | ||
rael5 | 0 | 7,064,061,380 | 100% | ||
themightysquid | 0 | 3,607,925,129 | 100% | ||
misterengagement | 0 | 2,349,499,695 | 30% | ||
stem.witness | 0 | 554,062,030 | 10% | ||
myjob | 0 | 95,790,942,670 | 100% | ||
devann | 0 | 8,705,593,491 | 3% | ||
gudnius.comics | 0 | 23,627,483,767 | 100% | ||
francescomai | 0 | 35,091,801,403 | 100% | ||
solaiman | 0 | 33,816,508,452 | 100% | ||
chipdip | 0 | 1,516,098,771 | 20% | ||
dismayedworld | 0 | 4,576,586,066 | 100% | ||
mechanicalowl | 0 | 606,545,036 | 50% | ||
regularowl | 0 | 1,085,672,587 | 50% | ||
retrodroid | 0 | 9,971,861,905 | 33% | ||
wherein | 0 | 5,800,527,758 | 8% | ||
double-negative | 0 | 520,435,936 | 20% | ||
wilmer14molina | 0 | 1,029,745,793 | 50% | ||
currentxchange | 0 | 15,355,973,457 | 25% | ||
smon-fan | 0 | 2,176,077,960 | 100% | ||
jacuzzi | 0 | 2,326,886,521 | 1.4% | ||
vaultec | 0 | 6,625,665,756 | 12% | ||
steemstorage | 0 | 903,308,640 | 0.8% | ||
brucutu1 | 0 | 4,263,598,056 | 100% | ||
lestrange | 0 | 13,307,480,083 | 100% | ||
thegames | 0 | 752,995,794 | 50% | ||
bolachasmonster | 0 | 492,979,516 | 5.5% | ||
anonsteve | 0 | 4,540,645,340 | 25% | ||
flyingbolt | 0 | 1,858,311,804 | 25% | ||
cnstm | 0 | 10,731,805,838 | 8% | ||
whiterosecoffee | 0 | 6,284,969,962 | 5% | ||
pocoto | 0 | 4,418,716,751 | 100% | ||
crowdwitness | 0 | 4,967,337,339 | 5% | ||
apokruphos | 0 | 3,270,124,762 | 1% | ||
caribehub | 0 | 1,350,032,477 | 100% | ||
cyrillo | 0 | 4,307,199,770 | 100% | ||
steemtelly | 0 | 3,293,798,466 | 10.53% | ||
skymin | 0 | 2,247,088,266 | 100% | ||
creacioneslelys | 0 | 38,987,381,484 | 100% | ||
limka | 0 | 133,623,437 | 80.84% | ||
mia-cc | 0 | 4,942,503,900 | 38.32% | ||
hungrybear | 0 | 607,554,715 | 14% | ||
pursuant | 0 | 924,703,112 | 9.73% | ||
giftgiver | 0 | 29,834,285,164 | 9.09% | ||
steemean | 0 | 10,078,490,409 | 5% | ||
mary-jane | 0 | 519,848,352 | 100% | ||
ninjacyber | 0 | 10,359,645,340 | 30% | ||
sophieandhenrik | 0 | 7,325,530,606 | 50% | ||
wolffeys | 0 | 12,293,223,285 | 100% | ||
src3 | 0 | 8,411,575,218 | 7.5% | ||
c4cristi3 | 0 | 10,216,449,684 | 27% | ||
marymi | 0 | 3,805,840,243 | 100% | ||
aaronkroeblinger | 0 | 90,246,599,563 | 50% | ||
russia-btc | 0 | 354,632,078,497 | 28% | ||
photographercr | 0 | 21,065,404,433 | 9.4% | ||
memehub | 0 | 93,037,616,853 | 100% | ||
epicdice | 0 | 505,578,761 | 0.24% | ||
yiobri | 0 | 9,640,430,822 | 100% | ||
coolsurfer | 0 | 20,609,598,160 | 100% | ||
megavest | 0 | 70,204,678,663 | 25% | ||
monsterjamgold | 0 | 3,419,059,918 | 10% | ||
edencourage | 0 | 6,325,840,756 | 50% | ||
robibasa | 0 | 25,422,078,619 | 10% | ||
justlee87 | 0 | 2,136,338,263 | 100% | ||
beerlover | 0 | 123,667,000,100 | 100% | ||
todayslight | 0 | 2,100,752,245 | 30.5% | ||
bastter | 0 | 702,349,680 | 11% | ||
tinyhousecryptos | 0 | 491,968,474 | 5% | ||
shauner | 0 | 4,199,718,659 | 12.5% | ||
aninsidejob | 0 | 6,533,883,890 | 100% | ||
ctrpch | 0 | 18,810,800,591 | 10% | ||
leighscotford | 0 | 49,882,268,217 | 66% | ||
rtron86 | 0 | 6,266,099,965 | 50% | ||
travelwritemoney | 0 | 7,680,853,931 | 25% | ||
aicu | 0 | 1,725,229,208 | 0.8% | ||
zeruxanime | 0 | 1,482,105,313 | 5% | ||
invest.country | 0 | 906,454,015 | 25% | ||
teamashen | 0 | 2,447,859,202 | 3.5% | ||
astil.codex | 0 | 20,336,047 | 100% | ||
steem-key | 0 | 3,166,070,508 | 100% | ||
ratnaayub | 0 | 752,724,388 | 100% | ||
steem.leo | 0 | 30,945,130,494 | 25% | ||
reggaesteem | 0 | 5,236,700,206 | 55.25% | ||
abh12345.pal | 0 | 1,869,020,303 | 100% | ||
leovoter | 0 | 445,040,094 | 33% | ||
leo.voter | 0 | 19,564,326,857,354 | 25% | ||
leo.curator | 0 | 954,422,070 | 20% | ||
onealfa.leo | 0 | 110,262,230,951 | 33% | ||
empoderat | 0 | 14,031,922,654 | 12.5% | ||
leo.bank | 0 | 655,984,502 | 25% | ||
stemgeeks | 0 | 14,526,633,476 | 60% | ||
stemcuration | 0 | 1,395,933,357 | 60% | ||
learn.leo | 0 | 526,746,902 | 25% | ||
babytarazkp | 0 | 10,268,584,976 | 85% | ||
asteroids | 0 | 1,945,382,806 | 25% | ||
capp | 0 | 14,038,224,090 | 100% | ||
poam | 0 | 550,813,926 | 24.75% | ||
doriantaylor | 0 | 1,444,816,920 | 100% | ||
abh12345.stem | 0 | 633,397,520 | 30% | ||
abh12345.ccoin | 0 | 2,558,547,586 | 100% | ||
soyunasantacruz | 0 | 21,811,303,720 | 100% | ||
the.lazy.panda | 0 | 786,269,699 | 10% | ||
dechuck | 0 | 17,221,444,105 | 50% | ||
sbi-tokens | 0 | 5,444,222,313 | 18.18% | ||
liaminit1 | 0 | 45,274,500,344 | 90% | ||
brutoken | 0 | 2,153,967,186 | 100% | ||
idig | 0 | 2,525,918,254 | 6.25% | ||
lynds | 0 | 230,180,099,243 | 51% | ||
bilpcoinbot | 0 | 3,989,903,763 | 100% | ||
korver | 0 | 6,047,484,371 | 50% | ||
stem.alfa | 0 | 2,463,446,520 | 100% | ||
odditiesandends | 0 | 603,737,049 | 100% | ||
urtrailer | 0 | 207,945,526,926 | 25% | ||
zeesh | 0 | 2,640,306,919 | 5.5% | ||
coinlogic.online | 0 | 3,763,785,551 | 12.5% | ||
chloem | 0 | 4,025,602,048 | 25% | ||
steemstem-trig | 0 | 781,545,891 | 10% | ||
leotrail | 0 | 913,823,088 | 25% | ||
isaria-ccc | 0 | 939,041,436 | 25% | ||
therealyme | 0 | 4,111,521,835 | 15% | ||
yggdrasil.laguna | 0 | 0 | 30% | ||
atheistrepublic | 0 | 777,907,429 | 0.4% | ||
huaren.news | 0 | 9,533,411,426 | 100% | ||
cd-stem | 0 | 518,232,820 | 100% | ||
aarauz15 | 0 | 3,294,693,664 | 100% | ||
shani.jahming | 0 | 664,278,258 | 65% | ||
ibt-survival | 0 | 33,789,282,411 | 10% | ||
splatts | 0 | 58,061,058,280 | 12.5% | ||
chicoduro | 0 | 561,879,486 | 25% | ||
galenkp.aus | 0 | 1,211,381,760 | 100% | ||
xyonas | 0 | 3,646,666,358 | 100% | ||
invest2learn | 0 | 624,665,031 | 25% | ||
stoodmonsters | 0 | 305,882,012,620 | 100% | ||
roamingsparrow | 0 | 975,007,299 | 0.4% | ||
gmlrecordz | 0 | 663,425,332 | 50% | ||
oblivioncubed | 0 | 390,353,157,872 | 100% | ||
journeyofanomad | 0 | 11,155,081,316 | 80% | ||
terminado | 0 | 11,265,314,579 | 25% | ||
chapmain | 0 | 0 | 100% | ||
lacking | 0 | 290,580,880,336 | 100% | ||
garlet-68 | 0 | 1,932,418,425 | 50% | ||
julesquirin | 0 | 2,299,636,128 | 9.4% | ||
grindle | 0 | 344,360,347,638 | 100% | ||
catanknight | 0 | 529,367,797 | 100% | ||
kamilla19 | 0 | 13,983,267,590 | 50% | ||
stuntman.mike | 0 | 5,840,666,356 | 100% | ||
leofinance | 0 | 39,267,020,614 | 25% | ||
hivewatchers | 0 | 11,550,030,917 | 55% | ||
x9ed1732b | 0 | 4,974,152,946 | 11.25% | ||
lonelyfin | 0 | 723,969,395 | 100% | ||
politicalhive | 0 | 1,919,322,196 | 100% | ||
laruche | 0 | 41,721,630,928 | 1% | ||
ykretz | 0 | 2,396,871,424 | 5% | ||
stemsocial | 0 | 83,594,257,750 | 10% | ||
flowerbaby | 0 | 8,672,482,618 | 31% | ||
reggaejahm | 0 | 239,323,000,247 | 65% | ||
softworld | 0 | 202,796,316,129 | 50% | ||
captainhive | 0 | 865,201,468,136 | 40% | ||
velinov86 | 0 | 12,050,455,228 | 12.5% | ||
nildasalazar | 0 | 1,164,860,438 | 100% | ||
hextech | 0 | 23,941,390,935 | 9.09% | ||
actioncats | 0 | 14,746,621,382 | 11% | ||
discoveringarni | 0 | 43,787,427,005 | 15% | ||
catinthewindow | 0 | 1,087,931,879 | 12.5% | ||
noelyss | 0 | 2,881,109,951 | 5% | ||
beehivetrader | 0 | 972,863,843 | 12.5% | ||
moneyheist-sl | 0 | 322,352,171 | 100% | ||
lucianav | 0 | 1,500,461,724 | 5.5% | ||
patronpass | 0 | 693,075,563 | 11% | ||
darrenflinders | 0 | 11,640,486,760 | 35% | ||
jelly13 | 0 | 1,736,917,040 | 21.25% | ||
hivebuilder | 0 | 8,008,764,233 | 100% | ||
hivebuildercomps | 0 | 2,306,329,082 | 100% | ||
syberia | 0 | 712,762,916 | 12.5% | ||
olaunlimited | 0 | 37,387,528,808 | 21.15% | ||
w-t-fi | 0 | 1,546,019,152 | 100% | ||
w-splatts | 0 | 13,788,858,329 | 25% | ||
mafia.wallet | 0 | 2,752,125,002 | 9.09% | ||
obandoduarte | 0 | 19,640,789,300 | 100% | ||
sevalo13 | 0 | 2,304,245,962 | 100% | ||
nftmart | 0 | 12,887,212,713 | 9.09% | ||
recoveryinc | 0 | 17,094,613,854 | 26.5% | ||
josemoises | 0 | 3,062,544,637 | 100% | ||
goingcrossroads | 0 | 0 | 100% | ||
gohive | 0 | 12,600,904,511 | 100% | ||
liz.writes | 0 | 809,128,694 | 39.75% | ||
dragokazo | 0 | 23,708,950,686 | 100% | ||
yosmandiaz | 0 | 548,516,399 | 100% | ||
dying | 0 | 1,918,366,573 | 53% | ||
adedayoolumide | 0 | 701,568,690 | 12.5% | ||
aabcent | 0 | 1,684,014,507 | 0.64% | ||
hermaryrc | 0 | 7,106,077,600 | 100% | ||
arisad | 0 | 2,594,995,365 | 100% | ||
eddie-earner | 0 | 1,503,951,132 | 12.5% | ||
pateldhawal4 | 0 | 496,423,435 | 100% | ||
noalys | 0 | 791,819,736 | 5.5% | ||
wrapped-leo | 0 | 4,334,972,042 | 25% | ||
hive-168869 | 0 | 52,530,226,625 | 100% | ||
omarcitorojas | 0 | 42,517,627,536 | 100% | ||
nbs.gmbh | 0 | 60,131,911,064 | 0.8% | ||
dorkpower | 0 | 1,058,890,592 | 30% | ||
spt.hivevoter | 0 | 587,024,256 | 40% | ||
ztfo | 0 | 513,959,784 | 23.75% | ||
jobar | 0 | 507,618,381 | 25% | ||
rarereden | 0 | 3,330,419,541 | 100% | ||
lowlightart | 0 | 567,575,315 | 40% | ||
kattycrochet | 0 | 17,023,048,258 | 23.5% | ||
stemcur | 0 | 680,017,606 | 100% | ||
hanez | 0 | 555,575,718 | 25% | ||
grosh | 0 | 680,356,108 | 12.5% | ||
brofund-stem | 0 | 1,025,052,214 | 60% | ||
infihedge | 0 | 510,852,641 | 25% | ||
stackfi | 0 | 494,417,937 | 25% | ||
betterdev | 0 | 100,873,458,812 | 9.09% | ||
reonarudo | 0 | 1,657,247,968 | 12.5% | ||
psicologiaexpres | 0 | 4,353,608,649 | 15.9% | ||
meritocracy | 0 | 8,964,134,560 | 0.08% | ||
andrastia | 0 | 4,409,733,678 | 50% | ||
netaterra.leo | 0 | 706,434,952 | 22.5% | ||
stemline | 0 | 3,848,508,015 | 30% | ||
sillybilly | 0 | 565,738,382 | 100% | ||
meestemboom | 0 | 486,580,335 | 25% | ||
brulass | 0 | 715,190,629 | 100% | ||
blockbroccoli | 0 | 545,144,819 | 27% | ||
dcrops | 0 | 5,807,130,007 | 0.4% | ||
leo.tokens | 0 | 2,216,861,818 | 25% | ||
potpourry | 0 | 589,656,867 | 15.9% | ||
scooter77.stem | 0 | 616,210,265 | 60% | ||
cielitorojo | 0 | 14,817,171,393 | 12.5% | ||
krishu.stem | 0 | 1,029,143,004 | 100% | ||
hykss.leo | 0 | 46,582,224,137 | 4.95% | ||
carlosro | 0 | 2,352,387,835 | 11% | ||
ruari | 0 | 849,207,891 | 100% | ||
brucolac | 0 | 596,448,157 | 6.6% | ||
samrisso | 0 | 18,396,747,227 | 26.5% | ||
sofs-su | 0 | 75,776,725,543 | 61.3% | ||
h-e | 0 | 0 | 9.09% | ||
al-leonardo | 0 | 112,253,101,608 | 100% | ||
dronegirl | 0 | 315,785,428 | 100% | ||
repayme4568 | 0 | 1,233,861,090 | 100% | ||
xrayman | 0 | 1,476,975,025 | 5.5% | ||
coinomite | 0 | 8,179,617,204,058 | 100% | ||
abh12345.archon | 0 | 1,612,092,476 | 100% | ||
endgames | 0 | 549,822,819 | 25% | ||
adamada.stem | 0 | 2,896,129,219 | 100% | ||
firinmahlazer | 0 | 494,353,353 | 100% | ||
retaliatorr | 0 | 2,642,961,713 | 100% | ||
leverup | 0 | 529,285,906 | 24.25% | ||
nj07 | 0 | 3,892,816,432 | 100% | ||
elongate | 0 | 852,680,457 | 25% | ||
giemo | 0 | 906,186,557 | 11% | ||
amongus | 0 | 922,156,504 | 25% | ||
elgatoshawua | 0 | 5,288,196,452 | 12.5% | ||
nanggroe1 | 0 | 996,179,591 | 40% | ||
thecouncil | 0 | 3,591,629,394 | 9.09% | ||
luckyali.leo | 0 | 838,451,665 | 25% | ||
selfhelp4trolls | 0 | 380,865,628,645 | 45% | ||
tomtothetom | 0 | 8,014,076,230 | 53% | ||
biglove | 0 | 1,066,984,419 | 25% | ||
mapetoke | 0 | 107,015,518,766 | 100% | ||
wend1go | 0 | 36,050,688,211 | 100% | ||
melcaya | 0 | 40,692,697,303 | 100% | ||
b-leo | 0 | 4,669,493,720 | 25% | ||
creodas | 0 | 650,081,560 | 18.75% | ||
mayor333 | 0 | 13,258,418,717 | 100% | ||
blacardi | 0 | 908,808,665 | 20% | ||
drricksanchez | 0 | 35,784,289,081 | 7.5% | ||
riandeuk | 0 | 9,243,529,658 | 100% | ||
hexagono6 | 0 | 1,357,738,683 | 5.5% | ||
aswita | 0 | 15,316,557,078 | 50.8% | ||
impurgent | 0 | 645,361,921 | 40% | ||
kdkou | 0 | 2,444,699,936 | 100% | ||
dendendenden | 0 | 599,247,487 | 100% | ||
power-kappe | 0 | 767,068,013 | 11% | ||
alexandra1301 | 0 | 5,039,423,203 | 100% | ||
hive.friends | 0 | 0 | 1% | ||
brume7 | 0 | 2,195,382,364 | 12.5% | ||
farpetrad | 0 | 32,880,273,098 | 100% | ||
fotomaglys | 0 | 1,853,559,595 | 5.5% | ||
holovision.stem | 0 | 551,421,024 | 50% | ||
bulldog1205 | 0 | 15,862,511,965 | 12.5% | ||
robmojo.leo | 0 | 699,801,058 | 20% | ||
lordb | 0 | 2,777,168,686 | 100% | ||
podping | 0 | 557,160,792 | 0.12% | ||
cowboyzlegend27 | 0 | 30,626,186,007 | 100% | ||
steentijd | 0 | 5,002,456,632 | 12.5% | ||
rimurutempest | 0 | 7,807,378,262 | 100% | ||
jimmy406 | 0 | 10,268,786,745 | 100% | ||
irenicus30 | 0 | 38,792,574,824 | 100% | ||
aprasad2325 | 0 | 2,049,331,510 | 5.5% | ||
pinkfloyd878 | 0 | 4,471,992,511 | 100% | ||
bella76 | 0 | 921,627,016 | 12.5% | ||
alechi | 0 | 81,419,861,372 | 100% | ||
star.stem | 0 | 1,814,913,680 | 50% | ||
solominer.stem | 0 | 939,531,752 | 100% | ||
irivers | 0 | 3,550,725,403 | 100% | ||
mjvdc | 0 | 8,356,587,783 | 100% | ||
asklanbudi | 0 | 4,646,983,836 | 100% | ||
rauti | 0 | 3,670,230,040 | 100% | ||
elyelma | 0 | 3,546,491,299 | 100% | ||
quycmf8 | 0 | 231,814,874,258 | 11% | ||
chrismacys | 0 | 3,399,944,818 | 100% | ||
aries90 | 0 | 6,078,065,238 | 0.8% | ||
epsilon27 | 0 | 46,291,048,276 | 100% | ||
rencongland | 0 | 3,361,705,519 | 16% | ||
cugel | 0 | 16,884,320,807 | 26.5% | ||
kushyzee | 0 | 1,184,227,130 | 12.5% | ||
acantoni | 0 | 4,691,595,204 | 26.5% | ||
migka | 0 | 3,987,291,880 | 90% | ||
ariuss | 0 | 772,452,922 | 100% | ||
njker | 0 | 633,174,612 | 25% | ||
hkinuvaime | 0 | 706,148,659 | 5.5% | ||
cyboule | 0 | 29,426,002,138 | 100% | ||
astrocat-3663 | 0 | 938,659,521 | 50% | ||
mimi.ruby | 0 | 178,727,157,294 | 100% | ||
trasto | 0 | 1,146,146,751 | 12.5% | ||
wendy0520 | 0 | 600,664,788 | 9.9% | ||
axelx12 | 0 | 1,776,175,615 | 100% | ||
life.cruiser | 0 | 12,516,511,890 | 100% | ||
ginnungagap | 0 | 807,994,354 | 100% | ||
irregular-n | 0 | 1,237,249,719 | 80% | ||
uno.alfa | 0 | 1,611,932,516 | 100% | ||
darkwarrior33 | 0 | 2,132,164,663 | 90% | ||
dsky | 0 | 854,138,056,571 | 100% | ||
we-support-hive | 0 | 47,150,563,517 | 100% | ||
paulriq | 0 | 2,235,218,524 | 100% | ||
rishi556.engine | 0 | 0 | 9.09% | ||
ivan-jz4 | 0 | 57,234,105 | 100% | ||
tengolotodo | 0 | 11,019,008,769 | 18.3% | ||
riansilva | 0 | 1,630,025,096 | 50% | ||
robat71 | 0 | 6,688,927,564 | 100% | ||
anonymous02 | 0 | 747,579,781 | 10% | ||
mcookies | 0 | 609,760,721 | 5.5% | ||
ga38jem | 0 | 45,377,263,578 | 100% | ||
onw | 0 | 8,205,121,449 | 100% | ||
abeerhunter | 0 | 8,085,183,046 | 24.9% | ||
elfino28 | 0 | 741,919,706 | 7.7% | ||
wazock | 0 | 681,101,436 | 5.2% | ||
pzwinz | 0 | 1,191,179,775 | 100% | ||
cryptohaytham | 0 | 1,492,309,908 | 58% | ||
ledgar | 0 | 5,553,766,150 | 100% | ||
leoalpha | 0 | 431,313,361 | 50% | ||
saboin.stem | 0 | 1,038,924,656 | 60% | ||
newhope1988 | 0 | 5,891,233,096 | 15% | ||
crypt0gnome | 0 | 21,869,060,469 | 12% | ||
beautifulwreck | 0 | 886,434,816 | 50% | ||
lordtimoty | 0 | 190,485,354,958 | 100% | ||
zeclipse | 0 | 692,048,492 | 25% | ||
saboin.leo | 0 | 1,035,499,650 | 29% | ||
femcy-willcy | 0 | 1,069,557,249 | 12.5% | ||
eijibr | 0 | 530,444,937 | 6.6% | ||
jkeen33 | 0 | 817,881,956 | 18.75% | ||
zuun.net | 0 | 32,033,740,453 | 49% | ||
arminius3301 | 0 | 676,262,685 | 100% | ||
netvalar | 0 | 4,217,654,522 | 50% | ||
wrestorgonline | 0 | 584,524,798,723 | 5% | ||
littlebee4 | 0 | 23,876,985,390 | 14.8% | ||
grabapack | 0 | 7,110,884,335 | 12.5% | ||
jagmeet12 | 0 | 761,534,539 | 5.5% | ||
janitzearratia | 0 | 10,144,779,128 | 50% | ||
gone-hive | 0 | 490,114,324 | 12.5% | ||
nkechi | 0 | 806,369,851 | 25% | ||
abelfotografia | 0 | 17,757,501,890 | 74% | ||
dondido | 0 | 3,534,885,298 | 0.8% | ||
jlinaresp | 0 | 40,024,742,761 | 100% | ||
genepoolchlrn8r | 0 | 1,175,978,224 | 5.5% | ||
p-leo | 0 | 4,029,968,766 | 25% | ||
dayuhaha | 0 | 0 | 100% | ||
jormahaha | 0 | 0 | 100% | ||
garcihihi | 0 | 0 | 100% | ||
jorhefelix | 0 | 0 | 100% | ||
jacr | 0 | 0 | 100% | ||
khaltok | 0 | 2,177,214,010 | 25% | ||
elibeth | 0 | 0 | 100% | ||
ejemplo | 0 | 0 | 100% | ||
leoguuu | 0 | 0 | 100% | ||
gonzalebu | 0 | 0 | 100% | ||
jesusare | 0 | 0 | 100% | ||
diazyovani | 0 | 0 | 100% | ||
florezjvu | 0 | 0 | 100% | ||
gabtoeres | 0 | 0 | 100% | ||
elsyquee | 0 | 0 | 100% | ||
eudaris | 0 | 0 | 100% | ||
franciscotu | 0 | 0 | 100% | ||
glebglad | 0 | 0 | 100% | ||
josemonvu | 0 | 0 | 100% | ||
dayirome | 0 | 0 | 100% | ||
irisenaaa | 0 | 0 | 100% | ||
kevinvinke | 0 | 0 | 100% | ||
jhonathancor | 0 | 0 | 100% | ||
karinanihi | 0 | 0 | 100% | ||
emilygabrihi | 0 | 0 | 100% | ||
edgardorohi | 0 | 0 | 100% | ||
dragonmk47 | 0 | 5,259,083,502 | 5.5% | ||
heron-ua | 0 | 881,775,300 | 100% | ||
greensandpinks | 0 | 8,841,358,702 | 100% | ||
dollayah | 0 | 523,380,207 | 19.97% | ||
isabel-vihu | 0 | 8,948,713,093 | 30% | ||
ertytux | 0 | 1,846,382,676 | 100% | ||
mallorcamum | 0 | 1,489,205,512 | 30% | ||
valorbeats | 0 | 5,899,364,505 | 100% | ||
anna-newkey | 0 | 21,098,812,065 | 50% | ||
windail1 | 0 | 906,472,851 | 100% | ||
caelum1infernum | 0 | 5,314,313,236 | 100% | ||
kam5iz | 0 | 842,416,498 | 8.75% | ||
xappreciator | 0 | -170,004,637 | -11% | ||
xleo.voter | 0 | -98,093,547 | -25% | ||
xtrafalgar | 0 | -289,597,903 | -47% | ||
herryson | 0 | 4,344,627,846 | 100% | ||
eunice9200 | 0 | 4,218,999,736 | 100% | ||
genepoolcardlord | 0 | 4,523,229,376 | 5.5% | ||
becca-mac | 0 | 118,027,286,399 | 100% | ||
p-hive | 0 | 43,073,158,072 | 25% | ||
gaming.grants | 0 | 1,445,333,670 | 100% | ||
nickydee | 0 | 16,903,394,139 | 50% | ||
bnb-hive | 0 | 266,717,048,196 | 25% | ||
celestegray | 0 | 66,316,029,025 | 100% | ||
specific-leo | 0 | 854,999,915 | 25% | ||
gubbahomestead | 0 | 24,420,473,653 | 100% | ||
pocket-rents | 0 | 645,876,414 | 12.5% | ||
cryptochroma | 0 | 3,175,228,024 | 100% | ||
minas-glory | 0 | 753,286,745 | 0.4% | ||
the-grandmaster | 0 | 653,650,769 | 0.4% | ||
the-burn | 0 | 838,279,001 | 0.4% | ||
emma-h | 0 | 82,652,361,705 | 75% | ||
hivecluster | 0 | 18,563,737,635 | 100% | ||
hive-189277 | 0 | 20,324,497,946 | 60% | ||
ambicrypto | 0 | 2,921,105,080 | 0.8% | ||
cards4rent | 0 | 140,640,417,818 | 50% | ||
rarogart | 0 | 2,382,615,402 | 100% | ||
cubdaily | 0 | 1,845,261,292 | 25% | ||
mullmull | 0 | 2,787,413,576 | 100% | ||
hiveloves | 0 | 303,232,574 | 100% | ||
haritha1995 | 0 | 1,650,383,994 | 100% | ||
superuser3 | 0 | 1,884,681,546 | 5% | ||
novillain | 0 | 118,660,804 | 100% | ||
mul-mul | 0 | 1,863,027,419 | 100% |
Love your variables. haha. I remember Busy. I used it as my default because they gave you a few cent upvote for posting with them if you added their tag in the bad old days where I was delighted getting 10 cent for a post. .
author | blanchy |
---|---|
permlink | re-slobberchops-rl13of |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.10.3"} |
created | 2022-11-08 12:21:51 |
last_update | 2022-11-08 12:21:51 |
depth | 1 |
children | 2 |
last_payout | 2022-11-15 12:21:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.026 HBD |
curator_payout_value | 0.027 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 225 |
author_reputation | 358,622,390,113,107 |
root_title | "Python Libraries: Those Follower Non-Recipients, Such Disrespect, The Shame of it!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,165,284 |
net_rshares | 127,640,738,166 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slobberchops | 0 | 127,640,738,166 | 3% |
I think everyone did. There was an option to donate 5% of your stash to them via a tick box. Did anyone ever tick it? π
author | slobberchops |
---|---|
permlink | re-blanchy-rl13re |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.10.3"} |
created | 2022-11-08 12:23:39 |
last_update | 2022-11-08 12:23:39 |
depth | 2 |
children | 1 |
last_payout | 2022-11-15 12:23: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 | 119 |
author_reputation | 2,421,846,012,395,406 |
root_title | "Python Libraries: Those Follower Non-Recipients, Such Disrespect, The Shame of it!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,165,318 |
net_rshares | 20,680,178,731 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
blanchy | 0 | 20,680,178,731 | 20% |
Well they might be still around if we did π€£
author | blanchy |
---|---|
permlink | re-slobberchops-rl16dq |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.10.3"} |
created | 2022-11-08 13:20:15 |
last_update | 2022-11-08 13:20:15 |
depth | 3 |
children | 0 |
last_payout | 2022-11-15 13:20: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 | 43 |
author_reputation | 358,622,390,113,107 |
root_title | "Python Libraries: Those Follower Non-Recipients, Such Disrespect, The Shame of it!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,166,574 |
net_rshares | 0 |
HiveBuzz has level reward badges. You can see those in PeakD. I think I am a dolphin now, not that it really means anything anymore. It seems whatever level I newly attain it is considered the new minnow. Didn't Busy calculate your upvote based on the staked power that your followers had? I am guessing that is why they offered that ability.
author | bozz |
---|---|
permlink | re-slobberchops-rkzqwb |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.10.3"} |
created | 2022-11-07 18:48:21 |
last_update | 2022-11-07 18:48:21 |
depth | 1 |
children | 2 |
last_payout | 2022-11-14 18:48:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.046 HBD |
curator_payout_value | 0.046 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 346 |
author_reputation | 2,225,031,482,932,062 |
root_title | "Python Libraries: Those Follower Non-Recipients, Such Disrespect, The Shame of it!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,146,494 |
net_rshares | 216,024,340,061 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slobberchops | 0 | 214,483,690,401 | 5% | ||
stemgeeks | 0 | 1,390,202,124 | 6% | ||
stemcuration | 0 | 92,860,249 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% | ||
goingcrossroads | 0 | 0 | 100% | ||
saboin.stem | 0 | 57,587,287 | 6% | ||
jodrmrjjjj | 0 | 0 | 100% | ||
javierbasti | 0 | 0 | 100% | ||
gersomur | 0 | 0 | 100% | ||
gabtoeres | 0 | 0 | 100% | ||
jaimeso | 0 | 0 | 100% | ||
eudoro | 0 | 0 | 100% | ||
elsyquee | 0 | 0 | 100% | ||
glebglad | 0 | 0 | 100% | ||
domidomi | 0 | 0 | 100% | ||
jordancorhi | 0 | 0 | 100% | ||
hossainhihi | 0 | 0 | 100% | ||
ingridlahi | 0 | 0 | 100% |
It does have fish sizes, but I miss the I, II and III breakdowns of the fish. It was attainable to move up sub-levels and busy encouraged it. It could easily be added to peakd. I need to get their attention. >Didn't Busy calculate your upvote based on the staked power that your followers had? I am guessing that is why they offered that ability. Yes, and for me that was super annoying as I was late on the scene. It was actually the cumulative VP of your followers.., why did they do that?
author | slobberchops |
---|---|
permlink | re-bozz-rkzrh7 |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.10.3"} |
created | 2022-11-07 19:00:45 |
last_update | 2022-11-07 19:00:45 |
depth | 2 |
children | 1 |
last_payout | 2022-11-14 19:00:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.014 HBD |
curator_payout_value | 0.013 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 493 |
author_reputation | 2,421,846,012,395,406 |
root_title | "Python Libraries: Those Follower Non-Recipients, Such Disrespect, The Shame of it!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,146,826 |
net_rshares | 67,370,994,452 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stimialiti | 0 | -24,864,016,950 | -100% | ||
fersher | 0 | -1,162,420,817 | -100% | ||
bozz | 0 | 55,964,586,713 | 5% | ||
wanker | 0 | 35,896,223,607 | 100% | ||
stemgeeks | 0 | 1,386,768,204 | 6% | ||
stemcuration | 0 | 92,520,638 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% | ||
saboin.stem | 0 | 57,333,057 | 6% | ||
laurynve | 0 | 0 | 100% | ||
laucanh21 | 0 | 0 | 100% | ||
karinanihi | 0 | 0 | 100% |
Ah, okay. That makes sense about the sub levels. I am not sure why they did that. Probably a way for a small group of people to make a larger amount of money. Isn't that usually what it always is!
author | bozz |
---|---|
permlink | re-slobberchops-rkzrsl |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.10.3"} |
created | 2022-11-07 19:07:42 |
last_update | 2022-11-07 19:07:42 |
depth | 3 |
children | 0 |
last_payout | 2022-11-14 19:07:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.018 HBD |
curator_payout_value | 0.018 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 200 |
author_reputation | 2,225,031,482,932,062 |
root_title | "Python Libraries: Those Follower Non-Recipients, Such Disrespect, The Shame of it!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,146,984 |
net_rshares | 87,269,037,525 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slobberchops | 0 | 85,730,413,332 | 2% | ||
stemgeeks | 0 | 1,388,473,882 | 6% | ||
stemcuration | 0 | 92,689,833 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% | ||
goingcrossroads | 0 | 0 | 100% | ||
saboin.stem | 0 | 57,460,478 | 6% | ||
elnegritoo | 0 | 0 | 100% |
Excelente post hermano, muy interesante aunque hay varias cosas que no logro entender bien del todo
author | championsacademy |
---|---|
permlink | re-slobberchops-rl0pka |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.10.3"} |
created | 2022-11-08 07:17:00 |
last_update | 2022-11-08 07:17:00 |
depth | 1 |
children | 0 |
last_payout | 2022-11-15 07:17: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 | 99 |
author_reputation | 95,824,773,768,923 |
root_title | "Python Libraries: Those Follower Non-Recipients, Such Disrespect, The Shame of it!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,160,273 |
net_rshares | 0 |
Hmmm do you follow me? I can't tell, you're right?! I've been following you for ages tho
author | cryptoknight12 |
---|---|
permlink | rkzz2q |
category | hive-163521 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2022-11-07 21:44:57 |
last_update | 2022-11-07 21:44:57 |
depth | 1 |
children | 6 |
last_payout | 2022-11-14 21:44:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.044 HBD |
curator_payout_value | 0.045 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 88 |
author_reputation | 77,839,196,919,506 |
root_title | "Python Libraries: Those Follower Non-Recipients, Such Disrespect, The Shame of it!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,151,006 |
net_rshares | 209,704,062,559 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slobberchops | 0 | 209,704,062,559 | 5% | ||
yggdrasil.laguna | 0 | 0 | 3% |
I don't believe I do, and as nobody else has asked.., I may as well run this for your account. 
author | slobberchops |
---|---|
permlink | re-cryptoknight12-rl00z3 |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.10.3"} |
created | 2022-11-07 22:25:51 |
last_update | 2022-11-07 22:25:51 |
depth | 2 |
children | 5 |
last_payout | 2022-11-14 22:25: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 | 237 |
author_reputation | 2,421,846,012,395,406 |
root_title | "Python Libraries: Those Follower Non-Recipients, Such Disrespect, The Shame of it!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,151,988 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yggdrasil.laguna | 0 | 0 | 3% |
I have some work to do. How can I earn your respected follow sir
author | cryptoknight12 |
---|---|
permlink | re-slobberchops-rl031o |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.10.3"} |
created | 2022-11-07 23:10:36 |
last_update | 2022-11-07 23:10:36 |
depth | 3 |
children | 0 |
last_payout | 2022-11-14 23:10: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 | 64 |
author_reputation | 77,839,196,919,506 |
root_title | "Python Libraries: Those Follower Non-Recipients, Such Disrespect, The Shame of it!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,152,767 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yggdrasil.laguna | 0 | 0 | 3% |
Hi Sirrr... just checking in with you. Hope you are well my friend. I am trying to get back into Hive after taking a long time off. I would love some insight in how other hivers make it to the top and earn high reputation. That's one of my hive goals as well as making a network of friends I can leverage to explore business ventures together.
author | cryptoknight12 |
---|---|
permlink | rl109u |
category | hive-163521 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2022-11-08 11:08:18 |
last_update | 2022-11-08 11:08:18 |
depth | 3 |
children | 3 |
last_payout | 2022-11-15 11:08:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.044 HBD |
curator_payout_value | 0.045 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 343 |
author_reputation | 77,839,196,919,506 |
root_title | "Python Libraries: Those Follower Non-Recipients, Such Disrespect, The Shame of it!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,163,859 |
net_rshares | 213,062,983,376 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slobberchops | 0 | 213,062,983,376 | 5% |
Hahaha you are even nosier than I thought chops! And nerdier (i mean this in a good way)..python is too much for this nurse to understand ! But I loved busy.org as well as it had some good features in there as well. Honestly i know peakd als has a lot of features but I can find a nice scroll modus. Ecency brings me this easier for some reason
author | karinxxl |
---|---|
permlink | re-slobberchops-2022118t16749118z |
category | hive-163521 |
json_metadata | {"tags":["python","stemgeeks","leofinance","proofofbrain","palnet","creativecoin","neoxian","vyb","ctp"],"app":"ecency/3.0.28-vision","format":"markdown+html"} |
created | 2022-11-08 09:07:51 |
last_update | 2022-11-08 09:07:51 |
depth | 1 |
children | 2 |
last_payout | 2022-11-15 09:07:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.036 HBD |
curator_payout_value | 0.036 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 345 |
author_reputation | 452,667,109,573,964 |
root_title | "Python Libraries: Those Follower Non-Recipients, Such Disrespect, The Shame of it!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,161,895 |
net_rshares | 170,269,208,441 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slobberchops | 0 | 170,269,208,441 | 4% |
I look at many things, especially peeps who I vote for. They might be doing outrageous things such as promoting Blurt, you just never know!
author | slobberchops |
---|---|
permlink | re-karinxxl-rl13n2 |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.10.3"} |
created | 2022-11-08 12:21:03 |
last_update | 2022-11-08 12:21:03 |
depth | 2 |
children | 1 |
last_payout | 2022-11-15 12:21:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.019 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 139 |
author_reputation | 2,421,846,012,395,406 |
root_title | "Python Libraries: Those Follower Non-Recipients, Such Disrespect, The Shame of it!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,165,276 |
net_rshares | 94,876,295,569 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
karinxxl | 0 | 26,335,086,108 | 34% | ||
chops.support | 0 | 30,834,494,686 | 100% | ||
wanker | 0 | 37,706,714,775 | 100% |
Hahahahaha you never know! ;)
author | karinxxl |
---|---|
permlink | re-slobberchops-2022118t20442965z |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"ecency/3.0.28-vision","format":"markdown+html"} |
created | 2022-11-08 13:44:06 |
last_update | 2022-11-08 13:44:06 |
depth | 3 |
children | 0 |
last_payout | 2022-11-15 13:44: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 | 29 |
author_reputation | 452,667,109,573,964 |
root_title | "Python Libraries: Those Follower Non-Recipients, Such Disrespect, The Shame of it!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,167,087 |
net_rshares | 0 |
Excellent πππ, very nice post, congratulations and greetings ππ
author | lindoro |
---|---|
permlink | re-slobberchops-2022117t19223637z |
category | hive-163521 |
json_metadata | {"tags":["hive-163521","python","stemgeeks","leofinance","proofofbrain","palnet","creativecoin","neoxian","vyb","ctp"],"app":"ecency/3.0.34-mobile","format":"markdown+html"} |
created | 2022-11-08 00:02:21 |
last_update | 2022-11-08 00:02:21 |
depth | 1 |
children | 0 |
last_payout | 2022-11-15 00:02:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 63 |
author_reputation | 405,076,890,444,535 |
root_title | "Python Libraries: Those Follower Non-Recipients, Such Disrespect, The Shame of it!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,153,684 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yggdrasil.laguna | 0 | 0 | 3% |
Ooo oooo ooo, can I see this? Who disrepec me?!! I have a low number of people I follow so I don't miss things but it is still quite high and sometimes I miss things. Like this! I could do with trimming it. It is that old dillema though of when you don't have enough in your feed and you follow more then you have too much etc etc
author | meesterboom |
---|---|
permlink | re-slobberchops-rl1css |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.10.3"} |
created | 2022-11-08 15:38:54 |
last_update | 2022-11-08 15:38:54 |
depth | 1 |
children | 12 |
last_payout | 2022-11-15 15:38:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.044 HBD |
curator_payout_value | 0.044 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 332 |
author_reputation | 1,787,449,423,929,717 |
root_title | "Python Libraries: Those Follower Non-Recipients, Such Disrespect, The Shame of it!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,170,089 |
net_rshares | 209,192,159,494 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slobberchops | 0 | 209,192,159,494 | 5% |
I was slightly disappointed more didn't ask me to run this. You have more respect than me! 
author | slobberchops |
---|---|
permlink | re-meesterboom-rl1fhg |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.10.3"} |
created | 2022-11-08 16:36:54 |
last_update | 2022-11-08 16:36:54 |
depth | 2 |
children | 11 |
last_payout | 2022-11-15 16:36:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.100 HBD |
curator_payout_value | 0.101 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 234 |
author_reputation | 2,421,846,012,395,406 |
root_title | "Python Libraries: Those Follower Non-Recipients, Such Disrespect, The Shame of it!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,171,347 |
net_rshares | 472,083,333,675 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
meesterboom | 0 | 472,083,333,675 | 20% |
Cheers for this! I was surprised too! At the lack of requests. It's quite useful because I have spotted three or four that are getting punted. The rest are ok or people I have followed for the drama, lol!
author | meesterboom |
---|---|
permlink | re-slobberchops-rl1fom |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.10.3"} |
created | 2022-11-08 16:41:12 |
last_update | 2022-11-08 16:41:12 |
depth | 3 |
children | 10 |
last_payout | 2022-11-15 16:41:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.088 HBD |
curator_payout_value | 0.089 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 205 |
author_reputation | 1,787,449,423,929,717 |
root_title | "Python Libraries: Those Follower Non-Recipients, Such Disrespect, The Shame of it!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,171,439 |
net_rshares | 418,588,758,419 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slobberchops | 0 | 418,588,758,419 | 10% |
I'll have a chat with Owdgibber and tell him to mend his ways. He's a bit of a stick in the mud though, so he might not listen.
author | onw |
---|---|
permlink | re-slobberchops-rkzx3p |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.10.3"} |
created | 2022-11-07 21:02:18 |
last_update | 2022-11-07 21:02:18 |
depth | 1 |
children | 1 |
last_payout | 2022-11-14 21:02:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.046 HBD |
curator_payout_value | 0.046 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 128 |
author_reputation | 15,954,360,789,244 |
root_title | "Python Libraries: Those Follower Non-Recipients, Such Disrespect, The Shame of it!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,150,027 |
net_rshares | 216,594,336,408 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slobberchops | 0 | 216,594,336,408 | 5% | ||
yggdrasil.laguna | 0 | 0 | 3% | ||
kevinvinke | 0 | 0 | 100% |
The disrespect.., I have no words π
author | slobberchops |
---|---|
permlink | re-onw-rkzx7u |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.10.3"} |
created | 2022-11-07 21:04:42 |
last_update | 2022-11-07 21:04:42 |
depth | 2 |
children | 0 |
last_payout | 2022-11-14 21:04: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 | 35 |
author_reputation | 2,421,846,012,395,406 |
root_title | "Python Libraries: Those Follower Non-Recipients, Such Disrespect, The Shame of it!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,150,089 |
net_rshares | 7,576,408,351 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yggdrasil.laguna | 0 | 0 | 3% | ||
onw | 0 | 7,576,408,351 | 100% |
<center>π PIZZA ! I gifted <strong>$PIZZA</strong> slices here: @steevc<sub>(5/5)</sub> tipped @slobberchops (x1) <sub>Join us in <a href="https://discord.gg/hivepizza">Discord</a>!</sub></center>
author | pizzabot |
---|---|
permlink | re-python-libraries-those-follower-non-recipients-such-disrespect-the-shame-of-it-20221107t190611z |
category | hive-163521 |
json_metadata | "{"app": "beem/0.24.19"}" |
created | 2022-11-07 19:06:12 |
last_update | 2022-11-07 19:06:12 |
depth | 1 |
children | 0 |
last_payout | 2022-11-14 19:06: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 | 200 |
author_reputation | 7,433,382,051,921 |
root_title | "Python Libraries: Those Follower Non-Recipients, Such Disrespect, The Shame of it!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,146,947 |
net_rshares | 0 |
Cool stuff. There's so much you can do with all the blockchain data. It may be possible to write a browser plugin that adds info to the peakd page, but I have no idea how to do that. I just remembered there was one that showed if someone was on the HW naughty list or other blacklists. Was that by Marky? I have some other stuff I want to code up some time. Just have to fit it around actual work and other stuff. !PIZZA
author | steevc |
---|---|
permlink | re-slobberchops-rkzrps |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.10.3"} |
created | 2022-11-07 19:05:54 |
last_update | 2022-11-07 19:05:54 |
depth | 1 |
children | 1 |
last_payout | 2022-11-14 19:05:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.040 HBD |
curator_payout_value | 0.041 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 422 |
author_reputation | 1,367,003,772,811,122 |
root_title | "Python Libraries: Those Follower Non-Recipients, Such Disrespect, The Shame of it!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,146,940 |
net_rshares | 191,253,763,166 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stimialiti | 0 | -23,454,417,560 | -100% | ||
fersher | 0 | -1,144,974,220 | -100% | ||
slobberchops | 0 | 214,318,555,463 | 5% | ||
stemgeeks | 0 | 1,385,044,082 | 6% | ||
stemcuration | 0 | 92,349,613 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% | ||
saboin.stem | 0 | 57,205,788 | 6% | ||
garcihihi | 0 | 0 | 100% | ||
jesusare | 0 | 0 | 100% | ||
franciscotu | 0 | 0 | 100% | ||
herminiabrito36 | 0 | 0 | 100% |
> I just remembered there was one that showed if someone was on the HW naughty list or other blacklists. Was that by Marky? I do remember that, possibly the STEEM days. That was years ago now but seems like yesterday! >I have some other stuff I want to code up some time. The idea of this floated into my head today. Its wasn't too hard to drum out the code. So long as I learn something new and build my library I feel its worth it.
author | slobberchops |
---|---|
permlink | re-steevc-rkzssa |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.10.3"} |
created | 2022-11-07 19:29:00 |
last_update | 2022-11-07 19:29:00 |
depth | 2 |
children | 0 |
last_payout | 2022-11-14 19:29:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.032 HBD |
curator_payout_value | 0.031 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 436 |
author_reputation | 2,421,846,012,395,406 |
root_title | "Python Libraries: Those Follower Non-Recipients, Such Disrespect, The Shame of it!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,147,493 |
net_rshares | 147,927,457,372 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steevc | 0 | 170,508,353,322 | 8% | ||
stimialiti | 0 | -23,016,677,317 | -100% | ||
fersher | 0 | -1,096,820,650 | -100% | ||
stemgeeks | 0 | 1,383,342,520 | 6% | ||
stemcuration | 0 | 92,180,826 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% | ||
saboin.stem | 0 | 57,078,671 | 6% | ||
javihihi | 0 | 0 | 100% | ||
laurarooo | 0 | 0 | 100% |
<div class='text-justify'> <div class='pull-left'> <img src='https://stem.openhive.network/images/stemsocialsupport7.png'> </div> Thanks for your contribution to the <a href='/trending/hive-196387'>STEMsocial community</a>. Feel free to join us on <a href='https://discord.gg/9c7pKVD'>discord</a> to get to know the rest of us! Please consider delegating to the @stemsocial account (85% of the curation rewards are returned). You may also include @stemsocial as a beneficiary of the rewards of this post to get a stronger support. <br /> <br /> </div>
author | stemsocial |
---|---|
permlink | re-slobberchops-python-libraries-those-follower-non-recipients-such-disrespect-the-shame-of-it-20221107t200016997z |
category | hive-163521 |
json_metadata | {"app":"STEMsocial"} |
created | 2022-11-07 20:00:15 |
last_update | 2022-11-07 20:00:15 |
depth | 1 |
children | 1 |
last_payout | 2022-11-14 20:00: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 | 565 |
author_reputation | 22,902,701,722,118 |
root_title | "Python Libraries: Those Follower Non-Recipients, Such Disrespect, The Shame of it!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,148,340 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jormahaha | 0 | 0 | 100% |
Just an observation, but comments like these would be much more useful if they included what community guideline wasn't being followed. As it is, it comes across as insulting spam like "your post isn't good enough for our community but please delegate to us and give us hive" and I'm sure that is not the intent.
author | darth-azrael |
---|---|
permlink | re-stemsocial-2022117t15384880z |
category | hive-163521 |
json_metadata | {"tags":["ecency"],"app":"ecency/3.0.28-vision","format":"markdown+html"} |
created | 2022-11-07 20:38:03 |
last_update | 2022-11-07 20:38:03 |
depth | 2 |
children | 0 |
last_payout | 2022-11-14 20:38: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 | 312 |
author_reputation | 212,675,280,031,876 |
root_title | "Python Libraries: Those Follower Non-Recipients, Such Disrespect, The Shame of it!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,149,385 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
yggdrasil.laguna | 0 | 0 | 3% |
What a cool script, I should really get my arse in gear and do some playing with python. I know peakd does not have this feature, but ecency might.
author | tengolotodo |
---|---|
permlink | re-slobberchops-2022117t185439353z |
category | hive-163521 |
json_metadata | {"tags":["python","stemgeeks","leofinance","proofofbrain","palnet","creativecoin","neoxian","vyb","ctp"],"app":"ecency/3.0.28-vision","format":"markdown+html"} |
created | 2022-11-07 18:54:39 |
last_update | 2022-11-07 18:54:39 |
depth | 1 |
children | 4 |
last_payout | 2022-11-14 18:54:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.018 HBD |
curator_payout_value | 0.018 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 148 |
author_reputation | 767,533,904,416,299 |
root_title | "Python Libraries: Those Follower Non-Recipients, Such Disrespect, The Shame of it!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,146,665 |
net_rshares | 87,218,341,096 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slobberchops | 0 | 85,687,744,643 | 2% | ||
stemgeeks | 0 | 1,381,632,755 | 6% | ||
stemcuration | 0 | 92,011,225 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% | ||
saboin.stem | 0 | 56,952,473 | 6% | ||
jormahaha | 0 | 0 | 100% | ||
denislle | 0 | 0 | 100% | ||
franyely1 | 0 | 0 | 100% | ||
enedisjhihi | 0 | 0 | 100% | ||
ingridlahi | 0 | 0 | 100% |
I use Ecency only when mobile, it takes some getting used to.
author | slobberchops |
---|---|
permlink | re-tengolotodo-rkzrih |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.10.3"} |
created | 2022-11-07 19:01:30 |
last_update | 2022-11-07 19:01:30 |
depth | 2 |
children | 3 |
last_payout | 2022-11-14 19:01: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 | 61 |
author_reputation | 2,421,846,012,395,406 |
root_title | "Python Libraries: Those Follower Non-Recipients, Such Disrespect, The Shame of it!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,146,845 |
net_rshares | 34,853,979,840 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stimialiti | 0 | -23,796,054,706 | -100% | ||
dustbunny | 0 | 57,123,444,300 | 17.29% | ||
stemgeeks | 0 | 1,378,219,376 | 6% | ||
stemcuration | 0 | 91,672,634 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% | ||
saboin.stem | 0 | 56,698,236 | 6% | ||
jorhefelix | 0 | 0 | 100% |
Ah I flip between peakd and ecency as quite often I get logged out of peakd and it is bit of a pain. But yes if you are not used to something, keep to what works. Glad to see hiq.magazine on the top row of your list as I am responsible for the final translation into English now:)
author | tengolotodo |
---|---|
permlink | re-slobberchops-2022117t19634807z |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"ecency/3.0.28-vision","format":"markdown+html"} |
created | 2022-11-07 19:06:36 |
last_update | 2022-11-07 19:06:51 |
depth | 3 |
children | 2 |
last_payout | 2022-11-14 19:06:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.018 HBD |
curator_payout_value | 0.018 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 280 |
author_reputation | 767,533,904,416,299 |
root_title | "Python Libraries: Those Follower Non-Recipients, Such Disrespect, The Shame of it!" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 118,146,952 |
net_rshares | 87,233,430,636 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slobberchops | 0 | 85,704,838,872 | 2% | ||
stemgeeks | 0 | 1,379,925,041 | 6% | ||
stemcuration | 0 | 91,841,828 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% | ||
saboin.stem | 0 | 56,824,895 | 6% | ||
laurynve | 0 | 0 | 100% | ||
laucanh21 | 0 | 0 | 100% |