if users delegate to other accounts they don't get your vote
correct,
This is because of my javascript limited development skills, however I have nothing against curation groups that don't operate on a delegation/upvote basis.
This is the code that I'm using to detect delegation. Once again, if someone can fix this code to omit curation groups (accounts) approved by me, then authors delegating to such groups will get automatic votes
//connect to a steem node, production in this case
const client = new dsteem.Client('https://rpc.blurt.world');
const delegator = author;
var delegationdata = await client.database.getVestingDelegations(delegator, "", 1);
delegationdata.forEach(newObj => {
name = newObj.delegatee;
shares = newObj.vesting_shares.substring(0, 1);
});
if (delegationdata[0] == null) {
shares = 0;
console.log("delegation: ", shares);
sleep.atomic-sleep(1000)
}
else {
console.log("delegation: ", shares);
}
and then
else if (shares > 0)
willVoteFor = false;
I also think blacklisting is better than whitelisting, that way less people are disadvantaged especially as new curation groups come online.
Btw, I know you're busy with the metaverse but wouldn't you find some time to invite officially (as a foundation) apps like https://kryptogamers.com/ and https://dollarvigilante.tv/ to Blurt?
Or maybe build a plugin like dollarvigilante has, but for Blurt/peertube. Peertube has hundreds of instances and probably hundreds of thousands of users
Oh nice Kryptogamers have added support for Hive and Steem, Blurt should be easy. They don't have contact details on their site, do you know their socials or contact person?
Can you link me to the TDV plugin? Haven't come across it before.
This guy created hive plugin for TDV https://hive.blog/@agorise , I don't think it's open sourced
kryptogamers have profiles on steem , hive and maybe discord
Thanks for the leads will see what I can do.
https://app.element.io/#/room/#agorise:matrix.org
ok awesome, maybe @saboin or @tekraze can help here too