Skip to content

Commit ef7b337

Browse files
authored
Merge pull request #4843 from RickiNano/update-rep-weights
Updated bootstrap weights
2 parents 145e2d7 + e917c92 commit ef7b337

File tree

3 files changed

+138
-135
lines changed

3 files changed

+138
-135
lines changed

nano/node/bootstrap_weights_beta.hpp

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,23 @@
22

33
#include <string>
44
#include <vector>
5+
56
namespace nano::weights
67
{
7-
// Bootstrap weights for beta network
8+
// Bootstrap weights for beta network as of 22-03-2025
89
std::vector<std::pair<std::string, std::string>> preconfigured_weights_beta = {
9-
{ "nano_3faucet4t1nnru6yra9iioia76jddur6zqg6d3fp7h1soyyd8qhgx6tizrsy", "37999100000000000000000000000000000000" },
10+
{ "nano_3faucet4t1nnru6yra9iioia76jddur6zqg6d3fp7h1soyyd8qhgx6tizrsy", "37998900000000000000000000000000000000" },
1011
{ "nano_1betazh7m3c9gwcsy7w3rzynbqr9gomjwn3cp59xqky48we46eaqptbdskh4", "32981063781291209870813128842298384384" },
11-
{ "nano_3immionim1ypak7xbxe53ozdgk8sarjsu1ae7xbrnc8z9ntb8upnq47eugkx", "30000000000000000000000000000000000000" },
12+
{ "nano_3immionim1ypak7xbxe53ozdgk8sarjsu1ae7xbrnc8z9ntb8upnq47eugkx", "27000000000000000000000000000000000000" },
1213
{ "nano_3kedrin3axwpe6jcx5fi8bx6sgjcre7bj4su5gpmfyd4gaijn8ndcyzgxche", "24000100000000000000000000000000000000" },
1314
{ "nano_1robotghjtaub18dmo1ihkzg9jjs53ukthxrpt5x7eie3pg7k4ahb5i1uw64", "22400000000000000000000000000000000000" },
1415
{ "nano_1bnano1dnhc356frb1owg4mhi4r47j1i15yq8nuyyso8fg64ux9kdxzmae5g", "16000000000000000000000000000000000000" },
1516
{ "nano_1kitteh45srbwthaxq11tj54awh1trwuyt6o56ya4ghqinqo3a3jisbjg4dd", "12800000000000000000000000000000000000" },
1617
{ "nano_18cgy87ikc4ruyh5aqwqe6dybe9os1ip3681y9wukypz5j7kgh35uxftss1x", "12000000000000000000000000000000000000" },
1718
{ "nano_1betag7az9wk6rbis38s1d35hdsycz1bi95xg4g4j148p6afjk7embcurda4", "5800000000000000000000000000000000001" },
18-
{ "nano_1rickip5smeeztoxcg9jmjpsmyaeu7wkmkjssettss3firi3kmjq186uf3gb", "4000000000000000000000000000000000000" },
19-
{ "nano_1defau1t9off1ine9rep99999999999999999999999999999999wgmuzxxy", "1009399201843717416503167458269866895" },
19+
{ "nano_1rickip5smeeztoxcg9jmjpsmyaeu7wkmkjssettss3firi3kmjq186uf3gb", "3999026449290784876961171631534768128" },
20+
{ "nano_15smxhsjmpukzio4aar5oe7ptw5guun1tw3oafenfx4nx6dub3j4te54uj19", "3000000000000000000000000000000000000" },
21+
{ "nano_1defau1t9off1ine9rep99999999999999999999999999999999wgmuzxxy", "1009399711843717416503167458269866895" },
2022
};
21-
uint64_t max_blocks_beta = 39428700;
23+
uint64_t max_blocks_beta = 46302111;
2224
}

0 commit comments

Comments
 (0)