Update for scotbot - rewards can be limited to a specific app and beneficiaries token rewards have been implemented

in #sct5 years ago (edited)

NedScottnew-01.jpg


EDIT:
json_metadata_app_value was set to Null for the SCT token and posting is possible from every app


As you can see here:
https://scot-api.steem-engine.com/config?token=SCT
three new configuration parameters have been added:

namedefaultvalue for SCT token
beneficiaries_reward_percentage010
beneficiaries_accountnullsct.admin
json_metadata_app_valueNoneNone

When a posts reaches its payout date, 10% of the token that this post will receive is now sent to the sct.admin account.
author_reward_percentage is now set to 45%, which means that the author will receive 45% and all curators will also receive 45%. So author and curators will receive the same amount of tokens.

Edit: the setting was set back for SCT, so posting is possible again from every app

SCOT token that have set json_metadata_app_value will limit rewards to posts that were posted from the specified app

There is now a json_metadata_app_value parameter. When set, only main posts which are posted from the set app are accepted for rewards. As before, the specified tag must still be added to the post.

Comments will be accepted when the parent main post is accepted.

Parameter setup for other SCOT tokens

@coffeebuds, @actnearn, @pgarcgo, @ribai please let me know, if you want to set some of these new parameters for your SCOT token. The parameter setup throught https://sto.steem-engine.com/#/launch/scotbot will be adapted soon, but I can change the parameter for your bot now.

Sort:  

Hi @holger80, thank you for your update.

There is now a json_metadata_app_value parameter. When set, only main posts which are posted from the set app are accepted for rewards. As before, the specified tag must still be added to the post.

This is a huge change (and there are pros and cons, so the owner of SCOT can choose the option right?) What about comments (reply)?

What about VP? I found that there is a separate VP for each SCOT. But is it actually used now or reserved? Many people believe that VP (not voting weight) is shared with Steem. I'd appreciate if you clarify this. Thanks.

Exactly, every SCOT token owner can choose how to set the parameter. In the default settings, the new parameter is not active.

The comments can receive rewards, when the parent main post receive rewards.

Each Token has a separate VP, which is actually used by all tokens. Only the voting weight is shared with Steem.

Thank you for your answers. Regarding comments, I have a clarifying question. Comments should also be written on the own Nitrous UI for SCOT reward?

I'm checking only the parent post for its json_metadata. So comments can be written outside the token Nitrous UI.

Great! and I forgot one more question. What about the past post? Is this change effective even for additional votings on the past post prior to this announcement?

No, it's only effective for new posts after this announcement. So pending posts written before, will not be excluded.

Great. That may have taken extra work. Thanks for that!

actually one more question. voting can still be done from any UI, right? It was before, but I'd like to double check due to this change. Based on my understanding, it still should be possible, since scotbot uses steem voting tx.

json_metadata_app_value is set to Null for the SCT token and posting is again possible from every app...

thanks for @holger80 efforts to recovery !

Posted using Partiko Android

Thank you so much for participating in the Partiko Delegation Plan Round 1! We really appreciate your support! As part of the delegation benefits, we just gave you a 3.00% upvote! Together, let’s change the world!

Partiko Can't use anymore in SCT posting !
plz implement inner url https://www.steemcoinpan.com/sct
in Partiko @partiko

like such as in case https://steemit.com

Posted using Partiko Android

The old settings are restored and posting is again possible with every app

We are in a hell to heaven Again ! :)

Posted using Partiko Android

I will check that steemcoinpan.com

Question, if I make a post via steemcoinpan, then edit it on busy, is it considering post from steemcoinpan or busy?

It is considered as a post from steemcoinpan.

Got it. Thanks.

one more question, is there any way to check my vp on steemcoinpan?

json_metadata_app_value is set to Null for the SCT token and posting is again possible from every app...

Hi, @holger80!

You just got a 3.73% upvote from SteemPlus!
To get higher upvotes, earn more SteemPlus Points (SPP). On your Steemit wallet, check your SPP balance and click on "How to earn SPP?" to find out all the ways to earn.
If you're not using SteemPlus yet, please check our last posts in here to see the many ways in which SteemPlus can improve your Steem experience on Steemit and Busy.

Hi @holger80!

Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation!
Your UA account score is currently 7.204 which ranks you at #55 across all Steem accounts.
Your rank has not changed in the last three days.

In our last Algorithmic Curation Round, consisting of 319 contributions, your post is ranked at #8.

Evaluation of your UA score:
  • Your follower network is great!
  • The readers appreciate your great work!
  • Great user engagement! You rock!

Feel free to join our @steem-ua Discord server

thanks you very much for your informations

I made a simple VP viewer :) https://steemit.com/utopian-io/@blockchainstudio/the-very-first-scot-voting-power-viewer-balance-information

By the way, I have some questions.

  1. How can I get reward pool info for SCOT? (to find estimated vote value.)
    It seems rshares = staked * vp (100 if 100%) * vw (100 if 100%) * 10, but I don't know how to find SCOT / rshares Of course, I can use a data from a post, but I believe there is an efficient way.

  2. how can I get balance in market for trading? Maybe I can use a trading history, but hope there is an easier way.

  3. Is there any doc for scot-api ?