mistakia / nano-community

Community gateway and knowledge hub for Nano (digital money)
https://nano.community
MIT License
26 stars 25 forks source link

fix: set `rep_crawler_weight_minimum` config to track more representatives #101

Closed mistakia closed 6 months ago

mistakia commented 6 months ago

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 (https://github.com/nanocurrency/nano-node/pull/3531).

Hat tip to tipnano rep for bringing attention to this issue

mistakia commented 6 months ago

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"