Skip to content

Commit c11bd3d

Browse files
authored
remove verify node related (#667)
1 parent 2a7991a commit c11bd3d

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

docs/bnb-smart-chain/developers/node_operators/fast_node.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -57,30 +57,7 @@ Fast node does not need trie data anymore, prune the trie data by the following
5757

5858
### Start Fast Node Without Snapshot Verification
5959

60-
You can start Fast Node without snapshot verification by verify nodes.
61-
6260
```bash
6361
## start a fast node
6462
./geth --tries-verify-mode none --config ./config.toml --datadir ./node --cache 8000 --rpc.allow-unprotected-txs --history.transactions 0
6563
```
66-
67-
Or start Fast Node With Snapshot Verification
68-
1. Add verifyNodes peers in config.toml.
69-
70-
```
71-
[Node.P2P]
72-
MaxPeers = 1350
73-
NoDiscovery = false
74-
BootstrapNodes = ["enode://...", "enode://...", ...]
75-
VerifyNodes = ["enode://...", "enode://...", ...]
76-
StaticNodes = ["enode://...", "enode://...", ...]
77-
ListenAddr = ":30311"
78-
EnableMsgEvents = false
79-
```
80-
81-
2. Start your fast node with snapshot verification by verify nodes.
82-
83-
```bash
84-
## start a fast node
85-
./geth --tries-verify-mode full --config ./config.toml --datadir ./node --cache 8000 --rpc.allow-unprotected-txs --history.transactions 0
86-
```

0 commit comments

Comments
 (0)