diff --git a/docs/get-started/full-node-deployment.md b/docs/get-started/full-node-deployment.md index 09cdb3c..8abfb35 100644 --- a/docs/get-started/full-node-deployment.md +++ b/docs/get-started/full-node-deployment.md @@ -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. @@ -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 \\ diff --git a/docs/get-started/hawaii-hard-fork.md b/docs/get-started/hawaii-hard-fork.md index 1ade88f..911f503 100644 --- a/docs/get-started/hawaii-hard-fork.md +++ b/docs/get-started/hawaii-hard-fork.md @@ -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`.