 In my quest to write something that would make me richer, the thought of compounding my SPS Stake automatically came to mind. Long ago, the Splinterlands team mentioned they may make this a feature of their site, but it never happened. Before I wrote this, I was manually staking my SPS several times a day, and frankly, it was a pain in the arse. <center>  ...***'no need to click 'CLAIM' anymore, though you do need to install Python on your local computer to finally be done with all that'...*** </center> What better way to get rich than stake my SPS every minute? Think of the compounding, think of yesterday when your SPS was more valuable than today, think of watching the figures decrease over time making you bang your head on the nearest wall and have suicidal thoughts enter your head. That's a bear market for you. If you can't stand all that shit, then you shouldn't be here. Since writing SPS Stake I have seen the value of my SPS daily income decrease from $9 to around $6. It may well go lower, that's life and my head is slightly sore. def get_balance(login_resp: dict, currency_token: str): balance: float = 0 try: for entry in login_resp.get("balances"): if currency_token == entry.get("token"): balance = entry.get("balance") break except TypeError: print(Bcolors.RED + f"Node error getting balance, pausing for {delay} seconds.." + Bcolors.END) return 0 return balance <center>***...'@bauloewe's get_balance routine with a little extra improvisation from yours truly'...***</center> Thereβs little point in re-inventing the wheel so I looked on GitHub to see if anyone had already written an SPS-Auto Staker. I found some code from @bauloewe from which I extracted some of his routines. @bauloeweβs and another one I found were written in the days when the Airdrop was active and contained a lot more code than I needed. After wading through the code, I found the parts I needed and merged them into my own.  I contacted @bauloewe on discord and he kindly allowed me to use his routines after an explanation of what I was doing. I will add @bauloewe as a beneficiary of this post as '*compensation*' although he told me the code was Open Source. SPS Auto-Staker v.1.2 allows the SPS holder to claim their SPS every xx seconds. I have mine set to 60 which is every minute. Every claim will require Resource Credits (RCβs), so bear this in mind if you want to use the script, have lots of SPS but little Hive Power (HP). from pycoingecko import CoinGeckoAPI cg = CoinGeckoAPI() The script is not perfect in any way and gets the SPS price from the hive.engine buybook, while it retrieves the HIVE price using the free CoinGecko API. I wanted to try both methods, and show usage examples of both. spsprice = cg.get_price(ids='splinterlands', vs_currencies='usd', include_market_cap='true') usdspsprice = spsprice['splinterlands']['usd'] I did find it odd that CoinGecko list SPS as Splinterlands. That threw me off for a while! After editing the script and changing some variables to your own parameters, run it and it will show you several things. I like my scripts to be colourful, and show lots of data.  You will see the total value of your SPS Stake (which could result in severe depression), the approximate value of SPS you can claim per day (in HIVE), and the USD amount based on the HIVE value.  <center>***...'node problems are now caught and will display in the console window. After a minute, the script will resume'...***</center> I was getting node problems which resulted in frequent TypeError errors when running this script and was forced to add a try: in the Get_Balance function. This seems to have fixed it, and I find it works for hours now. I am still not convinced that the below code works, and auto-switches if there are node issues. nodes = ['https://api.hive.blog', 'https://api.deathwing.me', 'https://anyx.io'] hive = Hive(node=nodes, keys=[posting_key]) set_shared_blockchain_instance(hive) However, most problems go away if you simply re-try. It could be down to the first node in the list being hammered. I still get timeouts and errors with the above so added a try: in one of @bauloewe's routines. The script is ready to download and run after modifying the variables as follows: delay = 60 posting_key = '5xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx' username = 'your_username' Ensure that the delay variable is set to how often you want to claim and stake your SPS. As I have a large SPS stash, I can manage around 0.191 SPS every minute. While that's peanuts now when SPS was 50c a pop that was a mean 9c per minute. Those were the days, and I feel they may never return.  SPS Auto-Staker v.1.2 can be found on my personal GitHub Repository [here](https://github.com/BrynRogersTHG/HIVE-Blockchain---Hive.Engine-SPS-AutoStake). Please feel free to comment and criticize my code. I am a beginner Python coder, so don't expect perfection. **FOOTNOTE:** - Forgot to add @bauloewe as beneficiary and now it won't let me, how annoying. Will send him some HIVE after this pays out.  <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-splinterlands-sps-auto-staker-v12 |
