Skip to content

Commit

Permalink
add static deprecated bootnodes config (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xcb9ff9 authored Nov 1, 2023
1 parent b5323a3 commit 6fcaf4d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/get-started/full-node-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ chown -R dogechain:dogechain /data/dbsc

You need to upgrade `genesis.json` after **Hawaii Fork**. Otherwise your client will not follow up to the network.

Before the **Hawaii Fork** (block height `18980451`), you need to use [static-nodes.json](/assests/static-nodes.json) connent to deprecated bootnodes (The file is placed in `{datadir}/geth` directory)

We'll upgrade our network consensus and engine layer during the hard fork.

Genesis files are also included in the latest release of `mainnet.zip`, including `genesis-before-hawaii.json` and `genesis-after-hawaii.json`.
Expand Down
7 changes: 7 additions & 0 deletions static/assests/static-nodes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
"enode://807ae33c26ed4fa732b9bd9f28123be4ecef9114bd17dee79a4f10e63b367847055cb4f44affecac215d5b47448df29539ba76cf8a0f60ee34a2d9aadd0f3f86@34.197.32.244:1578",
"enode://939ad67710522c6cab320d9d40f5cb30e688012ebe4dd55bf326f11821810258cd59770a735229ce6d1e563061cc7ccb531740e67a8b8808808fbd990cf50109@18.119.72.163:1578",
"enode://d1b93766f8cc4e853fc754e43812d298f3a18280f7a28365cf137502545833ef87f5768dc7c55db993b07227c4cc6663d8c044bbb6df69c4340f59821851cd25@13.52.109.54:1578",
"enode://f24eab6b7a255145ee7229532f76ee07cc5907a3d67fea81b14d80f13c1bfaae4a82d241c49667f55d6e984cd256ca893ff213d56d244c640ea6929770d0424e@35.166.242.118:1578",
"enode://6ed39aeeed55d8fc7b6b9225f06f16477d8686b67ffb8417dded8d233a07b35a1f1f1a1d62e565ce73e39eac7c34650cc3df583f7f14752edd0239bf5d832024@3.0.185.88:1578"
]

0 comments on commit 6fcaf4d

Please sign in to comment.