Skip to content

Commit

Permalink
Updated bootstrap weights
Browse files Browse the repository at this point in the history
  • Loading branch information
RickiNano committed Feb 25, 2025
1 parent 6261a33 commit 3fe9e34
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 128 deletions.
9 changes: 5 additions & 4 deletions nano/node/bootstrap_weights_beta.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@

#include <string>
#include <vector>

namespace nano::weights
{
// Bootstrap weights for beta network
// Bootstrap weights for beta network as of 11-02-2025
std::vector<std::pair<std::string, std::string>> preconfigured_weights_beta = {
{ "nano_3faucet4t1nnru6yra9iioia76jddur6zqg6d3fp7h1soyyd8qhgx6tizrsy", "37999100000000000000000000000000000000" },
{ "nano_1betazh7m3c9gwcsy7w3rzynbqr9gomjwn3cp59xqky48we46eaqptbdskh4", "32981063781291209870813128842298384384" },
Expand All @@ -15,8 +16,8 @@ std::vector<std::pair<std::string, std::string>> preconfigured_weights_beta = {
{ "nano_1kitteh45srbwthaxq11tj54awh1trwuyt6o56ya4ghqinqo3a3jisbjg4dd", "12800000000000000000000000000000000000" },
{ "nano_18cgy87ikc4ruyh5aqwqe6dybe9os1ip3681y9wukypz5j7kgh35uxftss1x", "12000000000000000000000000000000000000" },
{ "nano_1betag7az9wk6rbis38s1d35hdsycz1bi95xg4g4j148p6afjk7embcurda4", "5800000000000000000000000000000000001" },
{ "nano_1rickip5smeeztoxcg9jmjpsmyaeu7wkmkjssettss3firi3kmjq186uf3gb", "4000000000000000000000000000000000000" },
{ "nano_1defau1t9off1ine9rep99999999999999999999999999999999wgmuzxxy", "1009399201843717416503167458269866895" },
{ "nano_1rickip5smeeztoxcg9jmjpsmyaeu7wkmkjssettss3firi3kmjq186uf3gb", "3999026449290784876961171631534768128" },
{ "nano_1defau1t9off1ine9rep99999999999999999999999999999999wgmuzxxy", "1009399711843717416503167458269866895" },
};
uint64_t max_blocks_beta = 39428700;
uint64_t max_blocks_beta = 45309017;
}
Loading

0 comments on commit 3fe9e34

Please sign in to comment.