category | hive-163521 |
json_metadata | {"app":"peakd/2022.12.1","format":"markdown","tags":["python","stemgeeks","leofinance","proofofbrain","palnet","creativecoin","neoxian","vyb","ctp"],"users":["bauloewe"],"image":["https://files.peakd.com/file/peakd-hive/slobberchops/23t76bthV5NpMjKJm8kBLfa3zX68FnVZipA9byXZwZXE4BXw3zLwQ6YxJNmsfx4Abn8mu.png","https://files.peakd.com/file/peakd-hive/slobberchops/23tRxJ5KfL9dQWkZTPuHvtxFGd7urGFbZqyepWhHoeoZpmszozhc1xextpm8FBtcMezHS.png","https://files.peakd.com/file/peakd-hive/slobberchops/23t7BBrdzmGi6wnSXX46vXkgo23rueE9egbFfj2gqBwpGcGQdDmDDYr9ogL9qiLqkQbDi.png","https://files.peakd.com/file/peakd-hive/slobberchops/23tRon8SivKbNCV3DuWMpCZM16cnq5sTQX3iBsRKjWnUVggxyUXphJCEU1FjxinMwSUpz.png","https://files.peakd.com/file/peakd-hive/slobberchops/23tRr9PkNh5KhPG9vuy1fC9SmaA7MHRJa22ZocNHNPcSxjD9WXNhgtHzrYYLCqHLffoHX.png","https://files.peakd.com/file/peakd-hive/slobberchops/23wrC6WuF3giEsmy72mJoSHhntddy7QbWJDkVEJ8dtGBR3JsrcYmWdHTMpSXQe65KaK2S.png","https://files.peakd.com/file/peakd-hive/slobberchops/BqIuXs6C-RedLine.png","https://files.peakd.com/file/peakd-hive/slobberchops/f5zec6UG-CurieCurator.jpg"]} |
created | 2023-01-05 17:54:00 |
last_update | 2023-01-05 17:58:24 |
depth | 0 |
children | 60 |
last_payout | 2023-01-12 17:54:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 50.913 HBD |
curator_payout_value | 50.800 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 6,557 |
author_reputation | 2,426,841,777,894,379 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,639,764 |
net_rshares | 247,585,414,632,699 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
xeldal | 0 | 1,133,250,461,030 | 2% | ||
adol | 0 | 31,510,081,622 | 2% | ||
enki | 0 | 395,480,599,145 | 2% | ||
steemychicken1 | 0 | 2,716,387,256,023 | 100% | ||
leprechaun | 0 | 1,197,584,613 | 19.5% | ||
eric-boucher | 0 | 1,878,647,381 | 0.4% | ||
thecryptodrive | 0 | 6,261,475,241 | 0.16% | ||
mammasitta | 0 | 1,274,159,621 | 0.4% | ||
alexft | 0 | 4,439,769,226 | 100% | ||
gerber | 0 | 48,697,145,287 | 22% | ||
ericvancewalton | 0 | 687,506,042,724 | 100% | ||
roelandp | 0 | 45,698,211,695 | 5% | ||
ezzy | 0 | 2,216,436,906 | 22% | ||
cloh76 | 0 | 533,137,092 | 0.4% | ||
dwinblood | 0 | 1,117,719,159 | 37.5% | ||
meesterboom | 0 | 3,008,204,328,145 | 100% | ||
exyle | 0 | 171,676,262,571 | 22% | ||
sazbird | 0 | 12,576,822,774 | 100% | ||
alexpmorris | 0 | 361,680,209,781 | 100% | ||
shaka | 0 | 3,165,150,996,607 | 100% | ||
felixxx | 0 | 1,959,363,949,540 | 100% | ||
sunshine | 0 | 26,966,426,424 | 5% | ||
jphamer1 | 0 | 4,426,171,925,664 | 100% | ||
joele | 0 | 105,784,076,136 | 100% | ||
djennyfloro | 0 | 858,015,326 | 10% | ||
lordvader | 0 | 7,520,339,810 | 0.8% | ||
borran | 0 | 698,997,965,283 | 66% | ||
rmach | 0 | 2,307,136,856 | 5% | ||
lemouth | 0 | 480,629,609,502 | 20% | ||
wisbeech | 0 | 10,677,466,720 | 100% | ||
the-bitcoin-dood | 0 | 226,869,229,210 | 100% | ||
steevc | 0 | 1,022,782,228,278 | 40% | ||
netaterra | 0 | 10,315,740,918 | 0.4% | ||
larus | 0 | 1,948,172,602 | 100% | ||
themonetaryfew | 0 | 870,726,114,066 | 100% | ||
daveks | 0 | 2,039,665,081,908 | 27% | ||
penguinpablo | 0 | 261,582,795,475 | 14% | ||
lamouthe | 0 | 744,636,693 | 10% | ||
uwelang | 0 | 59,900,857,338 | 30% | ||
holoz0r | 0 | 75,986,403,776 | 100% | ||
kommienezuspadt | 0 | 3,849,171,242,326 | 100% | ||
jacobtothe | 0 | 704,437,276,516 | 75% | ||
tfeldman | 0 | 742,651,739 | 0.4% | ||
metabs | 0 | 962,274,418 | 10% | ||
mcsvi | 0 | 108,159,590,378 | 50% | ||
cnfund | 0 | 1,455,264,768 | 0.8% | ||
abh12345 | 0 | 828,739,915,929 | 30% | ||
gringalicious | 0 | 602,388,212 | 50% | ||
funnyman | 0 | 1,365,262,973 | 5.6% | ||
steemcleaners | 0 | 1,584,735,287,439 | 55% | ||
justyy | 0 | 3,669,665,739 | 0.8% | ||
clayboyn | 0 | 15,201,649,145 | 12.5% | ||
lloyddavis | 0 | 20,683,047,674 | 75% | ||
curie | 0 | 90,936,293,504 | 0.8% | ||
katharsisdrill | 0 | 1,614,425,579,183 | 100% | ||
techslut | 0 | 24,145,069,614 | 4% | ||
slider2990 | 0 | 5,192,628,468 | 100% | ||
roguewriter | 0 | 1,759,935,121 | 5% | ||
steemstem | 0 | 587,100,090,568 | 10% | ||
funnel | 0 | 5,877,629,701 | 11% | ||
edb | 0 | 49,387,047,843 | 40% | ||
tarotbyfergus | 0 | 721,440,759,822 | 100% | ||
walterjay | 0 | 56,818,269,078 | 5% | ||
valth | 0 | 1,526,598,762 | 5% | ||
vcelier | 0 | 12,478,359,456,216 | 100% | ||
delso | 0 | 47,756,051,187 | 100% | ||
darth-azrael | 0 | 84,443,160,697 | 33% | ||
michellectv | 0 | 241,440,047,731 | 100% | ||
dna-replication | 0 | 349,152,957 | 10% | ||
schamangerbert | 0 | 1,269,063,323,477 | 100% | ||
darth-cryptic | 0 | 15,119,883,457 | 33% | ||
privex | 0 | 888,872,848 | 0.8% | ||
sudutpandang | 0 | 1,269,737,330 | 100% | ||
thereikiforest | 0 | 500,401,886 | 10% | ||
evildeathcore | 0 | 12,139,912,741 | 100% | ||
ackza | 0 | 67,061,725,599 | 100% | ||
dyrt88 | 0 | 3,268,996,478 | 100% | ||
cosmictriage | 0 | 34,851,513,171 | 80% | ||
trafalgar | 0 | 21,719,845,405,187 | 48% | ||
itinerantph | 0 | 536,441,002 | 24% | ||
dhimmel | 0 | 53,965,839,742 | 2.5% | ||
freebornsociety | 0 | 15,564,696,587 | 10% | ||
oluwatobiloba | 0 | 688,535,106 | 10% | ||
elevator09 | 0 | 691,829,900 | 0.4% | ||
bcc | 0 | 79,874,149,637 | 50% | ||
detlev | 0 | 1,210,327,156,228 | 100% | ||
lizanomadsoul | 0 | 1,678,768,036 | 2% | ||
raindrop | 0 | 336,472,853,274 | 48% | ||
frankk | 0 | 605,839,676 | 50% | ||
choogirl | 0 | 42,452,216,725 | 50% | ||
stimialiti | 0 | -24,766,709,526 | -100% | ||
smasssh | 0 | 812,280,886,553 | 20% | ||
federacion45 | 0 | 1,146,260,678 | 0.4% | ||
iansart | 0 | 1,109,323,952 | 0.4% | ||
holm | 0 | 528,548,331 | 65% | ||
domo | 0 | 506,101,491 | 100% | ||
forykw | 0 | 42,855,864,070 | 11% | ||
mobbs | 0 | 6,955,819,046 | 5% | ||
jerrybanfield | 0 | 2,485,765,946 | 0.8% | ||
rt395 | 0 | 1,504,992,238 | 1.5% | ||
bitrocker2020 | 0 | 1,443,643,547 | 0.12% | ||
aleister | 0 | 6,462,341,479 | 10% | ||
drag33 | 0 | 36,485,098,286 | 100% | ||
ampm | 0 | 9,634,927,819 | 100% | ||
newsflash | 0 | -684,454,491,637 | -13.2% | ||
sumatranate | 0 | 558,717,172,833 | 100% | ||
sustainablyyours | 0 | 4,253,083,078 | 5% | ||
nuagnorab | 0 | 13,466,338,667 | 100% | ||
isaria | 0 | 338,590,685,969 | 25% | ||
cryptoknight12 | 0 | 5,137,790,811 | 25.6% | ||
helo | 0 | 1,958,877,041 | 5% | ||
arunava | 0 | 1,332,674,994 | 0.08% | ||
juancar347 | 0 | 1,851,097,557 | 0.48% | ||
samminator | 0 | 1,766,428,421 | 0.5% | ||
bitcoinflood | 0 | 1,078,013,671,835 | 41.2% | ||
galenkp | 0 | 4,826,212,028,650 | 100% | ||
enjar | 0 | 1,153,756,340,198 | 100% | ||
mahdiyari | 0 | 1,521,810,165,416 | 80% | ||
lorenzor | 0 | 1,349,737,620 | 50% | ||
firstamendment | 0 | 81,376,461,448 | 50% | ||
krischy | 0 | 1,986,415,189 | 100% | ||
amimohan | 0 | 4,722,828,752 | 100% | ||
alexander.alexis | 0 | 5,810,961,902 | 10% | ||
dandesign86 | 0 | 14,808,786,255 | 8% | ||
spectrumecons | 0 | 2,355,618,052,767 | 40% | ||
jayna | 0 | 35,877,530,387 | 6% | ||
ew-and-patterns | 0 | 8,534,163,971 | 3% | ||
techken | 0 | 3,827,943,201 | 5% | ||
princessmewmew | 0 | 1,030,324,141 | 0.4% | ||
joeyarnoldvn | 0 | 4,447,518,073 | 12.27% | ||
papilloncharity | 0 | 2,477,464,878,991 | 100% | ||
ufv | 0 | 3,006,808,420 | 50% | ||
livinguktaiwan | 0 | 1,595,361,155,771 | 50% | ||
furious-one | 0 | 1,527,052,022 | 100% | ||
toofasteddie | 0 | 149,442,530,178 | 35% | ||
bluemist | 0 | 48,908,690,041 | 22% | ||
eturnerx | 0 | 12,935,300,028 | 0.7% | ||
flatman | 0 | 660,380,048 | 0.8% | ||
analealsuarez | 0 | 1,673,126,421 | 50% | ||
minnowbooster | 0 | 1,157,638,691,853 | 20% | ||
molometer | 0 | 147,855,871,351 | 50% | ||
loonatic | 0 | 54,460,037,750 | 100% | ||
howo | 0 | 305,980,044,338 | 10% | ||
tsoldovieri | 0 | 998,224,994 | 5% | ||
travelgirl | 0 | 200,928,946,969 | 100% | ||
steemwizards | 0 | 495,881,701 | 0.8% | ||
shitsignals | 0 | 976,152,801 | 22% | ||
shebe | 0 | 500,786,828 | 6% | ||
appreciator | 0 | 85,441,849,034,847 | 22% | ||
neumannsalva | 0 | 558,901,883 | 0.4% | ||
stayoutoftherz | 0 | 8,496,974,427,513 | 90% | ||
abigail-dantes | 0 | 3,664,291,205 | 10% | ||
yanes94 | 0 | 23,426,113,278 | 50% | ||
sanjeevm | 0 | 359,267,388,193 | 10% | ||
dine77 | 0 | 30,206,230,483 | 40% | ||
everrich | 0 | 1,974,111,183 | 100% | ||
leaky20 | 0 | 254,170,781,639 | 75% | ||
isabelpena | 0 | 17,000,782,128 | 100% | ||
zonguin | 0 | 610,611,596 | 2.5% | ||
joseg | 0 | 1,009,855,174 | 80% | ||
pocketrocket | 0 | 16,779,851,073 | 100% | ||
nicolemoker | 0 | 357,215,636 | 100% | ||
mamalikh13 | 0 | 2,291,671,868 | 0.8% | ||
jeanlucsr | 0 | 1,238,147,493 | 2.2% | ||
amitsharma | 0 | 113,299,472,847 | 100% | ||
shanibeer | 0 | 862,125,723,955 | 50% | ||
iamphysical | 0 | 17,267,445,336 | 90% | ||
vermithrax | 0 | 20,156,792,226 | 100% | ||
nuthman | 0 | 3,715,974,251,319 | 100% | ||
aafeng | 0 | 8,462,853,901 | 1% | ||
aaronleang | 0 | 5,256,471,356 | 25% | ||
zyx066 | 0 | 622,591,867 | 0.24% | ||
nainaztengra | 0 | 1,048,940,351,741 | 100% | ||
noboxes | 0 | 1,308,724,385 | 50% | ||
revo | 0 | 1,452,523,419 | 0.8% | ||
felander | 0 | 91,888,725,736 | 22% | ||
djlethalskillz | 0 | 1,462,154,134 | 5% | ||
santigs | 0 | 361,944,889,493 | 49% | ||
psicoluigi | 0 | 791,669,464 | 50% | ||
sportsgeek | 0 | 1,873,540,506 | 50% | ||
musicgeek | 0 | 975,173,237 | 50% | ||
marketinggeek | 0 | 2,896,628,839 | 100% | ||
zirochka | 0 | 426,707,559,151 | 80% | ||
stoodkev | 0 | 12,116,268,878,719 | 100% | ||
thelordsharvest | 0 | 654,788,502 | 0.8% | ||
kimzwarch | 0 | 15,039,556,424 | 4% | ||
massivevibration | 0 | 21,709,639,434 | 30% | ||
artonmysleeve | 0 | 2,168,678,638 | 13.5% | ||
fersher | 0 | -1,177,354,132 | -100% | ||
aidefr | 0 | 990,202,373 | 5% | ||
cconn | 0 | 2,173,327,856 | 22% | ||
yogacoach | 0 | 4,888,915,887 | 22% | ||
sorin.cristescu | 0 | 1,247,663,586 | 0.4% | ||
cesinfenianos | 0 | 8,925,081,147 | 100% | ||
tomwafula | 0 | 711,013,617 | 22% | ||
therealwolf | 0 | 4,779,088,960 | 0.4% | ||
fatman | 0 | 8,062,118,358 | 2% | ||
votehero | 0 | 14,427,028,868 | 3.3% | ||
inthenow | 0 | 21,939,953,851 | 25% | ||
revisesociology | 0 | 2,160,680,333,527 | 100% | ||
silversaver888 | 0 | 191,042,927,022 | 35% | ||
plantstoplanks | 0 | 63,490,702,958 | 14% | ||
msp-makeaminnow | 0 | 14,586,453,284 | 19% | ||
braveboat | 0 | 20,385,085,429 | 40% | ||
jlsplatts | 0 | 114,791,946,983 | 11.25% | ||
meno | 0 | 3,089,872,015 | 0.4% | ||
steemseph | 0 | 12,857,811,368 | 10% | ||
vegoutt-travel | 0 | 35,870,911,223 | 40% | ||
enzor | 0 | 566,848,841 | 10% | ||
x30 | 0 | 168,955,452,391 | 22% | ||
japanguide | 0 | 1,028,158,906 | 100% | ||
dandays | 0 | 430,733,749,168 | 50% | ||
arabisouri | 0 | 66,396,920,682 | 100% | ||
coolguy123 | 0 | 172,273,352,627 | 100% | ||
karinxxl | 0 | 21,764,582,303 | 25% | ||
mrhill | 0 | 18,863,465,194 | 70% | ||
sunsea | 0 | 504,037,673 | 0.4% | ||
postpromoter | 0 | 203,258,207,929 | 10% | ||
steveconnor | 0 | 609,805,825 | 0.4% | ||
xabi | 0 | 1,903,839,832 | 20% | ||
felipejoys | 0 | 1,411,901,781 | 5.5% | ||
smartsteem | 0 | 19,378,292,347 | 0.4% | ||
travoved | 0 | 3,673,077,808 | 50% | ||
docmarenkristina | 0 | 790,897,589 | 50% | ||
aboutcoolscience | 0 | 1,170,234,829 | 10% | ||
citizensmith | 0 | 15,664,559,176 | 100% | ||
traf | 0 | 1,824,696,716,517 | 48% | ||
b00m | 0 | 15,769,643,290 | 100% | ||
itchyfeetdonica | 0 | 568,607,622,630 | 100% | ||
elderson | 0 | 14,004,678,202 | 16.5% | ||
kenadis | 0 | 2,626,273,911 | 10% | ||
nathen007 | 0 | 38,779,716,972 | 100% | ||
robotics101 | 0 | 2,868,007,583 | 10% | ||
punchline | 0 | 1,927,084,570 | 0.8% | ||
howiemac | 0 | 23,617,549,100 | 100% | ||
cryptonized | 0 | 21,908,000,840 | 14% | ||
fourfourfun | 0 | 2,237,412,631 | 7.5% | ||
apnigrich | 0 | 49,296,312,611 | 100% | ||
amerlin | 0 | 2,034,167,715 | 100% | ||
sco | 0 | 2,613,944,527 | 10% | ||
anikekirsten | 0 | 519,593,821 | 5% | ||
phortun | 0 | 231,607,451,917 | 25% | ||
abitcoinskeptic | 0 | 4,175,571,214 | 15% | ||
ennyta | 0 | 988,754,449 | 50% | ||
brotherhood | 0 | 2,670,491,135 | 0.8% | ||
daltono | 0 | 707,447,093,953 | 33% | ||
for91days | 0 | 110,326,969,984 | 100% | ||
juecoree | 0 | 2,275,128,391 | 7% | ||
gabrielatravels | 0 | 46,077,931,834 | 100% | ||
dudeontheweb | 0 | 2,830,808,070 | 4.4% | ||
ydavgonzalez | 0 | 2,842,650,457 | 10% | ||
intrepidphotos | 0 | 178,106,933,713 | 7.5% | ||
fineartnow | 0 | 504,117,772 | 0.4% | ||
hijosdelhombre | 0 | 25,791,454,909 | 25% | ||
roadstories | 0 | 7,697,039,023 | 20% | ||
oscarina | 0 | 753,103,092 | 10% | ||
senstless | 0 | 3,606,228,298 | 50% | ||
fragmentarion | 0 | 2,575,886,937 | 10% | ||
utube | 0 | 617,066,719 | 0.8% | ||
tryskele | 0 | 1,590,414,337 | 6% | ||
sinochip | 0 | 18,073,829,869 | 100% | ||
mermaidvampire | 0 | 2,077,140,006 | 100% | ||
ahmedsy | 0 | 28,842,451,247 | 100% | ||
soyrosa | 0 | 157,418,448,983 | 50% | ||
chorock | 0 | 239,835,305,373 | 30% | ||
dragibusss | 0 | 1,421,517,860 | 50% | ||
dynamicrypto | 0 | 2,831,398,134 | 1% | ||
auracraft | 0 | 797,309,426 | 22% | ||
ikrahch | 0 | 202,404,540,543 | 50% | ||
neneandy | 0 | 879,064,460 | 0.8% | ||
philnewton | 0 | 1,241,383,926 | 15% | ||
gardenofcarmen | 0 | 12,418,935,059 | 80% | ||
pandasquad | 0 | 1,142,059,601 | 0.8% | ||
fieryfootprints | 0 | 103,973,493,555 | 50% | ||
shaidon | 0 | 8,348,853,423 | 11% | ||
steemflagrewards | 0 | 362,403,559,351 | 100% | ||
adetorrent | 0 | 182,035,005,022 | 100% | ||
miguelangel2801 | 0 | 792,617,442 | 50% | ||
shahabshah | 0 | 885,713,803 | 100% | ||
unconditionalove | 0 | 2,938,927,348 | 11% | ||
orlandumike | 0 | 18,671,822,313 | 20% | ||
mastergerund | 0 | 5,562,261,604 | 25.6% | ||
bigtom13 | 0 | 320,477,922,129 | 50% | ||
moeenali | 0 | 7,511,253,589 | 1% | ||
fireguardian | 0 | 704,671,089 | 5.5% | ||
geopolis | 0 | 626,285,284 | 10% | ||
robertbira | 0 | 1,040,493,863 | 2.5% | ||
kirito-freud | 0 | 5,361,600,306 | 50% | ||
darkpylon | 0 | 859,780,952 | 22% | ||
onlavu | 0 | 28,699,224,480 | 25% | ||
alexdory | 0 | 1,534,610,907 | 10% | ||
takowi | 0 | 14,507,178,585 | 0.8% | ||
irgendwo | 0 | 2,243,409,497 | 0.8% | ||
samostically | 0 | 4,756,370,260 | 22% | ||
charitybot | 0 | 4,888,812,144 | 100% | ||
bozz | 0 | 361,604,644,916 | 40% | ||
cyprianj | 0 | 2,664,203,579 | 5% | ||
movement19 | 0 | 4,407,908,963 | 13.25% | ||
melvin7 | 0 | 3,339,607,798 | 5% | ||
francostem | 0 | 1,350,606,097 | 10% | ||
lisfabian | 0 | 14,158,614,024 | 100% | ||
endopediatria | 0 | 695,806,150 | 20% | ||
jasonwaterfalls | 0 | 761,877,809 | 100% | ||
croctopus | 0 | 1,399,605,351 | 100% | ||
runningproject | 0 | 31,503,955,578 | 70% | ||
honeymoon-1611 | 0 | 2,001,467,160 | 20% | ||
superlotto | 0 | 1,994,633,112 | 0.8% | ||
watchlist | 0 | 0 | 100% | ||
blockchainyouth | 0 | 56,002,271,118 | 100% | ||
oadissin | 0 | 1,177,766,197 | 5.5% | ||
erikah | 0 | 405,782,615,113 | 20% | ||
bscrypto | 0 | 1,886,506,193 | 0.4% | ||
movingman | 0 | 1,191,540,332 | 20% | ||
delpilar | 0 | 934,959,443 | 25% | ||
amico | 0 | 6,230,401,642 | 23.1% | ||
outlinez | 0 | 47,496,489,015 | 22% | ||
steemitcolombia | 0 | 4,421,689,970 | 100% | ||
tomastonyperez | 0 | 17,032,456,215 | 50% | ||
elvigia | 0 | 11,004,317,716 | 50% | ||
bestboom | 0 | 5,017,186,143 | 22% | ||
ravenmus1c | 0 | 762,508,086 | 3.3% | ||
sanderjansenart | 0 | 646,660,384 | 0.4% | ||
kkndworld | 0 | 489,191,648 | 100% | ||
manniman | 0 | 376,693,213,705 | 100% | ||
ronaldoavelino | 0 | 1,346,896,782 | 20% | ||
louis88 | 0 | 415,113,995,646 | 20% | ||
sima369 | 0 | 699,733,457 | 11% | ||
sbi2 | 0 | 768,299,120,932 | 86.74% | ||
racibo | 0 | 523,188,563 | 1.5% | ||
ablaze | 0 | 127,809,243,858 | 100% | ||
gadrian | 0 | 43,229,452,212 | 7.5% | ||
silwanyx | 0 | 704,943,721 | 11% | ||
inciter | 0 | 14,359,668,462 | 22% | ||
therising | 0 | 14,026,053,933 | 0.8% | ||
themightyvolcano | 0 | 12,955,271,565 | 22% | ||
gifty-e | 0 | 638,707,115 | 80% | ||
de-stem | 0 | 5,480,634,410 | 9.9% | ||
imcore | 0 | 869,525,367 | 10% | ||
josedelacruz | 0 | 4,661,252,995 | 50% | ||
achimmertens | 0 | 617,170,107 | 0.4% | ||
lorenzopistolesi | 0 | 1,350,227,589 | 0.4% | ||
kgakakillerg | 0 | 17,857,376,333 | 10% | ||
charitymemes | 0 | 526,877,797 | 100% | ||
cedricguillas | 0 | 193,148,436,008 | 100% | ||
getron | 0 | 866,192,890 | 11% | ||
saboin | 0 | 119,029,167,050 | 11% | ||
el-dee-are-es | 0 | 20,539,012,822 | 10% | ||
erickyoussif | 0 | 582,657,181 | 100% | ||
meanbees | 0 | 3,139,624,505 | 2.2% | ||
killerteesuk | 0 | 897,142,776 | 99% | ||
trumpman2 | 0 | 9,898,226,132 | 100% | ||
primersion | 0 | 266,573,136,597 | 20% | ||
deholt | 0 | 541,092,090 | 8.5% | ||
solominer | 0 | 4,047,799,727,683 | 53% | ||
studio666 | 0 | 2,775,341,930 | 100% | ||
celinavisaez | 0 | 9,502,631,724 | 30% | ||
eii | 0 | 108,312,087,669 | 100% | ||
diabonua | 0 | 185,711,434,686 | 100% | ||
pladozero | 0 | 32,821,286,078 | 10% | ||
nateaguila | 0 | 148,004,321,661 | 5% | ||
davidesimoncini | 0 | 8,507,176,434 | 20.9% | ||
enforcer48 | 0 | 216,908,280,131 | 20% | ||
viniciotricolor | 0 | 1,637,215,248 | 5% | ||
crypticat | 0 | 345,844,750,371 | 100% | ||
temitayo-pelumi | 0 | 804,523,205 | 10% | ||
andrick | 0 | 861,763,465 | 50% | ||
motherofalegend | 0 | 1,386,168,000 | 5% | ||
carilinger | 0 | 14,741,335,150 | 2% | ||
doctor-cog-diss | 0 | 7,696,599,414 | 10% | ||
spamfarmer | 0 | 1,705,736,911 | 20% | ||
ronbong | 0 | 1,269,835,976 | 100% | ||
acont | 0 | 31,955,669,956 | 50% | ||
uche-nna | 0 | 683,175,156 | 0.64% | ||
volkiceper | 0 | 774,830,550 | 100% | ||
lightcaptured | 0 | 490,858,189,151 | 100% | ||
vietthuy | 0 | 808,283,737 | 50% | ||
citizendog | 0 | 668,338,935 | 0.8% | ||
soma909 | 0 | 736,007,473 | 100% | ||
elmundodexao | 0 | 2,251,226,598 | 22% | ||
linco | 0 | 2,092,971,148 | 19.8% | ||
marenontherun | 0 | 6,329,844,904 | 35% | ||
marblely | 0 | 21,908,092,288 | 22% | ||
sorprendente | 0 | 3,292,951,425 | 100% | ||
cheese4ead | 0 | 549,968,546 | 0.4% | ||
jvphotography | 0 | 1,153,638,257 | 20% | ||
aulia1993 | 0 | 655,362,960 | 11% | ||
blewitt | 0 | 203,243,912,651 | 35% | ||
abacam | 0 | 6,623,618,574 | 100% | ||
abcor | 0 | 7,102,103,588 | 100% | ||
talentclub | 0 | 942,173,435 | 0.48% | ||
carl05 | 0 | 815,436,484 | 5.5% | ||
steemulant | 0 | 149,034,418 | 9.13% | ||
bflanagin | 0 | 644,379,084 | 0.4% | ||
armandosodano | 0 | 1,618,267,783 | 0.4% | ||
pardinus | 0 | 23,127,693,482 | 10% | ||
teamvn | 0 | 8,561,554,145 | 9.13% | ||
crypt-skip | 0 | 493,687,260,084 | 100% | ||
goblinknackers | 0 | 52,408,087,486 | 7% | ||
luciannagy | 0 | 6,130,310,824 | 30% | ||
smartvote | 0 | 76,336,208,913 | 3% | ||
reinaseq | 0 | 6,990,901,102 | 100% | ||
kylealex | 0 | 4,689,931,262 | 10% | ||
damian-z | 0 | 769,279,033 | 10% | ||
themanny | 0 | 72,655,022,366 | 100% | ||
dlike | 0 | 61,484,811,019 | 22% | ||
randomgoodstuff | 0 | 5,231,853,050 | 50% | ||
mobi72 | 0 | 1,921,887,723 | 11% | ||
fran.frey | 0 | 4,193,091,582 | 50% | ||
bagpuss | 0 | 9,437,256,793 | 100% | ||
pedrocanella | 0 | 563,351,803 | 11% | ||
thelittlebank | 0 | 2,567,697,212 | 0.4% | ||
gubbatv | 0 | 299,810,956,442 | 100% | ||
foodfightfriday | 0 | 11,869,187,719 | 12.5% | ||
pboulet | 0 | 13,311,678,245 | 8% | ||
bobby.madagascar | 0 | 759,668,216 | 11% | ||
stem-espanol | 0 | 27,218,645,320 | 100% | ||
pet.society | 0 | 14,259,770,325 | 6% | ||
dosh | 0 | 1,160,918,142 | 11% | ||
cliffagreen | 0 | 3,444,941,823 | 10% | ||
aleestra | 0 | 11,813,016,680 | 80% | ||
admiralbot | 0 | 6,710,506,340 | 100% | ||
javier.dejuan | 0 | 793,510,082 | 100% | ||
blanchy | 0 | 120,385,653,385 | 100% | ||
tommyl33 | 0 | 208,555,509,987 | 100% | ||
kuku-splatts | 0 | 13,519,217,430 | 25% | ||
lion200 | 0 | 13,932,567,943 | 50% | ||
gungunkrishu | 0 | 1,199,937,021,545 | 100% | ||
thrasher666 | 0 | 2,544,924,795 | 60% | ||
brianoflondon | 0 | 4,693,663,145 | 0.12% | ||
priyanarc | 0 | 49,440,645,024 | 50% | ||
sanjeev021 | 0 | 13,379,211,722 | 5.5% | ||
giulyfarci52 | 0 | 1,714,033,026 | 50% | ||
esthersanchez | 0 | 3,755,771,237 | 60% | ||
marianaemilia | 0 | 85,261,729,490 | 11% | ||
proofofbrain | 0 | 608,103,202,851 | 100% | ||
kristall97 | 0 | 23,674,543,127 | 100% | ||
johannpiber | 0 | 146,524,158,823 | 15% | ||
followjohngalt | 0 | 2,920,720,405 | 20.9% | ||
inpursuit | 0 | 4,129,285,023 | 39.45% | ||
steemcryptosicko | 0 | 1,603,770,112 | 0.16% | ||
michealb | 0 | 435,243,565,894 | 100% | ||
cakemonster | 0 | 665,678,366 | 0.8% | ||
themightysquid | 0 | 3,656,303,297 | 100% | ||
misterengagement | 0 | 2,421,956,291 | 30% | ||
stem.witness | 0 | 556,707,196 | 10% | ||
gudnius.comics | 0 | 14,434,464,633 | 100% | ||
francescomai | 0 | 46,922,298,947 | 100% | ||
retrodroid | 0 | 9,085,644,799 | 33% | ||
double-negative | 0 | 520,636,329 | 20% | ||
wilmer14molina | 0 | 848,420,672 | 50% | ||
jacuzzi | 0 | 1,667,558,600 | 1.4% | ||
vaultec | 0 | 2,724,809,633 | 12% | ||
steemstorage | 0 | 921,542,779 | 0.8% | ||
brucutu1 | 0 | 4,266,966,379 | 100% | ||
thegames | 0 | 760,311,102 | 50% | ||
aqua.nano | 0 | 1,261,113,949 | 100% | ||
bolachasmonster | 0 | 497,138,616 | 5.5% | ||
determine | 0 | 1,345,337,450 | 22% | ||
permaculturedude | 0 | 712,356,456 | 22% | ||
pocoto | 0 | 4,421,947,970 | 100% | ||
elikast | 0 | 2,239,451,467 | 100% | ||
crowdwitness | 0 | 6,416,248,909 | 5% | ||
apokruphos | 0 | 3,708,793,414 | 1% | ||
josehany | 0 | 102,151,359,799 | 100% | ||
caribehub | 0 | 1,353,287,436 | 100% | ||
cyrillo | 0 | 4,309,975,514 | 100% | ||
steemtelly | 0 | 2,656,808,314 | 9.13% | ||
skymin | 0 | 2,278,900,661 | 100% | ||
limka | 0 | 132,550,651 | 79.76% | ||
hungrybear | 0 | 591,090,913 | 14% | ||
some-asshole | 0 | 938,615,853 | 12.5% | ||
pursuant | 0 | 4,073,974,003 | 38.93% | ||
steemean | 0 | 10,103,871,514 | 5% | ||
killerbot | 0 | 490,635,756 | 50% | ||
mary-jane | 0 | 494,326,580 | 100% | ||
sophieandhenrik | 0 | 8,045,652,413 | 50% | ||
wolffeys | 0 | 12,094,724,306 | 100% | ||
src3 | 0 | 28,741,860,707 | 25% | ||
kggymlife | 0 | 3,423,096,595 | 20% | ||
edian | 0 | 1,920,621,497 | 11% | ||
alenox | 0 | 731,325,168 | 100% | ||
claudio83 | 0 | 575,795,577,816 | 50% | ||
photographercr | 0 | 22,086,322,486 | 9.6% | ||
memehub | 0 | 92,451,808,864 | 100% | ||
coolsurfer | 0 | 22,410,048,443 | 100% | ||
libertycrypto27 | 0 | 451,211,588,603 | 100% | ||
monsterjamgold | 0 | 1,448,155,894 | 10% | ||
robibasa | 0 | 26,141,365,502 | 10% | ||
manusamlive | 0 | 2,438,361,035 | 100% | ||
beerlover | 0 | 125,540,701,176 | 100% | ||
sm-silva | 0 | 11,887,433,095 | 100% | ||
todayslight | 0 | 2,978,806,027 | 20% | ||
qwerrie | 0 | 531,523,483 | 0.07% | ||
tinyhousecryptos | 0 | 491,610,686 | 5% | ||
aninsidejob | 0 | 6,734,198,832 | 100% | ||
leighscotford | 0 | 50,474,846,688 | 66% | ||
iamjohn | 0 | 492,214,385 | 11% | ||
aicu | 0 | 5,668,537,514 | 0.8% | ||
walterprofe | 0 | 5,605,550,516 | 5% | ||
zeruxanime | 0 | 1,556,207,428 | 5% | ||
teamashen | 0 | 2,462,098,393 | 3.5% | ||
astil.codex | 0 | 29,396,282 | 100% | ||
swayzilla | 0 | 3,608,201,071 | 100% | ||
wwwiebe | 0 | 61,366,040,668 | 50% | ||
kgswallet | 0 | 1,056,476,596 | 20% | ||
triplea.bot | 0 | 4,405,950,446 | 22% | ||
tiffin | 0 | 2,511,949,867 | 20.9% | ||
steem.leo | 0 | 20,996,825,524 | 22% | ||
reggaesteem | 0 | 5,088,723,910 | 55.25% | ||
abh12345.pal | 0 | 1,860,416,731 | 100% | ||
amico.sports | 0 | 22,305,957,732 | 35% | ||
stemgeeks | 0 | 8,058,675,519 | 60% | ||
stemcuration | 0 | 63,102,633 | 60% | ||
myfreshes | 0 | 12,983,985,046 | 17.6% | ||
babytarazkp | 0 | 8,259,340,812 | 85% | ||
capp | 0 | 7,281,749,707 | 50% | ||
agro-dron | 0 | 1,095,495,845 | 11% | ||
wrestlingdesires | 0 | 96,892,385,331 | 100% | ||
abh12345.stem | 0 | 512,049,933 | 30% | ||
beta500 | 0 | 819,979,046 | 0.8% | ||
sbi-tokens | 0 | 4,224,789,079 | 25.6% | ||
liaminit1 | 0 | 11,362,033,734 | 90% | ||
brutoken | 0 | 2,153,967,186 | 100% | ||
whangster79 | 0 | 762,423,135,763 | 34.45% | ||
idig | 0 | 2,583,067,177 | 6.25% | ||
lynds | 0 | 233,845,119,892 | 51% | ||
cageon360 | 0 | 5,911,908,222 | 100% | ||
korver | 0 | 30,426,205,740 | 100% | ||
roadstories.trib | 0 | 506,357,152 | 50% | ||
mattsanthonyit | 0 | 60,301,806,100 | 100% | ||
odditiesandends | 0 | 605,498,526 | 100% | ||
urtrailer | 0 | 208,002,635,439 | 25% | ||
zeesh | 0 | 2,054,016,889 | 11% | ||
steemstem-trig | 0 | 781,545,891 | 10% | ||
therealyme | 0 | 929,624,961,192 | 15% | ||
oelgniksivart | 0 | 3,029,247,892 | 100% | ||
thegambit | 0 | 3,281,753,229 | 100% | ||
bilpcoin.pay | 0 | 535,482,533 | 10% | ||
yggdrasil.laguna | 0 | 0 | 30% | ||
riccc96 | 0 | 5,886,333,903 | 100% | ||
atheistrepublic | 0 | 757,320,647 | 0.4% | ||
shani.jahming | 0 | 652,175,210 | 65% | ||
ibt-survival | 0 | 34,723,964,325 | 10% | ||
splatts | 0 | 58,887,356,129 | 12.5% | ||
galenkp.aus | 0 | 1,211,381,760 | 100% | ||
invest2learn | 0 | 549,698,296 | 22% | ||
stoodmonsters | 0 | 290,235,599,181 | 100% | ||
roamingsparrow | 0 | 1,182,008,791 | 2% | ||
appics.tutorial | 0 | 34,302,946,023 | 100% | ||
oblivioncubed | 0 | 388,318,513,984 | 100% | ||
ribary | 0 | 7,923,397,156 | 11% | ||
terminado | 0 | 12,169,275,017 | 25% | ||
sharkthelion | 0 | 798,752,651 | 25% | ||
chapmain | 0 | 0 | 100% | ||
lacking | 0 | 313,903,502,573 | 100% | ||
gloriaolar | 0 | 7,766,234,846 | 9% | ||
marblesz | 0 | 1,503,349,298 | 22% | ||
garlet-68 | 0 | 1,918,123,066 | 50% | ||
mice-k | 0 | 1,762,218,076 | 22% | ||
julesquirin | 0 | 2,201,108,613 | 9.6% | ||
grindle | 0 | 282,926,908,232 | 100% | ||
catanknight | 0 | 545,224,290 | 100% | ||
dpend.active | 0 | 1,589,940,963 | 4.4% | ||
shinoxl | 0 | 8,779,169,139 | 100% | ||
monica-ene | 0 | 535,846,688 | 0.4% | ||
stuntman.mike | 0 | 5,335,025,063 | 100% | ||
hivebuzz | 0 | 7,865,948,756 | 2% | ||
hivewatchers | 0 | 11,055,811,941 | 55% | ||
politicalhive | 0 | 2,236,390,943 | 100% | ||
laruche | 0 | 46,022,266,690 | 1% | ||
ykretz | 0 | 2,912,802,262 | 5% | ||
stemsocial | 0 | 86,224,822,122 | 10% | ||
flowerbaby | 0 | 10,940,805,456 | 33% | ||
reggaejahm | 0 | 213,416,427,242 | 65% | ||
greenforever | 0 | 2,741,510,476 | 30% | ||
softworld | 0 | 301,768,770,034 | 51% | ||
captainhive | 0 | 883,017,951,640 | 40% | ||
kyleana | 0 | 784,483,300 | 50% | ||
dcityrewards | 0 | 343,765,654,392 | 22% | ||
holoferncro | 0 | 2,179,868,993 | 5% | ||
sketching | 0 | 1,136,248,811 | 11% | ||
actioncats | 0 | 40,647,444,267 | 22% | ||
discoveringarni | 0 | 47,671,885,528 | 15% | ||
catinthewindow | 0 | 1,050,860,573 | 12.5% | ||
noelyss | 0 | 3,483,963,456 | 5% | ||
forkyishere | 0 | 1,599,698,149 | 11% | ||
moneyheist-sl | 0 | 332,541,952 | 100% | ||
lucianav | 0 | 2,298,156,166 | 11% | ||
patronpass | 0 | 1,431,604,972 | 22% | ||
dannewton | 0 | 77,492,985,875 | 20% | ||
quinnertronics | 0 | 16,907,591,303 | 8% | ||
plusvault | 0 | 495,178,815 | 22% | ||
gabilan55 | 0 | 959,746,048 | 11% | ||
olaunlimited | 0 | 18,477,274,157 | 21.6% | ||
w-splatts | 0 | 13,960,465,475 | 25% | ||
earthsea | 0 | 11,404,006,900 | 50% | ||
recoveryinc | 0 | 17,227,240,607 | 26.5% | ||
brofund-pal | 0 | 2,695,491,422 | 100% | ||
sunitahive | 0 | 31,058,374,013 | 100% | ||
gohive | 0 | 13,229,648,444 | 100% | ||
liz.writes | 0 | 823,163,720 | 39.75% | ||
engioi | 0 | 8,081,078,802 | 100% | ||
dying | 0 | 1,976,561,914 | 53% | ||
adedayoolumide | 0 | 4,168,684,528 | 11% | ||
beemd | 0 | 583,145,968 | 100% | ||
r-nyn | 0 | 107,977,365,163 | 100% | ||
aabcent | 0 | 1,691,984,650 | 0.64% | ||
noalys | 0 | 2,459,510,695 | 11% | ||
hive-168869 | 0 | 38,938,931,791 | 100% | ||
tokenyzzy | 0 | 15,058,561,648 | 100% | ||
dorkpower | 0 | 897,982,635 | 30% | ||
furiousfighter | 0 | 596,139,422 | 5.5% | ||
lowlightart | 0 | 2,905,239,711 | 40% | ||
kattycrochet | 0 | 10,485,829,756 | 11% | ||
zaddyboy | 0 | 3,380,951,677 | 80% | ||
esecholito | 0 | 49,081,794,892 | 100% | ||
stemcur | 0 | 519,336,077 | 48% | ||
officialhisha | 0 | 12,852,884,206 | 50% | ||
brofund-stem | 0 | 1,017,393,263 | 60% | ||
heruvim1978 | 0 | 9,002,651,974 | 100% | ||
psicologiaexpres | 0 | 2,030,426,448 | 15.9% | ||
meritocracy | 0 | 8,805,031,569 | 0.08% | ||
stemline | 0 | 3,858,831,772 | 30% | ||
cocaaladioxine | 0 | 1,643,362,293 | 90% | ||
hivechat | 0 | 1,155,071,653 | 11% | ||
sillybilly | 0 | 492,892,384 | 100% | ||
meestemboom | 0 | 475,961,386 | 25% | ||
blockbroccoli | 0 | 548,453,977 | 27% | ||
dcrops | 0 | 5,385,533,866 | 0.4% | ||
potpourry | 0 | 552,766,525 | 15.9% | ||
scooter77.stem | 0 | 611,686,076 | 60% | ||
cielitorojo | 0 | 14,336,722,542 | 15.4% | ||
krishu.stem | 0 | 838,237,795 | 100% | ||
carlosro | 0 | 3,148,536,119 | 11% | ||
ruari | 0 | 584,432,700 | 100% | ||
brucolac | 0 | 758,269,807 | 6.6% | ||
samrisso | 0 | 18,541,364,987 | 26.5% | ||
trostparadox | 0 | 2,558,485,005,656 | 75% | ||
sofs-su | 0 | 26,490,690,728 | 20.2% | ||
al-leonardo | 0 | 76,235,425,888 | 100% | ||
traderhive | 0 | 1,785,232,603 | 0.8% | ||
cryptosneeze | 0 | 3,680,944,046 | 10% | ||
tawadak24 | 0 | 28,902,534,090 | 100% | ||
coinomite | 0 | 7,049,738,731,965 | 100% | ||
abh12345.archon | 0 | 1,554,805,630 | 100% | ||
adamada.stem | 0 | 6,862,089,879 | 100% | ||
firinmahlazer | 0 | 504,504,186 | 100% | ||
retaliatorr | 0 | 2,489,480,345 | 100% | ||
giemo | 0 | 905,397,352 | 11% | ||
elgatoshawua | 0 | 3,993,704,202 | 11% | ||
xyba | 0 | 32,571,143,773 | 75% | ||
nanggroe1 | 0 | 993,092,310 | 40% | ||
rubido | 0 | 122,440,109,682 | 100% | ||
tomtothetom | 0 | 8,235,098,910 | 53% | ||
wend1go | 0 | 30,818,514,824 | 100% | ||
benk07 | 0 | 753,308,584 | 100% | ||
drricksanchez | 0 | 1,890,173,644 | 0.4% | ||
hexagono6 | 0 | 3,249,657,077 | 11% | ||
stellify | 0 | 1,491,773,638 | 16.5% | ||
trouvaille | 0 | 3,432,972,021 | 11% | ||
wendyburger | 0 | 53,500,923,316 | 34.45% | ||
valor2s | 0 | 5,079,655,711 | 31.7% | ||
nfttunz | 0 | 1,256,768,023 | 0.08% | ||
dendendenden | 0 | 601,500,352 | 100% | ||
power-kappe | 0 | 1,614,937,446 | 22% | ||
hive.friends | 0 | 0 | 1% | ||
holovision.cash | 0 | 14,548,114,156 | 100% | ||
farpetrad | 0 | 29,621,978,940 | 100% | ||
fotomaglys | 0 | 3,800,717,817 | 11% | ||
mattbrown.art | 0 | 1,246,185,645 | 15% | ||
holovision.stem | 0 | 994,838,286 | 100% | ||
lordb | 0 | 12,449,510,659 | 100% | ||
projectmama | 0 | 1,244,992,691 | 100% | ||
podping | 0 | 586,347,720 | 0.12% | ||
aprasad2325 | 0 | 4,184,784,028 | 11% | ||
pinkfloyd878 | 0 | 4,503,977,464 | 100% | ||
yoieuqudniram | 0 | 955,708,200 | 11% | ||
star.stem | 0 | 1,787,887,067 | 50% | ||
solominer.stem | 0 | 801,453,625 | 100% | ||
trezzahn | 0 | 17,390,018,744 | 100% | ||
mjvdc | 0 | 10,241,100,336 | 100% | ||
rauti | 0 | 3,643,011,726 | 100% | ||
quycmf8 | 0 | 376,416,308,318 | 22% | ||
vitoragnelli | 0 | 852,199,667 | 100% | ||
aries90 | 0 | 5,853,898,202 | 0.8% | ||
hyun-soo | 0 | 1,633,818,972 | 5% | ||
onewolfe | 0 | 489,361,084 | 25% | ||
rencongland | 0 | 3,398,499,970 | 16% | ||
mirroredspork | 0 | 4,430,692,140 | 100% | ||
cugel | 0 | 14,886,883,421 | 26.5% | ||
acantoni | 0 | 8,562,484,534 | 26.5% | ||
ariuss | 0 | 925,189,024 | 100% | ||
xclie | 0 | 0 | 100% | ||
hkinuvaime | 0 | 1,060,475,249 | 5.5% | ||
jhepong | 0 | 988,117,035 | 100% | ||
scrubs24 | 0 | 618,102,239 | 8.25% | ||
mimi.ruby | 0 | 172,152,521,100 | 100% | ||
white-walker-13 | 0 | 1,553,386,325 | 100% | ||
t0xicgh0st | 0 | 1,282,695,795 | 100% | ||
wendy0520 | 0 | 1,176,779,528 | 19.8% | ||
splintercell-01 | 0 | 1,093,699,895 | 5.5% | ||
thinkrdotexe | 0 | 18,743,415,132 | 100% | ||
kojiri | 0 | 598,954,381 | 5.5% | ||
we-support-hive | 0 | 36,690,186,778 | 100% | ||
michupa | 0 | 6,806,874,632 | 11% | ||
lauti | 0 | 3,128,581,098 | 100% | ||
tengolotodo | 0 | 18,406,728,666 | 25% | ||
riansilva | 0 | 1,630,564,301 | 50% | ||
txracer | 0 | 2,083,571,367 | 100% | ||
fairyberry | 0 | 3,111,440,240 | 11% | ||
rammargarita | 0 | 70,847,046,311 | 100% | ||
danyst1ne | 0 | 13,254,538,468 | 100% | ||
popsfishing | 0 | 683,759,148 | 100% | ||
zpek | 0 | 2,223,124,566 | 100% | ||
ozmandias | 0 | 898,247,680 | 100% | ||
violator101 | 0 | 36,031,374,969 | 100% | ||
elfino28 | 0 | 947,140,088 | 7.7% | ||
khoola | 0 | 2,260,422,153 | 50% | ||
pompeylad | 0 | 14,120,877,539 | 100% | ||
tupai | 0 | 727,134,409 | 11% | ||
trostparadox.vyb | 0 | 936,640,973 | 50% | ||
vyb.pob | 0 | 2,065,715,716 | 50% | ||
saboin.stem | 0 | 465,344,515 | 60% | ||
vickoly | 0 | 3,539,539,914 | 11% | ||
crypt0gnome | 0 | 87,684,515,174 | 12% | ||
beautifulwreck | 0 | 888,992,113 | 50% | ||
listnerds | 0 | 84,943,128,693 | 20% | ||
vyb.curation | 0 | 1,184,290,368 | 50% | ||
hoosie | 0 | 31,071,732,467 | 100% | ||
femcy-willcy | 0 | 1,282,780,475 | 11% | ||
eijibr | 0 | 866,581,826 | 6.6% | ||
rocinanteprimo | 0 | 407,776,998 | 100% | ||
akkann | 0 | 952,142,530 | 3.3% | ||
onealfa.vyb | 0 | 0 | 50% | ||
zuun.net | 0 | 5,522,695,460 | 35% | ||
bosveld1 | 0 | 928,210,081 | 100% | ||
netvalar | 0 | 4,513,073,841 | 50% | ||
wrestorgonline | 0 | 305,309,447,870 | 5% | ||
jagmeet12 | 0 | 856,552,021 | 5.5% | ||
janitzearratia | 0 | 14,940,261,865 | 100% | ||
gledys19 | 0 | 7,707,544,355 | 100% | ||
mypathtofire | 0 | 35,102,777,436 | 2.3% | ||
abelfotografia | 0 | 16,618,898,590 | 100% | ||
dondido | 0 | 3,339,804,248 | 0.8% | ||
jlinaresp | 0 | 48,276,352,089 | 100% | ||
genepoolchlrn8r | 0 | 1,200,151,249 | 5.5% | ||
foggwulf101 | 0 | 49,311,239,669 | 100% | ||
vyb.fund | 0 | 988,504,299 | 50% | ||
draconiac | 0 | 752,992,547 | 100% | ||
prosocialise | 0 | 7,158,108,764 | 5% | ||
mesk | 0 | 634,696,283 | 5.5% | ||
dragonmk47 | 0 | 6,126,805,625 | 5.5% | ||
heron-ua | 0 | 570,718,760 | 100% | ||
theinfiltred | 0 | 3,336,214,196 | 100% | ||
isabel-vihu | 0 | 9,173,300,165 | 30% | ||
tomasdiaz123 | 0 | 0 | 100% | ||
mugueto2022 | 0 | 489,589,235 | 20% | ||
valorbeats | 0 | 6,690,586,733 | 100% | ||
anna-newkey | 0 | 24,294,027,750 | 50% | ||
thinkr.exe | 0 | 1,701,586,183 | 100% | ||
kaiggue | 0 | 1,675,483,637 | 100% | ||
sovebrito | 0 | 851,644,982 | 11% | ||
xappreciator | 0 | -394,948,663 | -22% | ||
sperosamuel15 | 0 | 2,081,634,631 | 50% | ||
franzpaulie | 0 | 37,371,609,770 | 100% | ||
xxeldal | 0 | 0 | -2% | ||
xtrafalgar | 0 | -292,485,221 | -48% | ||
genepoolcardlord | 0 | 5,899,320,154 | 5.5% | ||
becca-mac | 0 | 119,729,306,011 | 100% | ||
bodaciouscam | 0 | 19,125,586 | 100% | ||
the13anarchist | 0 | 1,261,772,853 | 8.25% | ||
revise.spk | 0 | 3,483,884,041 | 100% | ||
genepoolrentsclr | 0 | 2,825,941,826 | 5.5% | ||
master-lamps.ctp | 0 | 49,465,013 | 100% | ||
master-lamps.pal | 0 | 0 | 100% | ||
salicj | 0 | 30,087,278,611 | 100% | ||
khan3579 | 0 | 798,099,865 | 100% | ||
nickydee | 0 | 13,519,981,626 | 50% | ||
clavdio75 | 0 | 3,126,674,257 | 100% | ||
celestegray | 0 | 133,005,932,951 | 100% | ||
artefactoestudio | 0 | 818,989,882 | 48% | ||
minas-glory | 0 | 746,915,772 | 0.4% | ||
the-grandmaster | 0 | 637,611,866 | 0.4% | ||
the-burn | 0 | 815,680,081 | 0.4% | ||
emma-h | 0 | 123,868,202,998 | 100% | ||
hivecluster | 0 | 10,157,184,441 | 100% | ||
ieronimus | 0 | 4,600,482,134 | 100% | ||
luvinlyf | 0 | 99,619,530,571 | 85% | ||
hive-195880 | 0 | 10,030,743,240 | 34.45% | ||
mullmull | 0 | 4,674,807,699 | 100% | ||
superuser3 | 0 | 640,332,999 | 5% | ||
novillain | 0 | 135,513,569 | 100% | ||
sammyhive | 0 | 563,691,963 | 22% | ||
reverio | 0 | 984,391,961 | 5% | ||
nayanyluyem | 0 | 0 | 100% | ||
thayeblohangen | 0 | 16,065,573,955 | 100% | ||
gollumkp | 0 | 33,681,561,099 | 30% | ||
tarab | 0 | 134,681,787 | 100% | ||
spt.bitcoinflood | 0 | 3,818,595,899 | 100% |
Alright this is pretty dope. Auto claim for SPS and as some mentioned GLX is a good time saver but also since each block is 3 seconds it does actully help to continue to stake often!
author | bitcoinflood |
---|---|
permlink | re-slobberchops-202315t13153817z |
category | hive-163521 |
json_metadata | {"tags":["python","stemgeeks","leofinance","proofofbrain","palnet","creativecoin","neoxian","vyb","ctp"],"app":"ecency/3.0.30-vision","format":"markdown+html"} |
created | 2023-01-05 18:15:03 |
last_update | 2023-01-05 18:15:03 |
depth | 1 |
children | 2 |
last_payout | 2023-01-12 18:15:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.034 HBD |
curator_payout_value | 0.034 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 183 |
author_reputation | 1,645,024,977,979,240 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,640,165 |
net_rshares | 169,583,034,363 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slobberchops | 0 | 142,930,374,098 | 3% | ||
stemgeeks | 0 | 742,606,137 | 6% | ||
stemcuration | 0 | 0 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% | ||
saboin.stem | 0 | 378,064 | 6% | ||
geneandashlee | 0 | 25,909,676,064 | 100% |
If it helps me get slightly richer, then I am for it!
author | slobberchops |
---|---|
permlink | re-bitcoinflood-ro10bl |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.12.1"} |
created | 2023-01-05 18:50:09 |
last_update | 2023-01-05 18:50:09 |
depth | 2 |
children | 1 |
last_payout | 2023-01-12 18:50:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.032 HBD |
curator_payout_value | 0.033 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 53 |
author_reputation | 2,426,841,777,894,379 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,640,879 |
net_rshares | 161,513,567,081 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stimialiti | 0 | -23,359,828,746 | -100% | ||
bitcoinflood | 0 | 185,274,332,627 | 7.1% | ||
fersher | 0 | -1,141,906,737 | -100% | ||
stemgeeks | 0 | 740,710,764 | 6% | ||
stemcuration | 0 | 0 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% | ||
saboin.stem | 0 | 259,173 | 6% |
Facts!
author | bitcoinflood |
---|---|
permlink | re-slobberchops-202315t135340786z |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"ecency/3.0.30-vision","format":"markdown+html"} |
created | 2023-01-05 18:53:42 |
last_update | 2023-01-05 18:53:42 |
depth | 3 |
children | 0 |
last_payout | 2023-01-12 18:53: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 | 6 |
author_reputation | 1,645,024,977,979,240 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,640,996 |
net_rshares | 739,967,292 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stemgeeks | 0 | 739,767,651 | 6% | ||
stemcuration | 0 | 0 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% | ||
saboin.stem | 0 | 199,641 | 6% |
Several times a day! That's nuts! Who makes that much SPS that they need to claim multiple times per day? I claim like once per week if that. Sometimes it's per month.
author | bozz |
---|---|
permlink | re-slobberchops-ro0y5z |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.12.1"} |
created | 2023-01-05 18:05:00 |
last_update | 2023-01-05 18:05:00 |
depth | 1 |
children | 4 |
last_payout | 2023-01-12 18:05:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.028 HBD |
curator_payout_value | 0.029 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 171 |
author_reputation | 2,228,855,235,093,369 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,639,950 |
net_rshares | 143,272,255,835 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slobberchops | 0 | 142,533,284,246 | 3% | ||
stemgeeks | 0 | 738,831,410 | 6% | ||
stemcuration | 0 | 0 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% | ||
saboin.stem | 0 | 140,179 | 6% |
Once a minute! Compounding is seriously powerful, if you can do it that frequently (and not be concerned about RC's), then do so.
author | slobberchops |
---|---|
permlink | re-bozz-ro0yd0 |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.12.1"} |
created | 2023-01-05 18:07:48 |
last_update | 2023-01-05 18:07:48 |
depth | 2 |
children | 3 |
last_payout | 2023-01-12 18:07:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.012 HBD |
curator_payout_value | 0.012 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 129 |
author_reputation | 2,426,841,777,894,379 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,640,013 |
net_rshares | 63,226,646,565 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stimialiti | 0 | -24,397,055,608 | -100% | ||
fersher | 0 | -1,174,458,811 | -100% | ||
bozz | 0 | 53,767,996,272 | 6% | ||
chops.support | 0 | 34,294,152,488 | 100% | ||
stemgeeks | 0 | 736,012,224 | 6% | ||
stemcuration | 0 | 0 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% | ||
saboin.stem | 0 | 0 | 6% |
I don't think my 50 SPS per day is really going to make that big of an impact in the grand scheme of things. Maybe back when the interest rate was closer to 100% versus 20%.
author | bozz |
---|---|
permlink | re-slobberchops-ro0z3q |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.12.1"} |
created | 2023-01-05 18:25:15 |
last_update | 2023-01-05 18:25:15 |
depth | 3 |
children | 2 |
last_payout | 2023-01-12 18:25:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.018 HBD |
curator_payout_value | 0.019 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 174 |
author_reputation | 2,228,855,235,093,369 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,640,382 |
net_rshares | 96,038,463,631 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slobberchops | 0 | 95,300,491,900 | 2% | ||
stemgeeks | 0 | 737,890,553 | 6% | ||
stemcuration | 0 | 0 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% | ||
saboin.stem | 0 | 81,178 | 6% |
So far I used the splex.gg tool which has a claim of no less than every hour. Having a claim with shorter times is certainly more convenient. Thank you
author | claudio83 |
---|---|
permlink | re-slobberchops-ro32vl |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.12.1"} |
created | 2023-01-06 21:40:36 |
last_update | 2023-01-06 21:40:36 |
depth | 1 |
children | 0 |
last_payout | 2023-01-13 21:40:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.018 HBD |
curator_payout_value | 0.019 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 151 |
author_reputation | 1,839,543,038,449,902 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,670,920 |
net_rshares | 93,257,454,723 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slobberchops | 0 | 93,257,454,723 | 2% |
Very well!
author | eniolw |
---|---|
permlink | re-slobberchops-202315t15463878z |
category | hive-163521 |
json_metadata | {"tags":["python","stemgeeks","leofinance","proofofbrain","palnet","creativecoin","neoxian","vyb","ctp"],"app":"ecency/3.0.30-vision","format":"markdown+html"} |
created | 2023-01-05 19:46:09 |
last_update | 2023-01-05 19:46:09 |
depth | 1 |
children | 0 |
last_payout | 2023-01-12 19:46:09 |
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 | 10 |
author_reputation | 253,221,053,548,834 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,642,147 |
net_rshares | 88,634,302,735 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slobberchops | 0 | 88,634,302,735 | 2% |
Code looks good. I looked at it for a moment and could not improve anything substantial. Just to be a smartass: https://github.com/BrynRogersTHG/HIVE-Blockchain---Hive.Engine-SPS-AutoStake/blob/main/StakeSPS_1.2.py#L130 So, the line 131 is only to print a new line? Add a ``\n`` for newline, maybe... saves 1 line of code :P ``print(f' - Waiting {delaymins} minutes before staking again...\n')`` As for the the values, that a user would need to configure, I use a ``config.py``. Then in the main you can ``import config`` and use for example ``config.username``. Makes the code longer but easier to use for an outsider. Also maybe mention the requirements (beem, hiveengine, pycoingecko) in the description. Anyways: If it works, it works.
author | felixxx |
---|---|
permlink | re-slobberchops-ro1ekf |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.12.1"} |
created | 2023-01-05 23:57:54 |
last_update | 2023-01-05 23:57:54 |
depth | 1 |
children | 1 |
last_payout | 2023-01-12 23:57:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.062 HBD |
curator_payout_value | 0.061 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 749 |
author_reputation | 214,424,157,741,799 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,647,697 |
net_rshares | 296,193,694,616 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
loonatic | 0 | 53,372,360,832 | 100% | ||
slobberchops | 0 | 241,522,546,322 | 5% | ||
astil.codex | 0 | 20,340,681 | 100% | ||
stemgeeks | 0 | 1,246,063,684 | 10% | ||
stemcuration | 0 | 0 | 10% | ||
yggdrasil.laguna | 0 | 0 | 5% | ||
saboin.stem | 0 | 32,383,097 | 10% |
>Add a \n for newline, maybe... saves 1 line of code :P Sad to say I have been doing an intensive Udemy course and have come across this, so I do know about. The printing a blank line is old conventions. >As for the the values, that a user would need to configure, I use a config.py. Then in the main you can import config and use for example config.username. Yes, am familiar with multi-files and importing. The next open source project I will be adding to GitHub is my RandomVoter project. This currently has all the accounts in a single script, but would be better formatted in what you describe above. >Also maybe mention the requirements (beem, hiveengine, pycoingecko) in the description. Yes, need to add these to the Readme.MD file.
author | slobberchops |
---|---|
permlink | re-felixxx-ro22ie |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.12.1"} |
created | 2023-01-06 08:35:03 |
last_update | 2023-01-06 08:35:03 |
depth | 2 |
children | 0 |
last_payout | 2023-01-13 08:35: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 | 745 |
author_reputation | 2,426,841,777,894,379 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,655,294 |
net_rshares | 17,556,373 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
astil.codex | 0 | 17,556,373 | 100% |
I'm not interested in coding and really don't know something but still enjoyed reading your blog. @saif-ul-wahab I guess its something for you.
author | hamza-art |
---|---|
permlink | re-slobberchops-ro1a63 |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.12.1"} |
created | 2023-01-05 22:21:12 |
last_update | 2023-01-05 22:21:12 |
depth | 1 |
children | 0 |
last_payout | 2023-01-12 22:21:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.020 HBD |
curator_payout_value | 0.020 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 144 |
author_reputation | 3,089,345,137,293 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,645,766 |
net_rshares | 97,212,392,669 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slobberchops | 0 | 96,483,825,919 | 2% | ||
stemgeeks | 0 | 728,566,750 | 6% | ||
stemcuration | 0 | 0 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% | ||
saboin.stem | 0 | 0 | 6% |
Congratulations @slobberchops! You have completed the following achievement on the Hive blockchain And have been rewarded with New badge(s) <table><tr><td><img src="https://images.hive.blog/60x70/http://hivebuzz.me/@slobberchops/payout.png?202301051608"></td><td>You received more than 108000 HP as payout for your posts, comments and curation.<br>Your next payout target is 110000 HP.<br><sub>The unit is Hive Power equivalent because post and comment rewards can be split into HP and HBD</sub></td></tr> </table> <sub>_You can view your badges on [your board](https://hivebuzz.me/@slobberchops) and compare yourself to others in the [Ranking](https://hivebuzz.me/ranking)_</sub> <sub>_If you no longer want to receive notifications, reply to this comment with the word_ `STOP`</sub> To support your work, I also upvoted your post! **Check out our last posts:** <table><tr><td><a href="/hive-122221/@hivebuzz/pum-202212-delegations"><img src="https://images.hive.blog/64x128/https://i.imgur.com/fg8QnBc.png"></a></td><td><a href="/hive-122221/@hivebuzz/pum-202212-delegations">Our Hive Power Delegations to the December PUM Winners </a></td></tr><tr><td><a href="/hive-122221/@hivebuzz/pud-202301-feedback"><img src="https://images.hive.blog/64x128/https://i.imgur.com/xQGM37X.png"></a></td><td><a href="/hive-122221/@hivebuzz/pud-202301-feedback">Feedback from the January Hive Power Up Day</a></td></tr><tr><td><a href="/hive-122221/@hivebuzz/pum-202212-result"><img src="https://images.hive.blog/64x128/https://i.imgur.com/mzwqdSL.png"></a></td><td><a href="/hive-122221/@hivebuzz/pum-202212-result">Hive Power Up Month Challenge 2022-12 - Winners List</a></td></tr><tr><td><a href="/hive-139531/@hivebuzz/proposal-2324"><img src="https://images.hive.blog/64x128/https://i.imgur.com/RNIZ1N6.png"></a></td><td><a href="/hive-139531/@hivebuzz/proposal-2324">The Hive Gamification Proposal Renewal</a></td></tr></table> ###### Support the HiveBuzz project. [Vote](https://hivesigner.com/sign/update_proposal_votes?proposal_ids=%5B%22248%22%5D&approve=true) for [our proposal](https://peakd.com/me/proposals/248)!
author | hivebuzz |
---|---|
permlink | notify-slobberchops-20230105t182250 |
category | hive-163521 |
json_metadata | {"image":["http://hivebuzz.me/notify.t6.png"]} |
created | 2023-01-05 18:22:51 |
last_update | 2023-01-05 18:22:51 |
depth | 1 |
children | 0 |
last_payout | 2023-01-12 18:22: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 | 2,120 |
author_reputation | 369,203,081,481,287 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,640,309 |
net_rshares | 0 |
Is there a reason for switching between the Hive Engine price of SPS and the CoinGecko price?
author | manniman |
---|---|
permlink | re-slobberchops-rokqg5 |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2023.1.1"} |
created | 2023-01-16 10:28:54 |
last_update | 2023-01-16 10:28:54 |
depth | 1 |
children | 0 |
last_payout | 2023-01-23 10:28:54 |
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 | 93 |
author_reputation | 77,790,724,868,389 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,920,547 |
net_rshares | 69,793,325,929 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
urun | 0 | 69,793,325,929 | 100% |
Every minute!?! That's nuts! I am going to report you to the Irresponsible JSON police π€£
author | meesterboom |
---|---|
permlink | ro12hi |
category | hive-163521 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2023-01-05 19:36:57 |
last_update | 2023-01-05 19:36:57 |
depth | 1 |
children | 2 |
last_payout | 2023-01-12 19:36:57 |
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 | 89 |
author_reputation | 1,787,715,416,300,742 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,642,014 |
net_rshares | 222,112,590,468 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slobberchops | 0 | 222,968,580,819 | 5% | ||
davidesimoncini | 0 | -1,603,006,488 | -5.09% | ||
stemgeeks | 0 | 746,399,044 | 6% | ||
stemcuration | 0 | 0 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% | ||
saboin.stem | 0 | 617,093 | 6% |
LOL, I had it on 2 mins to start, but what the hell. Quicker staking and compounding might offset the massive fall this token has seen in recent months.
author | slobberchops |
---|---|
permlink | re-meesterboom-ro151d |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.12.1"} |
created | 2023-01-05 20:32:00 |
last_update | 2023-01-05 20:32:00 |
depth | 2 |
children | 1 |
last_payout | 2023-01-12 20:32:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.056 HBD |
curator_payout_value | 0.056 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 152 |
author_reputation | 2,426,841,777,894,379 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,643,227 |
net_rshares | 270,544,001,752 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
meesterboom | 0 | 293,226,397,711 | 10% | ||
stimialiti | 0 | -22,330,603,412 | -100% | ||
fersher | 0 | -1,117,319,792 | -100% | ||
stemgeeks | 0 | 744,500,313 | 6% | ||
stemcuration | 0 | 0 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% | ||
saboin.stem | 0 | 497,241 | 6% | ||
bodaciouscam | 0 | 20,529,691 | 100% |
It has plummeted a fair whack. I don't think current market sentiment in general for crypto and the splinterlands shenanigans in general have helped!
author | meesterboom |
---|---|
permlink | re-slobberchops-ro17hq |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.12.1"} |
created | 2023-01-05 21:25:03 |
last_update | 2023-01-05 21:25:03 |
depth | 3 |
children | 0 |
last_payout | 2023-01-12 21:25:03 |
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 | 149 |
author_reputation | 1,787,715,416,300,742 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,644,577 |
net_rshares | 132,071,652,877 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slobberchops | 0 | 132,928,629,413 | 3% | ||
davidesimoncini | 0 | -1,602,977,032 | -5.09% | ||
stemgeeks | 0 | 745,443,365 | 6% | ||
stemcuration | 0 | 0 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% | ||
saboin.stem | 0 | 557,131 | 6% |
Nice to make your own programs to do that. I know Splex has it built in there too along with GLX.
author | mypathtofire |
---|---|
permlink | re-slobberchops-202315t194425756z |
category | hive-163521 |
json_metadata | {"tags":["python","stemgeeks","leofinance","proofofbrain","palnet","creativecoin","neoxian","vyb","ctp"],"app":"ecency/3.0.30-vision","format":"markdown+html"} |
created | 2023-01-05 18:44:24 |
last_update | 2023-01-05 18:44:24 |
depth | 1 |
children | 2 |
last_payout | 2023-01-12 18:44:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 97 |
author_reputation | 606,042,474,505,907 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,640,748 |
net_rshares | 48,321,850,834 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slobberchops | 0 | 47,590,503,280 | 1% | ||
stemgeeks | 0 | 731,347,554 | 6% | ||
stemcuration | 0 | 0 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% | ||
saboin.stem | 0 | 0 | 6% |
>I know Splex has it built in there too along with GLX. Not sure if this is just for subscribers. I am not a fan of SPLEX, too costly for me. Looks good though.
author | slobberchops |
---|---|
permlink | re-mypathtofire-ro10dn |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.12.1"} |
created | 2023-01-05 18:51:24 |
last_update | 2023-01-05 18:51:24 |
depth | 2 |
children | 1 |
last_payout | 2023-01-12 18:51:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 164 |
author_reputation | 2,426,841,777,894,379 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,640,914 |
net_rshares | 729,490,659 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stemgeeks | 0 | 729,490,659 | 6% | ||
stemcuration | 0 | 0 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% | ||
saboin.stem | 0 | 0 | 6% |
I know what you mean, the fees can only increase from here too.
author | mypathtofire |
---|---|
permlink | re-slobberchops-202315t195946633z |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"ecency/3.0.30-vision","format":"markdown+html"} |
created | 2023-01-05 18:59:45 |
last_update | 2023-01-05 18:59:45 |
depth | 3 |
children | 0 |
last_payout | 2023-01-12 18:59:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 63 |
author_reputation | 606,042,474,505,907 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,641,164 |
net_rshares | 730,415,677 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stemgeeks | 0 | 730,415,677 | 6% | ||
stemcuration | 0 | 0 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% | ||
saboin.stem | 0 | 0 | 6% |
Have you decided it's not worth selling ATM then?!?
author | revisesociology |
---|---|
permlink | re-slobberchops-ro14fo |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.12.1"} |
created | 2023-01-05 20:19:00 |
last_update | 2023-01-05 20:19:00 |
depth | 1 |
children | 3 |
last_payout | 2023-01-12 20:19:00 |
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 | 51 |
author_reputation | 2,258,699,527,070,784 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,642,856 |
net_rshares | 223,538,019,787 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slobberchops | 0 | 222,794,035,063 | 5% | ||
stemgeeks | 0 | 743,546,913 | 6% | ||
stemcuration | 0 | 0 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% | ||
saboin.stem | 0 | 437,811 | 6% |
Well yes, I considered it and @azircon's comments kind of dissuaded me in the end. I am too invested to sell out, I think that goes for many of us.
author | slobberchops |
---|---|
permlink | re-revisesociology-ro153n |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.12.1"} |
created | 2023-01-05 20:33:21 |
last_update | 2023-01-05 20:33:21 |
depth | 2 |
children | 2 |
last_payout | 2023-01-12 20:33:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.043 HBD |
curator_payout_value | 0.043 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 147 |
author_reputation | 2,426,841,777,894,379 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,643,277 |
net_rshares | 210,229,457,355 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stimialiti | 0 | -22,001,683,048 | -100% | ||
fersher | 0 | -1,100,765,616 | -100% | ||
revisesociology | 0 | 232,589,932,621 | 10% | ||
stemgeeks | 0 | 741,655,010 | 6% | ||
stemcuration | 0 | 0 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% | ||
saboin.stem | 0 | 318,388 | 6% |
I know what you mean, I'm skimming about 20% out out and then about 20% into Hive and in those pools, but that's waiting to go back into the game. I'd be insane not to take something out even now, it's a minor hedge, with 80% being ploughed back in, I mean the whole think could just stay flat, after all.
author | revisesociology |
---|---|
permlink | re-slobberchops-ro24tf |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.12.1"} |
created | 2023-01-06 09:24:51 |
last_update | 2023-01-06 09:24:51 |
depth | 3 |
children | 1 |
last_payout | 2023-01-13 09:24:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.028 HBD |
curator_payout_value | 0.028 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 308 |
author_reputation | 2,258,699,527,070,784 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,656,078 |
net_rshares | 137,053,352,825 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slobberchops | 0 | 137,053,352,825 | 3% |
Very cool! something similar would be great for GLX too considering the current APR, thank you so much for sharing!
author | riccc96 |
---|---|
permlink | re-slobberchops-ro0y6n |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.12.1"} |
created | 2023-01-05 18:04:00 |
last_update | 2023-01-05 18:04:00 |
depth | 1 |
children | 1 |
last_payout | 2023-01-12 18:04:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.034 HBD |
curator_payout_value | 0.033 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 115 |
author_reputation | 36,328,152,216,671 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,639,928 |
net_rshares | 168,625,555,490 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slobberchops | 0 | 142,500,504,629 | 3% | ||
stemgeeks | 0 | 734,144,140 | 6% | ||
stemcuration | 0 | 0 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% | ||
saboin.stem | 0 | 0 | 6% | ||
geneandashlee | 0 | 25,390,906,721 | 100% |
I could and it probably would't take a lot to convert it. In the first thing I would try would be: mytoken = 'GLX' Of course, there are hard-coded references in it for SPS, they would need to be modified.
author | slobberchops |
---|---|
permlink | re-riccc96-ro0yh7 |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.12.1"} |
created | 2023-01-05 18:10:18 |
last_update | 2023-01-05 18:10:18 |
depth | 2 |
children | 0 |
last_payout | 2023-01-12 18:10: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 | 208 |
author_reputation | 2,426,841,777,894,379 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,640,065 |
net_rshares | 733,203,167 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stemgeeks | 0 | 733,203,167 | 6% | ||
stemcuration | 0 | 0 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% | ||
saboin.stem | 0 | 0 | 6% |
Has anyone encountered this error and managed to solve it? > UnhandledRPCError: missing required posting authority:Missing Posting Authority riccc96Transaction failed to validate using both new (hf26) and legacy serialization
author | riccc96 |
---|---|
permlink | re-slobberchops-ro1kkv |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.12.1"} |
created | 2023-01-06 02:07:42 |
last_update | 2023-01-06 02:07:42 |
depth | 1 |
children | 2 |
last_payout | 2023-01-13 02:07: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 | 225 |
author_reputation | 36,328,152,216,671 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,649,701 |
net_rshares | 0 |
``missing required posting authority`` Looks like you are using the wrong key, or username.
author | felixxx |
---|---|
permlink | re-riccc96-ro1ypc |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.12.1"} |
created | 2023-01-06 07:12:54 |
last_update | 2023-01-06 07:12:54 |
depth | 2 |
children | 1 |
last_payout | 2023-01-13 07:12:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 93 |
author_reputation | 214,424,157,741,799 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,653,965 |
net_rshares | 5,886,944,700 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
riccc96 | 0 | 5,886,944,700 | 100% |
I have no idea why but I think it was related to the version of beem, just ported to 0.24.26 it works perfectly
author | riccc96 |
---|---|
permlink | re-felixxx-ro29tw |
category | hive-163521 |
json_metadata | {"tags":"hive-163521"} |
created | 2023-01-06 11:13:09 |
last_update | 2023-01-06 11:14:24 |
depth | 3 |
children | 0 |
last_payout | 2023-01-13 11:13:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 111 |
author_reputation | 36,328,152,216,671 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,657,863 |
net_rshares | 0 |
A subtlety that may come in handy for those who, like me, have set a longer delay, or are planning to change it from the basic setting of 60, is the substitution of line 120 > dailyincome = round(price * sps_balance * (24*delay), 2) with the following > dailyincome = round(price * sps_balance * (1440/delaymins), 2)
author | riccc96 |
---|---|
permlink | re-slobberchops-ro2gp9 |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.12.1"} |
created | 2023-01-06 13:41:33 |
last_update | 2023-01-06 13:43:15 |
depth | 1 |
children | 0 |
last_payout | 2023-01-13 13:41:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.018 HBD |
curator_payout_value | 0.019 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 319 |
author_reputation | 36,328,152,216,671 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,660,640 |
net_rshares | 94,141,789,816 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slobberchops | 0 | 94,141,789,816 | 2% |
Very nice! I changed it a little and now I'm using it in glx
author | sm-silva |
---|---|
permlink | ro2ttd |
category | hive-163521 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2023-01-06 18:24:51 |
last_update | 2023-01-06 18:24:51 |
depth | 1 |
children | 1 |
last_payout | 2023-01-13 18:24:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.018 HBD |
curator_payout_value | 0.019 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 60 |
author_reputation | 1,540,305,234,889 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,666,826 |
net_rshares | 94,112,014,247 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slobberchops | 0 | 94,112,014,247 | 2% |
Awesome, I may add GLX as well as SPS to a future version.
author | slobberchops |
---|---|
permlink | re-sm-silva-ro2wrw |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.12.1"} |
created | 2023-01-06 19:28:45 |
last_update | 2023-01-06 19:28:45 |
depth | 2 |
children | 0 |
last_payout | 2023-01-13 19:28:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 58 |
author_reputation | 2,426,841,777,894,379 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,668,339 |
net_rshares | 0 |
Wow... coding and programming. Definitely the things I would like to have an idea about but it all gets jabbed in my head that I get as confused as ever seeing them..... Maybe it's because my full interest isn't there. Yetπ
author | sperosamuel15 |
---|---|
permlink | re-slobberchops-202316t3299410z |
category | hive-163521 |
json_metadata | {"tags":["python","stemgeeks","leofinance","proofofbrain","palnet","creativecoin","neoxian","vyb","ctp"],"app":"ecency/3.0.30-vision","format":"markdown+html"} |
created | 2023-01-06 02:29:09 |
last_update | 2023-01-06 02:29:09 |
depth | 1 |
children | 0 |
last_payout | 2023-01-13 02:29:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 223 |
author_reputation | 123,486,466,931,356 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,650,023 |
net_rshares | 0 |
I'm still claiming manually. The amount I could earn on the daily income in a day means it would not make a significant difference to claim more often. With your bigger stake it may be different. It is fun to code this stuff though. I use the Coingecko API to generate some graphs. I hadn't tried passing multiple nodes to beem though. I have had some node issues, so I ought to try that. I put my account name and key in a file that I load at the start. As long as I exclude that from Githib it reduces the chances of accidentally exposing my key. There's always something to learn.
author | steevc |
---|---|
permlink | re-slobberchops-ro19dr |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.12.1"} |
created | 2023-01-05 22:05:51 |
last_update | 2023-01-05 22:05:51 |
depth | 1 |
children | 10 |
last_payout | 2023-01-12 22:05:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.042 HBD |
curator_payout_value | 0.042 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 587 |
author_reputation | 1,368,671,974,292,917 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,645,414 |
net_rshares | 203,020,898,241 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stimialiti | 0 | -21,154,093,579 | -100% | ||
fersher | 0 | -1,175,308,327 | -100% | ||
slobberchops | 0 | 224,598,228,579 | 5% | ||
stemgeeks | 0 | 751,154,362 | 6% | ||
stemcuration | 0 | 0 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% | ||
saboin.stem | 0 | 917,206 | 6% |
>It is fun to code this stuff though. That's part of it, to create something semi-useful. RandomVoter is the best thing I have created. I will release it in time. >I hadn't tried passing multiple nodes to beem though. I have had some node issues, so I ought to try that. I have been having a lot of node issues recently. Voting, and comments not working. Seems you need to do everything twice. >As long as I exclude that from Githib it reduces the chances of accidentally exposing my key. I almost did that earlier. Lucky the code was 'Private' at the time.
author | slobberchops |
---|---|
permlink | re-steevc-ro19ql |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.12.1"} |
created | 2023-01-05 22:13:33 |
last_update | 2023-01-05 22:13:33 |
depth | 2 |
children | 9 |
last_payout | 2023-01-12 22:13:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.030 HBD |
curator_payout_value | 0.030 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 562 |
author_reputation | 2,426,841,777,894,379 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,645,571 |
net_rshares | 146,837,952,554 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
steevc | 0 | 169,147,131,769 | 7% | ||
stimialiti | 0 | -21,959,508,220 | -100% | ||
fersher | 0 | -1,099,717,587 | -100% | ||
stemgeeks | 0 | 749,249,959 | 6% | ||
stemcuration | 0 | 0 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% | ||
saboin.stem | 0 | 796,633 | 6% |
> I almost did that earlier. Lucky the code was 'Private' at the time. i have a bad news to you, it's better if you change the posting key
author | sm-silva |
---|---|
permlink | ro3es6 |
category | hive-163521 |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2023-01-07 01:57:45 |
last_update | 2023-01-07 01:57:45 |
depth | 3 |
children | 4 |
last_payout | 2023-01-14 01:57:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 139 |
author_reputation | 1,540,305,234,889 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,675,934 |
net_rshares | 0 |
I have slipped up with exposing other passwords in code before, but nothing bad happened. I think people actually look out for cases of that, so you need to be careful. Got to be security-minded, especially with crypto accounts. I may try running this some time and see if there's anything I would tweak.
author | steevc |
---|---|
permlink | re-slobberchops-ro1a33 |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.12.1"} |
created | 2023-01-05 22:21:03 |
last_update | 2023-01-05 22:21:03 |
depth | 3 |
children | 3 |
last_payout | 2023-01-12 22:21:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.042 HBD |
curator_payout_value | 0.041 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 305 |
author_reputation | 1,368,671,974,292,917 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,645,759 |
net_rshares | 200,785,747,400 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stimialiti | 0 | -20,856,385,912 | -100% | ||
fersher | 0 | -1,046,274,903 | -100% | ||
slobberchops | 0 | 221,937,352,615 | 5% | ||
stemgeeks | 0 | 750,198,717 | 6% | ||
stemcuration | 0 | 0 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% | ||
saboin.stem | 0 | 856,883 | 6% |
<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-splinterlands-sps-auto-staker-v12-20230105t194633835z |
category | hive-163521 |
json_metadata | {"app":"STEMsocial"} |
created | 2023-01-05 19:46:33 |
last_update | 2023-01-05 19:46:33 |
depth | 1 |
children | 0 |
last_payout | 2023-01-12 19:46:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 565 |
author_reputation | 22,903,676,462,363 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,642,154 |
net_rshares | 0 |
$WINE
author | theguruasia |
---|---|
permlink | re-slobberchops-ro1psp |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.12.1"} |
created | 2023-01-06 04:00:18 |
last_update | 2023-01-06 04:00:18 |
depth | 1 |
children | 1 |
last_payout | 2023-01-13 04:00: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 | 5 |
author_reputation | 72,541,003,040,813 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,651,448 |
net_rshares | 0 |
<center> <sup>Congratulations, @theguruasia You Successfully Shared <b>0.800</b> <b>WINEX</b> With @slobberchops.</sup> <sup>You Earned <b>0.800</b> <b>WINEX</b> As Curation Reward.</sup> <sup>You Utilized <b>4/4</b> Successful Calls.</sup> <img src="https://images.hive.blog/DQmSWfbie9MTC172sENiA16bsMaz1ofT6AAyTo1ishasrcX/winexcomment.png" alt="wine_logo"> --- <sup>Contact Us : [WINEX Token Discord Channel](https://discord.gg/rS3KzjJDCx)</sup> <sup>[WINEX Current Market Price](https://hive-engine.com/?p=market&t=WINEX) : <b>0.160</b></sup> --- <sup>Swap Your <b>Hive <=> Swap.Hive</b> With Industry <b>Lowest Fee (0.1%)</b> : [Click This Link](https://swaphive.github.io/swap/)</sup> <sup>[Read Latest Updates](https://peakd.com/@hiveupme/posts) Or [Contact Us](https://discord.gg/rS3KzjJDCx)</sup> </center>
author | wine.bot |
---|---|
permlink | 20230106t040146178z |
category | hive-163521 |
json_metadata | {"tags":["wine","token","winebot"],"app":"wine-bot/4.0","format":"markdown"} |
created | 2023-01-06 04:01:45 |
last_update | 2023-01-06 04:01:45 |
depth | 2 |
children | 0 |
last_payout | 2023-01-13 04:01:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 831 |
author_reputation | 8,092,913,767,308 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,651,473 |
net_rshares | 0 |
I setup something similar to auto claim/stake for SPS and GLX. It also claims SPS Node rewards. I couldn't imagine clicking those buttons all the time.
author | themarkymark |
---|---|
permlink | re-slobberchops-ro21i1 |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.12.1"} |
created | 2023-01-06 08:13:12 |
last_update | 2023-01-06 08:13:12 |
depth | 1 |
children | 10 |
last_payout | 2023-01-13 08:13: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 | 153 |
author_reputation | 1,772,876,059,799,861 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,654,932 |
net_rshares | -753,539,924,582 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kingscrown | 0 | -308,224,692,062 | -100% | ||
freebornsociety | 0 | -1,617,110,780 | -1% | ||
drutter | 0 | -7,733,389,833 | -100% | ||
r351574nc3 | 0 | -122,331,668,058 | -100% | ||
salty-mcgriddles | 0 | -103,465,321,545 | -100% | ||
slobberchops | 0 | 241,276,010,974 | 5% | ||
exifr | 0 | -120,500,441,903 | -100% | ||
exifr0 | 0 | -310,722,781,217 | -100% | ||
astil.codex | 0 | 18,934,465 | 100% | ||
hyun-soo | 0 | -20,239,464,623 | -50% |
I don't suppose you know how to claim accumulated SPS in the Tribeldex pools? I can't find any info about it, or find any API info. 
author | slobberchops |
---|---|
permlink | re-themarkymark-ro22mr |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.12.1"} |
created | 2023-01-06 08:37:39 |
last_update | 2023-01-06 08:37:39 |
depth | 2 |
children | 9 |
last_payout | 2023-01-13 08:37: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 | 274 |
author_reputation | 2,426,841,777,894,379 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,655,326 |
net_rshares | 14,883,508 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
astil.codex | 0 | 14,883,508 | 100% |
I wrote something using Selenium (with Python) which is a library that can interact with webpages. The only problematic element is logging in reliably, and closing all the various pop-up windows that change each and every time there's a new feature. Worth a go if you're learning new Python things.
author | holoz0r |
---|---|
permlink | re-slobberchops-ro5k79 |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.12.1"} |
created | 2023-01-08 05:49:57 |
last_update | 2023-01-08 05:49:57 |
depth | 3 |
children | 2 |
last_payout | 2023-01-15 05:49:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.372 HBD |
curator_payout_value | 0.372 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 301 |
author_reputation | 519,068,400,262,069 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,703,339 |
net_rshares | 1,745,596,464,487 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
mattclarke | 0 | 575,412,176,266 | 50% | ||
kiokizz | 0 | 4,957,788,786 | 5% | ||
slobberchops | 0 | 233,578,726,564 | 5% | ||
frogcake | 0 | 931,647,772,871 | 100% |
I don't have anything in any of the pools, so no I don't. Have you check for any related custom json broadcasts after you do it manually?
author | themarkymark |
---|---|
permlink | re-slobberchops-ro23wd |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.12.1"} |
created | 2023-01-06 09:05:03 |
last_update | 2023-01-06 09:05:03 |
depth | 3 |
children | 5 |
last_payout | 2023-01-13 09:05: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 | 138 |
author_reputation | 1,772,876,059,799,861 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,655,807 |
net_rshares | -852,605,801,676 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
kingscrown | 0 | -296,764,119,665 | -100% | ||
freebornsociety | 0 | -1,593,819,751 | -1% | ||
drutter | 0 | -7,733,389,833 | -100% | ||
r351574nc3 | 0 | -122,331,668,058 | -100% | ||
mmmmkkkk311 | 0 | -6,191,372,623 | -10% | ||
salty-mcgriddles | 0 | -103,465,321,545 | -100% | ||
mariuszkarowski | 0 | -881,832,181 | -10% | ||
slobberchops | 0 | 136,991,560,930 | 3% | ||
exifr | 0 | -120,500,441,903 | -100% | ||
exifr0 | 0 | -310,722,781,217 | -100% | ||
astil.codex | 0 | 16,206,441 | 100% | ||
hyun-soo | 0 | -19,428,822,271 | -50% |
A very efficient and acceptable use of python!
author | wwwiebe |
---|---|
permlink | re-slobberchops-ro15rw |
category | hive-163521 |
json_metadata | {"tags":["hive-163521"],"app":"peakd/2022.12.1"} |
created | 2023-01-05 20:47:57 |
last_update | 2023-01-05 20:47:57 |
depth | 1 |
children | 0 |
last_payout | 2023-01-12 20:47:57 |
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 | 46 |
author_reputation | 344,170,916,911,802 |
root_title | "Python Libraries: Splinterlands SPS Auto-Staker v.1.2" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 119,643,709 |
net_rshares | 89,401,347,048 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
slobberchops | 0 | 88,669,072,245 | 2% | ||
stemgeeks | 0 | 732,274,803 | 6% | ||
stemcuration | 0 | 0 | 6% | ||
yggdrasil.laguna | 0 | 0 | 3% | ||
saboin.stem | 0 | 0 | 6% |