2024-09-18 - HiFind - Are there Self Votes? Is there too much of cash out?

in #hive-13953113 days ago

Updates on self-funded Projects by @sagarkothari88

Updates on Project HiFind

Self-Votes

Self-Votes

  • HiFind app has added checks which are requested by manual curators from Hive community.
  • One of the check, which was requested via direct message, was to check the percentage of self-votes.
  • We load last 100 post from authors & look for self votes.
  • Based on self-votes, we calculate percentages & show it to curator.
  • With this, curators will be in position to decide to upvote the content or not.
  • Self-votes are subject to discussion - My goal is to serve the requests coming from hive community members & manual curators.

Cashing Out / Transfer Out

Cashing Out / Transfer Out

  • Cashing out is inevitable & this is also a subject to discussion.
  • I've added this check based on requests from manual curators.
  • As soon as you click on any of the post, HiFind find last 250 transfers.
  • It calculates all transfers out & shows total HBD sent to others. It also shows total Hive sent to others.

Feedback / inputs

  • Based on requests from manual curators, I've implemented this checks.
  • Do you have any other recommendation checks for manual curation?
  • Please share if you have any.
  • Don't forget to try HiFind, Hive inbox.
  • Don't forget to upvote my content & vote me as witness.

Self Funded Projects

  • ✅ Hive Inbox - Beta Released - https://inbox.the-hive-mobile.app
  • ✅ Hive Hound - Beta Released - https://hifind.the-hive-mobile.app
  • 🗒️ Hive Polls (upcoming)
  • 🗒️ Hive Stats (upcoming)
  • 🗒️ Hive Witness Vote (upcoming)
  • ⏳ Hive Donate (upcoming)
  • 🗒️ Hive Secure Chat (upcoming)
  • 🗒️ The Hive Mobile App (upcoming)

Rewarding Hive Content Creators

  • I support several contests hosted by different communities.
  • I reward them with Hive-Power-up for the contribution that they have made on communities on Hive.
  • We keep transferring portion of hive power to different users on Hive for encouraging them for their contribution on Hive.
  • Those who respond to our replies, we also reward them with different tokens like PIZZA, BEER, LUV, HOP
  • No power ups were sent today.

Support @sagarkothari88

Vote sagarkothari88 as Hive Witness

Sort:  

@solominer, @sanjeevm & @slobberchops

I've added these 2 new checks - Self Votes & transfer-out.

Check it out & let me know what you think of it.

Both would be handy, can you share the code somewhere?

Transfer Out

For calculating transfer out, execute following code.

const filter = [dhive.utils.operationOrders.transfer];
// replace account name with real account name.
// start can be -1 or something else if you are doing pagination
// limit can be set to 100 max
client.database.getAccountHistory('$accountName', $startId,$limit, dhive.utils.makeBitMaskFilter(filter));

Self Votes

  • For calculating self-votes, load most recent posts from author
  • Check upvotes of each post & see if user has voted or not
  • To get user's post, you can use following code
  • It loads last 100 posts of the user
// replace account name with real account name
client.hivemind.getAccountPosts({ account: '$accountName', sort: 'posts', start_author: null, start_permlink: null, limit: 100 });


via Inbox

Oh interesting.. okay will do

Hmm I cannot find the self vote and transfer out options. Where do I find them?

@dlmmqb - What do you think of these new checks?
Will it be helpful for manual curators?

Indeed. We will be using HIFIND personally. Will update our feedback after using it. Currently I am grateful for your HIFIND work.

Thank you @dlmmqb

via Inbox

Congratulations @thehivemobileapp! You have completed the following achievement on the Hive blockchain And have been rewarded with New badge(s)

You received more than 4250 upvotes.
Your next target is to reach 4500 upvotes.

You can view your badges on your board and compare yourself to others in the Ranking
If you no longer want to receive notifications, reply to this comment with the word STOP

This post has been manually curated by @bhattg from Indiaunited community. Join us on our Discord Server.

Do you know that you can earn a passive income by delegating to @indiaunited. We share more than 100 % of the curation rewards with the delegators in the form of IUC tokens. HP delegators and IUC token holders also get upto 20% additional vote weight.

Here are some handy links for delegations: 100HP, 250HP, 500HP, 1000HP.

image.png

100% of the rewards from this comment goes to the curator for their manual curation efforts. Please encourage the curator @bhattg by upvoting this comment and support the community by voting the posts made by @indiaunited..

This post received an extra 6.67% vote for delegating HP / holding IUC tokens.

Should the Filter work now? It doesn't seem to work for me

@spidersilk
thank you for trying the app.

which filter isn’t working?
did you try after doing a hard refresh?
can you show what is not working for you by sharing a screenshot?

via Inbox

Well, it just doesn't refresh the page, whatever filter I try.

Do I need to complete all the search fields?

After changing the fitlers you need, you need to hit the button "Apply"
If you are no mobile device, scroll down.

via Inbox