Too Long Did Not Read
- Just check following image to get the idea of this post.
How do I reward curators & Community Moderators?
- This was a long pending action item from my end.
- I have been wondering about this for long.
- How should I reward community moderators for the work day do?
- How should I reward the curators who actively motivates community members?
Solution
- I've found a solution.
- Based on command received for HivePower distribution, my bot leaves a comment after sending HivePower reward.
- For each of those comments, following beneficiaries are added.
- Curator
- Content Author
- Community Account
- Reward that I get from upvote on that comment, I intend to give it back to communities.
How did I achieve above solution?
- Instead of keeping ZERO beneficiaries, I updated it as follows.
let beneficiaries = [
{ account: account, weight: 2500 }, // @sagarkothari88
{ account: newAuthor, weight: 2500 }, // @submitter / curator
{ account: communityId, weight: 2500 }, // @community
{ account: receiver, weight: 2500 }, // @receiver
];
beneficiaries = beneficiaries.sort((a, b) => {
let fa = a.account.toLowerCase(),
fb = b.account.toLowerCase();
if (fa < fb) return -1;
if (fa > fb) return 1;
return 0;
});
let benefactorData = [[0, { beneficiaries: beneficiaries }]];
- Instead of setting
max_accepted_payoutto0.00000 HBD, I updated it as follows.
const operations = [
["comment", commentOperation],
[
"comment_options",
{
author: account,
permlink: permlink2,
max_accepted_payout: "100000.000 HBD",
percent_hbd: 10000,
allow_votes: true,
allow_curation_rewards: true,
extensions: benefactorData,
},
],
];
Example output
- Reference link - @sagarkothari88/20230908t013535512z
- Here you can see that, 25% goes to
- content-creator. More Power to the content creator.
is the community in which
posted the content. 25% goes to that community. More power to communities
is a curator here - 25% goes to curator.
(I) gets 25% which I intend to use it for supporting community members.
CC section.
- I don't want to spam. But at the same time, I also want following members to keep informed about it.
- Here are the members to whom I would like to notify -
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
,
Dear Community Moderators, Members, Curators,
The POWER IS YOURS.
Support me
- Do you like the work I do?
- Do you want me to keep going?
- Please Reblog
- Please help me connect with more communities
- Please vote me as Hive Witness
| Please 🙏 | Support Me |
|---|---|
| Vote me as Hive Witness | Donate Hive Or HBD |