Skip to content
New issue

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

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

Already on GitHub? # to your account

fix: set rep_crawler_weight_minimum config to track more representatives #101

Closed
mistakia opened this issue Mar 8, 2024 · 1 comment
Closed
Labels
kind/bug A bug in existing code (including security flaws) priority/medium Medium: Good to have, but can wait until someone steps up status/ready Ready to be worked

Comments

@mistakia
Copy link
Owner

mistakia commented Mar 8, 2024

There are many reps that may not get tracked due to the default behavior of rep crawler which limits tracking to principal representatives.

Nodes can override this behavior through a config change (nanocurrency/nano-node#3531).

Hat tip to tipnano rep for bringing attention to this issue

@mistakia mistakia added need/triage Needs initial labeling and prioritization priority/medium Medium: Good to have, but can wait until someone steps up kind/bug A bug in existing code (including security flaws) status/ready Ready to be worked and removed need/triage Needs initial labeling and prioritization labels Mar 8, 2024
@mistakia
Copy link
Owner Author

Testing out a minimum weight for rep crawler of 10,000 Nano

# Rep crawler minimum weight, if this is less than minimum principal weight then this is taken as the minimum weight a rep must have to be tracked. If you want to track all reps set this to 0. If you do not want this to influence anything then set it to max value. This is only useful for debugging or for people who really know what they are doing.
# type:string,amount,raw
rep_crawler_weight_minimum = "10000000000000000000000000000000000"

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
kind/bug A bug in existing code (including security flaws) priority/medium Medium: Good to have, but can wait until someone steps up status/ready Ready to be worked
Projects
None yet
Development

No branches or pull requests

1 participant