RE: I was wrong

You are viewing a single comment's thread from:

I was wrong

in blurtdevelopment •  3 years ago 

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;
Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE BLURT!
Sort Order:  
  ·  3 years ago  ·  

I also think blacklisting is better than whitelisting, that way less people are disadvantaged especially as new curation groups come online.

  ·  3 years ago  ·  

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

  ·  3 years ago  ·  

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.

  ·  3 years ago  ·  

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

  ·  3 years ago  ·  

Thanks for the leads will see what I can do.

  ·  3 years ago  ·  
  ·  3 years ago  ·  

ok awesome, maybe @saboin or @tekraze can help here too