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

Simplest possible staking system #157

Closed
futurechimp opened this issue Mar 31, 2020 · 2 comments
Closed

Simplest possible staking system #157

futurechimp opened this issue Mar 31, 2020 · 2 comments
Assignees
Milestone

Comments

@futurechimp
Copy link
Contributor

futurechimp commented Mar 31, 2020

We need to be able to keep a list of mixnodes which are active, and another list of standby nodes. Standby mixnodes could be active but aren't mixing anything right now in order to keep traffic concentrated.

We'll order the list of all mixnodes by stake, and select the top X nodes in order to expand / shrink capacity.

For the moment, we'll simply implement stake as an integer that can be set by anybody. Later, this will change to a more sophisticated system.

@futurechimp futurechimp created this issue from a note in Core systems (In progress) Mar 31, 2020
@futurechimp futurechimp added this to the 0.7.0 milestone Apr 7, 2020
@futurechimp futurechimp moved this from In progress to Backlog in Core systems Apr 21, 2020
@futurechimp futurechimp modified the milestones: 0.7.0, 0.8.0 Apr 21, 2020
@futurechimp futurechimp modified the milestones: 0.8.0, 0.9.0 Sep 25, 2020
@futurechimp
Copy link
Contributor Author

We're going to call this reputation for the moment so that nobody gets confused between what is effectively a simple, throwaway reputation score and what will later be "real" staking with coins.

@futurechimp futurechimp moved this from Backlog to In progress in Core systems Oct 14, 2020
@futurechimp futurechimp self-assigned this Oct 14, 2020
@futurechimp futurechimp modified the milestones: 0.9.0, 0.10.0 Nov 5, 2020
@futurechimp
Copy link
Contributor Author

We have integer reputation now, and will move to token staking on mixnodes in 0.10. I think we can count this one as done now.

Core systems automation moved this from In progress to Done Nov 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Core systems
  
Done
Development

No branches or pull requests

1 participant