Skip to content

Commit

Permalink
Merge PR #907 from 'nodech/update-seeds'
Browse files Browse the repository at this point in the history
  • Loading branch information
nodech committed Nov 29, 2024
2 parents 5378098 + 00a32f9 commit df5f8e9
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 58 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# HSD Release Notes & Changelog

## Unreleased
## v7.0.0

**When upgrading to this version of hsd, you must pass `--wallet-migrate=4` when
you run it for the first time.**
Expand Down
42 changes: 7 additions & 35 deletions lib/net/seeds/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ module.exports = [
'aonetsezqp4m52w4jpfq2gv3dggy2wqfwqtkfjyttgdidbvhgp5as@165.22.151.242',
// rithvikvibhu
'aksygghkgmciomeldjf5sc6rs2sgn2m34zfdz4xr7z5vguqvjis4e@129.153.177.220',
// buffrr
'ai2wxnj4magzrhtlfvqnzuzg3vko25vryle5vd2bzi23jvcykbj5q@107.152.33.71',
// anon
'apt4rf2dfyelbivg63u47wykvdjtsl4kxzfdylkaae5s5ydldlnwu@159.69.46.23',
// chjj
Expand All @@ -16,8 +14,6 @@ module.exports = [
// chjj
'aoihqqagbhzz6wxg43itefqvmgda4uwtky362p22kbimcyg5fdp54@172.104.214.189',
// chjj
'am2lsmbzzxncaptqjo22jay3mztfwl33bxhkp7icfx7kmi5rvjaic@139.162.183.168',
// chjj
'ap5vuwabzwyz6akhesanada4skhetd2jsvpkwuqxzuaoovn5ez4xg@45.79.134.225',
// handshake-enthusiast
'aiwykdz37okry3pb2lzdsgbxeg72uky2zckxmiapzstpqqmb2hnge@35.154.209.88',
Expand All @@ -31,50 +27,26 @@ module.exports = [
// Same nodes as above, but clearnet
'165.22.151.242',
'129.153.177.220',
'107.152.33.71',
'159.69.46.23',
'173.255.209.126',
'74.207.247.120',
'172.104.214.189',
'139.162.183.168',
'45.79.134.225',
'35.154.209.88',
'194.50.5.26',
'194.50.5.27',
'194.50.5.28',

// Other nodes discovered by seed.easyhandshake.com and htools-org/hnsnodes
'104.254.246.153',
'108.175.4.26',
'129.153.166.244',
// Other nodes discovered by
// seed.easyhandshake.com
// htools-org/hnsnodes
// hsdnethealth.nodech.dev
'139.177.198.45',
'139.59.211.187',
'147.124.228.198',
'152.69.186.119',
'162.248.93.246',
'165.227.93.117',
'18.197.233.236',
'193.122.196.124',
'202.61.201.15',
'205.250.112.133',
'212.227.68.123',
'3.211.218.12',
'152.53.18.243',
'44.229.138.206',
'46.137.240.49',
'50.112.123.184',
'5.161.64.49',
'54.184.104.94',
'66.29.151.42',
'70.161.64.119',
'73.185.40.66',
'72.218.15.229',
'74.91.115.209',
'81.169.159.30',
'82.223.165.215',
'85.214.33.200',
'91.218.58.116',
'91.218.58.176',
'91.218.58.224',
'91.218.58.24',
'91.218.58.58',
'99.92.204.3'
'85.214.33.200'
];
6 changes: 4 additions & 2 deletions lib/protocol/networks.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ main.checkpointMap = {
130000: Buffer.from(
'0000000000000005ee5106df9e48bcd232a1917684ac344b35ddd9b9e4101096', 'hex'),
160000: Buffer.from(
'00000000000000021e723ce5aedc021ab4f85d46a6914e40148f01986baa46c9', 'hex')
'00000000000000021e723ce5aedc021ab4f85d46a6914e40148f01986baa46c9', 'hex'),
225000: Buffer.from(
'00000000000000021f0be013ebad018a9ef97c8501766632f017a778781320d5', 'hex')
};

/**
Expand All @@ -118,7 +120,7 @@ main.checkpointMap = {
* @default
*/

main.lastCheckpoint = 160000;
main.lastCheckpoint = 225000;

/**
* Reward halving interval.
Expand Down
36 changes: 20 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,24 @@
"bcfg": "~0.2.2",
"bcrypto": "~5.4.0",
"bcurl": "~0.2.1",
"bdb": "~1.6.0",
"bdb": "~1.6.1",
"bdns": "~0.1.5",
"bevent": "~0.1.6",
"bfile": "~0.2.3",
"@handshake-org/bfilter": "~2.3.0",
"bheep": "~0.1.6",
"binet": "~0.3.9",
"blgr": "~0.2.1",
"blru": "~0.1.7",
"blru": "~0.1.8",
"blst": "~0.1.6",
"bmutex": "~0.1.7",
"bns": "~0.15.0",
"bsert": "~0.0.13",
"bsock": "~0.1.11",
"bsocks": "~0.2.6",
"btcp": "~0.1.5",
"buffer-map": "~0.0.7",
"bufio": "~1.2.1",
"buffer-map": "~0.0.8",
"bufio": "~1.2.2",
"bupnp": "~0.2.6",
"bval": "~0.1.8",
"bweb": "~0.2.0",
Expand Down

0 comments on commit df5f8e9

Please sign in to comment.