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

Harvesting: promoted nodes #1815

Open
cryptoBeliever opened this issue Dec 15, 2021 · 3 comments
Open

Harvesting: promoted nodes #1815

cryptoBeliever opened this issue Dec 15, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@cryptoBeliever
Copy link
Contributor

cryptoBeliever commented Dec 15, 2021

Description:

There is a proposition to present "suggested nodes for this month" on the harvesting view in the wallet. Those will be community nodes from members that did noticeable contributions to the project.

How it should work:

  • present on harvesting view list of promoted nodes. Nodes should be always at beginning of the list.
  • wallet should fetch nodes list from API
  • there should be an easy way to edit the list of suggested nodes on the API side with restricted access
  • to consider: add additional information to the node (icon, description for what it's promoted)
@cryptoBeliever cryptoBeliever added the enhancement New feature or request label Dec 15, 2021
@segfaultxavi
Copy link
Contributor

This sounds great! And it will stop the proliferation of 0-0-0-0-0-0 in front of node names.

Could the selection of the "Nodes of the month" be automatic based on some well-defined and public rules? Something like the Health used for supernode rewards, plus something to avoid being chosen two months in a row, plus some randomization.
If we do it manually we'll eventually be accused of manipulation...

@cryptoBeliever
Copy link
Contributor Author

cryptoBeliever commented Dec 16, 2021

And it will stop the proliferation of 0-0-0-0-0-0 in front of node names.

This is done already. We are not sorting alphabetically since 1.0.5. Since 1.0.9 is on the list we present X random nodes. In the future, we probably replace random sorting with a "node health" score (uptime and so on).

This task is about something else. We want to promote nodes of community members that did contributions to the network not just by the running node but for preparing a great article, running a blog, develop the application. Evaluation in such cases will be always subjective (but voting can be manipulated - unless there will be an honest voting system) but there will be rules like "same user node can't be promoted two months in a row" and so on.

@segfaultxavi
Copy link
Contributor

Ahh, OK. Sounds like a nice idea!

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

No branches or pull requests

2 participants