Reduce rep requirements

This commit is contained in:
Minecon724 2025-08-31 08:08:24 +02:00
commit c7c4025b68
Signed by: Minecon724
GPG key ID: A02E6E67AB961189

View file

@ -83,10 +83,10 @@ public:
std::vector<nano::account> preconfigured_representatives;
unsigned bootstrap_fraction_numerator{ 1 };
nano::amount receive_minimum{ nano::nano_ratio / 1000 / 1000 }; // 0.000001 nano
nano::amount vote_minimum{ nano::Knano_ratio }; // 1000 nano
nano::amount vote_minimum{ nano::nano_ratio * 42 }; // 42 nano
nano::amount rep_crawler_weight_minimum{ "FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF" };
std::chrono::milliseconds vote_generator_delay{ std::chrono::milliseconds (100) };
nano::amount online_weight_minimum{ 60000 * nano::Knano_ratio }; // 60 million nano
nano::amount online_weight_minimum{ nano::nano_ratio * 42 }; // TODO increase later as we get nodes
/*
* The minimum vote weight that a representative must have for its vote to be counted.
* All representatives above this weight will be kept in memory!