Skip to content

Commit

Permalink
update pruned snapshot info (#49)
Browse files Browse the repository at this point in the history
- [x] wait snapshot update
- [x] update `syncmode`, exist issue
dogechain-lab/dbsc#59
  • Loading branch information
0xcb9ff9 authored Nov 6, 2023
1 parent e00d171 commit 82fb156
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/get-started/full-node-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ 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)
Before the **Hawaii Fork** (block height `18980451`), you need to use [static-nodes.json](/assests/static-nodes.json) connect to deprecated bootnodes (The file is placed in `{datadir}/geth` directory)

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

Expand Down Expand Up @@ -414,7 +414,7 @@ ExecStart=/usr/local/bin/geth \\
--datadir=/data/dbsc/data \\
--genesis=/data/dbsc/genesis.json \\
--bootnodes="enode://38bd46ce29743660e236db29f50e049d3973c93cea835effc4f3cc642aab4e80baf9960906adb742ff676e0047b332f112cf723864d07c87319a277bf420ccbe@44.207.147.216:30303,enode://c2d67c2fc2bd060a77bc850430a87fd8847d689302f6447c1cfef1422e2d0d91607574d4a7707ca57c20c4ecc94b0561653f5ade5ed15065954479fcbb306eee@54.210.49.16:30303" \\
--syncmode=snap \\
--syncmode=full \\
--gcmode=full \\
--networkid=2000 \\
--txlookuplimit=0 \\
Expand Down
3 changes: 2 additions & 1 deletion docs/get-started/hawaii-hard-fork.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Your dAPP might not perfectly work on it due to different RPC and EVM behavior,
## Upgrade guide

* [Download the Dogechain V2 Snapshots](https://github.com/dogechain-lab/dogechain-snapshots) and unzip it.
* The snapshot zstd file is huge (**1.8TiB**), you'd better download it to an **at least 5TiB** driver.
* The ancient snapshot zstd file is huge (**1TiB**), you'd better download it to an **at least 2TiB** driver.
* Pruned snapshot need **46GiB**, you'd better download it to an **at least 200GiB** driver.
* Run your own [Full Node](./full-node-deployment) or [Archive Node](./run-archive-node) if you wish to.
* "full" and "archive" `gcmode` behave exactly like `geth`.
* The `genesis-before-hawaii.json` and `genesis-after-hawaii.json` are provided on [this section](./full-node-deployment#copy-genesisjson-to-etc-directory). You should switch `genesis.json` during `Hawaii Fork`.
Expand Down

0 comments on commit 82fb156

Please sign in to comment.