Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staking/nominating: low amounts don't work #5152

Open
mochet opened this issue May 23, 2024 · 1 comment
Open

Staking/nominating: low amounts don't work #5152

mochet opened this issue May 23, 2024 · 1 comment

Comments

@mochet
Copy link

mochet commented May 23, 2024

Problem

SSIA - there have been a few reports like this where staking lower amounts for nominating doesn't seem to work.

  • The maximum number of nominators that is set within the runtime (staking.maxNominatorsCount = 20,000) doesn't appear to be exceeded (staking.counterForNominators is only at 316)
  • The users are nominating with smaller amounts, but above staking.minimumActiveStake

Examples

(the user below is attempting to nominate with 3800 $JOY and has tried to nominate other validators many times)
image

  • I think another 2-3 users have reported a similar problem over time

Solution

  • It seems that nomination pools are more ideal for smaller stake amounts for nomination in cases like these
  • I guess it needs to be investigated (if it hasn't already) of why this is happening
@mochet
Copy link
Author

mochet commented Jun 20, 2024

At this point there are about 5-6 users who have reported this issue, basically small amounts of stake do not get rewards.
It seems the only way to solve this is to implement nomination pools/upgrade substrate:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant