Merge PR #933 from 'nodech/update-seeds'

This commit is contained in:
Nodari Chkuaselidze 2025-06-25 14:48:34 +04:00
commit 82cacf38e2
No known key found for this signature in database
GPG key ID: B018A7BB437D1F05
4 changed files with 17 additions and 15 deletions

View file

@ -35,14 +35,12 @@ module.exports = [
'194.50.5.28',
// Other nodes discovered by
// seed.easyhandshake.com
// hs-mainnet.bcoin.ninja
// seed.htools.work
// htools-org/hnsnodes
// hsdnethealth.nodech.dev
'139.177.198.45',
'139.59.211.187',
'152.53.18.243',
'44.229.138.206',
'5.161.64.49',
'74.91.115.209',
'85.214.33.200'
'85.214.33.200',
'202.61.250.91'
];

View file

@ -53,7 +53,7 @@ main.type = 'main';
main.seeds = [
'hs-mainnet.bcoin.ninja', // Christopher Jeffrey
'seed.easyhandshake.com' // Matthew Zipkin
'seed.htools.work' // Rithvik Vibhu
];
/**
@ -115,7 +115,9 @@ main.checkpointMap = {
200000: Buffer.from(
'000000000000000181ebc18d6c34442ffef3eedca90c57ca8ecc29016a1cfe16', 'hex'),
225000: Buffer.from(
'00000000000000021f0be013ebad018a9ef97c8501766632f017a778781320d5', 'hex')
'00000000000000021f0be013ebad018a9ef97c8501766632f017a778781320d5', 'hex'),
258026: Buffer.from(
'0000000000000004963d20732c58e5a91cb7e1b61ec6709d031f1a5ca8c55b95', 'hex')
};
/**
@ -124,7 +126,7 @@ main.checkpointMap = {
* @default
*/
main.lastCheckpoint = 225000;
main.lastCheckpoint = 258026;
/**
* Reward halving interval.

12
package-lock.json generated
View file

@ -22,7 +22,7 @@
"blgr": "~0.2.1",
"blru": "~0.1.8",
"blst": "~0.1.6",
"bmutex": "~0.1.7",
"bmutex": "~0.1.8",
"bns": "~0.15.0",
"bsert": "~0.0.13",
"bsock": "~0.1.11",
@ -85,6 +85,7 @@
"resolved": "https://registry.npmjs.org/bcrypto/-/bcrypto-5.4.0.tgz",
"integrity": "sha512-KDX2CR29o6ZoqpQndcCxFZAtYA1jDMnXU3jmCfzP44g++Cu7AHHtZN/JbrN/MXAg9SLvtQ8XISG+eVD9zH1+Jg==",
"hasInstallScript": true,
"license": "MIT",
"dependencies": {
"bufio": "~1.0.7",
"loady": "~0.0.5"
@ -230,11 +231,12 @@
}
},
"node_modules/bmutex": {
"version": "0.1.7",
"resolved": "https://registry.npmjs.org/bmutex/-/bmutex-0.1.7.tgz",
"integrity": "sha512-czuDM58Y1LCT7V0t9NHd0j4l7A3IBovXNvWrmmCcdKsulEgGcahTGqrWNidvWFv2dhiuvQmUzaLf6AT00+FLFw==",
"version": "0.1.8",
"resolved": "https://registry.npmjs.org/bmutex/-/bmutex-0.1.8.tgz",
"integrity": "sha512-NEI6oawCTA9hobAIubvpooRkq7hp+dBg0hf1KUJ3uV77PrXlUgLXr6D/mr6+sfJ0hx523lDaz/vEcJIbK9S1uw==",
"license": "MIT",
"dependencies": {
"bsert": "~0.0.12"
"bsert": "~0.0.13"
},
"engines": {
"node": ">=8.0.0"

View file

@ -33,7 +33,7 @@
"blgr": "~0.2.1",
"blru": "~0.1.8",
"blst": "~0.1.6",
"bmutex": "~0.1.7",
"bmutex": "~0.1.8",
"bns": "~0.15.0",
"bsert": "~0.0.13",
"bsock": "~0.1.11",