What is the minimum amount of Steem Power required to be able to upvote?

in #steem6 years ago

View the original post on Musing.io

The current  STEEM_VOTE_DUST_THRESHOLD is set to 50000000 or 24.7098 Steem Power. Even if you vote with that much Steem, the post you vote won't get any rewards if it doesn't reach the STEEM_MIN_PAYOUT_SBD. 

The current dust reward threshold is 0.02 SBD (STEEM_MIN_PAYOUT_SBD). I have provided links to the code that sets the dust threshold below:

Steem config file, line 212 sets the threshold amount: 

https://github.com/steemit/steem/blob/master/libraries/protocol/include/steem/protocol/config.hpp

#define STEEMMINPAYOUT_SBD (asset(20,SBD_SYMBOL))

Steem reward algorithm file, line 44 - 47 sets the dust threshold for rewards:

https://github.com/steemit/steem/blob/master/libraries/chain/include/steem/chain/util/reward.hpp

inline bool is_comment_payout_dust( const price& p, uint64_t steem_payout ){
return to_sbd( p, asset( steem_payout, STEEM_SYMBOL ) ) < STEEM_MIN_PAYOUT_SBD;
}

So, in layman's terms:

  • You need  24.7098 Steem Power to be able to vote.
  • You need 0.02 SBD payout in your post to earn. 
  • Anything lower than these are dust and will get reset to 0.000.
Sort:  

You can vote with less, you just need other voters as well before it translates to a payout--- votes below the dust threshold are still added to the net rshares of a discussion, so they can contribute to a payout.

If you have less than 24.7098 SP, your vote might be counted but it won't change the rewards because it is dust. That's my point.

Hi @littleboy!

Your post was upvoted by @steem-ua, new Steem dApp, using UserAuthority for algorithmic post curation! Your UA account score is currently 3.992 which ranks you at #3451 across all Steem accounts.
Your rank has risen 55 places in the last three days (Your UA has improved by 0.000).

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

Evaluation of your UA score:
  • You're on the right track, try to gather more followers.
  • The readers appreciate your great work!
  • Your contribution has not gone unnoticed, keep up the good work!

Feel free to join our @steem-ua Discord server

Coin Marketplace

STEEM 0.19
TRX 0.15
JST 0.029
BTC 64176.22
ETH 2624.19
USDT 1.00
SBD 2.78