Skip to content

Commit

Permalink
build: update seeds and bump chainwork
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackcoinDev committed Feb 11, 2024
1 parent 987f758 commit 5725cd8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions contrib/seeds/nodes_main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
216.39.250.91:15714
172.99.189.198:15714
50.47.255.100:15714
95.217.78.81:15714


# IPv6 nodes
Expand Down
2 changes: 2 additions & 0 deletions contrib/seeds/nodes_main_manual.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@

# manually updated 2023-04 for minimal torv3 bootstrap support

jgsfxfwhm7vdabt5dxl42il7uenvysknyedtzuaiajo7w5bv5jf2jpid.onion:15714
1 change: 1 addition & 0 deletions src/chainparamsseeds.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ static const uint8_t chainparams_seed_main[] = {
0x01,0x04,0xd8,0x27,0xfa,0x5b,0x3d,0x62,
0x01,0x04,0xac,0x63,0xbd,0xc6,0x3d,0x62,
0x01,0x04,0x32,0x2f,0xff,0x64,0x3d,0x62,
0x01,0x04,0x5f,0xd9,0x4e,0x51,0x3d,0x62,
0x02,0x10,0x2a,0x02,0xc2,0x07,0x20,0x41,0x38,0x53,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x3d,0x62,
0x02,0x10,0x2a,0x02,0xc2,0x07,0x20,0x56,0x65,0x32,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x3d,0x62,
0x02,0x10,0x2a,0x02,0xc2,0x07,0x20,0x56,0x65,0x34,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x3d,0x62,
Expand Down
6 changes: 3 additions & 3 deletions src/kernel/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class CMainParams : public CChainParams {
consensus.nStakeTimestampMask = 0xf; // 15
consensus.nCoinbaseMaturity = 500;

consensus.nMinimumChainWork = uint256S("0x000000000000000000000000000000000000000000000416ebe78f593ec11fb2"); // block 4791500
consensus.nMinimumChainWork = uint256S("0x00000000000000000000000000000000000000000000041a727e67853fa7e907"); // block 4815005
consensus.defaultAssumeValid = uint256S("0xae0c2a9bd13746e2887ca57bf1046b3c787a5ed1068fd1633a3575f08ee291fc"); // block 4232630

/**
Expand Down Expand Up @@ -154,7 +154,7 @@ class CMainParams : public CChainParams {
vSeeds.emplace_back("dnsseed.blackcoin.nl"); // hosted at dns.blackcoin.nl
vSeeds.emplace_back("dnsseed2.blackcoin.nl"); // hosted at vps.blackcoin.nl
vSeeds.emplace_back("swap.blackcoin.nl"); // swapservice static node
vSeeds.emplace_back("node.blackcoin.nl"); // payBLK static node
vSeeds.emplace_back("dns2.blackcoin.nl"); // Bitcore static node

base58Prefixes[PUBKEY_ADDRESS] = std::vector<unsigned char>(1,25);
base58Prefixes[SCRIPT_ADDRESS] = std::vector<unsigned char>(1,85);
Expand Down Expand Up @@ -246,7 +246,7 @@ class CTestNetParams : public CChainParams {
consensus.nStakeTimestampMask = 0xf;
consensus.nCoinbaseMaturity = 10;

consensus.nMinimumChainWork = uint256S("0x0000000000000000000000000000000000000000000000478d1e3e759bd0f7e2"); // block 1720482
consensus.nMinimumChainWork = uint256S("0x0000000000000000000000000000000000000000000000487dc03a64106b281b"); // block 1743761
consensus.defaultAssumeValid = uint256S("0x5d5c42500cc6057533e249ba9eeb9b5e998aff30468c904bc267ec9bccbc8b39"); // block 1415393

pchMessageStart[0] = 0xcd;
Expand Down

0 comments on commit 5725cd8

Please sign in to comment.