Skip to content

Commit

Permalink
networks: update seeds and checkpoint for 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pinheadmz committed Dec 21, 2022
1 parent 5ca9ccd commit 3892436
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 47 deletions.
86 changes: 40 additions & 46 deletions lib/net/seeds/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ module.exports = [
'ajpbuxkwtf7hkwbpw27siwg6dylsly4743rbhy2jssb3rxmircbrs@50.116.35.178',
// rithvikvibhu
'aksygghkgmciomeldjf5sc6rs2sgn2m34zfdz4xr7z5vguqvjis4e@129.153.177.220',
// rithvikvibhu - deprecated, remove in v5
'aplie5zadqqlghqvbq7by4i4ce7rngenwyxhmiq4byzv6svnqd5b2@138.197.52.107',
// buffrr
'ai2wxnj4magzrhtlfvqnzuzg3vko25vryle5vd2bzi23jvcykbj5q@107.152.33.71',
// anon
Expand All @@ -30,7 +28,6 @@ module.exports = [
'165.22.151.242',
'50.116.35.178',
'129.153.177.220',
'138.197.52.107',
'107.152.33.71',
'159.69.46.23',
'173.255.209.126',
Expand All @@ -41,52 +38,49 @@ module.exports = [
'45.79.134.225',

// Other nodes discovered by seed.easyhandshake.com and htools-org/hnsnodes
'107.152.32.250',
'107.152.33.71',
'108.61.206.38',
'129.153.177.220',
'129.213.167.123',
'138.197.52.107',
'139.59.211.187',
'140.238.196.136',
'142.132.235.25',
'149.102.152.193',
'152.67.9.232',
'152.69.185.197',
'154.26.133.109',
'159.69.46.23',
'162.247.84.5',
'162.55.210.152',
'104.254.246.153',
'66.94.118.127',
'165.227.93.117',
'167.235.231.123',
'167.235.253.96',
'168.138.27.68',
'98.47.90.111',
'85.214.33.200',
'178.18.254.92',
'185.232.71.108',
'193.41.237.153',
'207.244.233.76',
'34.176.191.178',
'45.63.110.100',
'45.79.95.228',
'45.79.95.228',
'47.108.194.84',
'5.161.130.54',
'5.161.136.39',
'5.161.136.39',
'5.161.77.236',
'50.112.123.184',
'50.116.35.178',
'50.19.33.202',
'65.109.5.43',
'65.109.6.21',
'152.69.186.119',
'89.58.17.86',
'76.217.158.15',
'149.102.152.193',
'139.59.211.187',
'147.124.228.198',
'108.175.4.26',
'66.29.151.42',
'66.94.118.127',
'78.27.74.145',
'78.27.86.18',
'205.250.112.133',
'44.229.138.206',
'81.6.58.121',
'154.26.133.109',
'140.238.164.155',
'81.169.159.30',
'50.112.123.184',
'185.232.71.108',
'207.244.233.76',
'140.238.196.136',
'193.41.237.153',
'82.223.165.215',
'85.214.33.200',
'86.106.181.167',
'89.58.17.86',
'98.47.204.102'
'212.227.68.123',
'202.61.201.15',
'168.138.31.136',
'107.152.32.250',
'108.61.206.38',
'204.99.129.8',
'73.185.40.66',
'129.153.166.244',
'137.184.156.222',
'5.161.64.49',
'176.96.136.143',
'150.136.231.120',
'54.184.104.94',
'47.108.194.84',
'45.79.95.228',
'89.163.154.217',
'139.178.67.226',
'47.242.86.29',
'99.92.204.3'
];
4 changes: 3 additions & 1 deletion lib/protocol/networks.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,9 @@ main.checkpointMap = {
61043: Buffer.from(
'00000000000000015b84385e0307370f8323420eaa27ef6e407f2d3162f1fd05', 'hex'),
100000: Buffer.from(
'000000000000000136d7d3efa688072f40d9fdd71bd47bb961694c0f38950246', 'hex')
'000000000000000136d7d3efa688072f40d9fdd71bd47bb961694c0f38950246', 'hex'),
130000: Buffer.from(
'0000000000000005ee5106df9e48bcd232a1917684ac344b35ddd9b9e4101096', 'hex')
};

/**
Expand Down

0 comments on commit 3892436

Please sign in to comment.