New Hive Engine Tools Pending Token Payouts Feature

avatar

image.png

I just updated Hive Engine Tools to add a new tool to find pending tribe tokens on your pending posts.

You can find the tool at the Hive Engine Tools site.

Just enter your username and hit enter, after a few seconds you will see a list of your pending posts.

image.png

This tool will find all pending tokens on every post that is pre-payout (7 days).

Currently the tool does not factor in author/curation split, any potential front-end burn, or beneficiaries. These will be taken at payout and will adjust the final value of payout.

The data is cached for five minutes on when running it multiple times in a short period of time.

This feature was requested by @clixmoney.

That brings Hive Engine Tools up to seven tools in the tool box with more to come as time permits.


Securely chat with me on Keybase

Why you should vote me as witness

Posted Using LeoFinance Beta



0
0
0.000
38 comments
avatar

This Is really informative. For me I've learned to use most of this hive tools through such post that you guys share. It's helps a lots. Thank you for sharing

0
0
0.000
avatar

Will there be any future updates about adding factor in author/curation split, any potential front-end burn, or beneficiaries?


Posted via proofofbrain.io

0
0
0.000
avatar

I was thinking about adding that, but it is a lot more work in terms of processing power for each query. I may add it, but right now I'm happy with how it is.

Posted Using LeoFinance Beta

0
0
0.000
avatar

We can help you, because it's just change the author variable, so you can add to the final value the multiplier

I know it's hard know the value of every community, but when it's done we send you the values and you just change, if you want of course, hehe

Posted Using LeoFinance Beta

0
0
0.000
avatar

I already have the data from other tools on the site (like Tribe Config) but it's a lot more remote calls to get the data. I also planned on calculating the Hive value of all the rewards and have a total. Just a lot more work.

Posted Using LeoFinance Beta

0
0
0.000
avatar

That is a handy tool. Thanks for sharing

0
0
0.000
avatar

What a nice feature to show the token payout. Thanks for your efforts.

0
0
0.000
avatar

That's great. I have an idea for you to add there. What if we will be able to see the most commented posts ? Usually such posts are really interesting and maybe even important. I've seen posts not doing well in rewards in any tribes or even hive, but having a lot of comments. I'll be really interested to find such posts and to reward them and it will be useful for some curators to find a content to support !

0
0
0.000
avatar

The comment section and the comment strings are sometimes even more worthy that the blog payout amount is my opinion @themarkymark @clixmoney so if it's not to much trouble an addition would be great

0
0
0.000
avatar

Thanks for making these handy tools Mark! They really allow me to understand the tribe and communities better and of course are great tools to analyse my own posts etc. 👏🏽👏🏽👏🏽👏🏽👏🏽


Posted via proofofbrain.io

0
0
0.000
avatar

Very useful, thanks for sharing.

0
0
0.000
avatar

This is great addition to the tool. After using this new feature Within first 2 minus I was able to find a mistake I was making while posting from Actifit as I can see that I am only getting sports token, nothing else. This must be a mistake at my end where I would have used wrong tag or something. I need to investigate.
I greatly appreciate your efforts.
Here is is some LUV for that
!luv 5

0
0
0.000
avatar

It s very good idea.Thank you so much for sharing this kind of information.

0
0
0.000
avatar

This looks very useful. Thanks for sharing. 😎 🍻

0
0
0.000
avatar

Cool. Been on the look out for a tool like this here on hive. Really helpful. thanks for sharing


Posted via proofofbrain.io

0
0
0.000
avatar

Just came across it, so it is like an automated tool to "find lost coins in your pocket"? That happens to me a lot, I have been using crypto since the beginning and once or twice a year I find a wallet, reward or token I can claim and is worth something.

0
0
0.000
avatar

Take my witness vote, well deserved! I might get back to developing open source some day, right now because of the pandemic crisis I am working a lot on a private company to make ends meet. Congratulations and good job!

0
0
0.000
avatar

these are great tools, one question I have is there a way to see for each tribe how many new tokens are created per some unit of time (i.e. what is the inflation rate?)

0
0
0.000
avatar

Very interesting this new function in hive engine, but explain to me why you vote negative my summaries

0
0
0.000
avatar

I am searching for a tool to stake all Token at once. Currently I have to stake all on hive-engine one by one :(

0
0
0.000
avatar

Good stuff.

0
0
0.000
avatar

I know eh!
Should see what I don't have on the site :P

Posted Using LeoFinance Beta

0
0
0.000
avatar

Lol I know the feeling. No matter how much you've done, it always feels like there's always a shit ton of work left to be done.

0
0
0.000
avatar

Very handy tool. Would there be a way to come up with a tool that views pending tokens payouts for just comments? That will be a cool feature. Would love to see that


Posted via proofofbrain.io

0
0
0.000
avatar

Hey there @themarkymark thanks so much for building this tool!

Today I went to check my Pending Token Payouts and noticed an error:

Screen Shot 2021-10-02 at 10.53.29 PM.png

Here's the code in case it helps:

AttributeError: module 'streamlit' has no attribute 'expander'
Traceback:
File "/app/.heroku/python/lib/python3.9/site-packages/streamlit/script_runner.py", line 338, in _run_script
    exec(code, module.__dict__)
File "/app/app.py", line 42, in <module>
    main()
File "/app/app.py", line 32, in main
    page.app()
File "/app/posttokens.py", line 19, in app
    with st.expander(post["title"]):

Hopefully this is an okay place to post this - wasn't sure the best way to let you know.

0
0
0.000
avatar

Fixed, Heroku wasn't running the latest version of a specific python module so I had to force it.

0
0
0.000