Skip to content
This repository was archived by the owner on Dec 22, 2025. It is now read-only.

Commit 1ac3e89

Browse files
authored
chore: update default prune (#14)
1 parent 501bb97 commit 1ac3e89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/basic-usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ The default Consensus Layer utilized is [Caplin](./advanced/caplin.md), the Erig
2020
--datadir=<your_data_dir>
2121
```
2222

23-
* Based on the [type of node](basic/node.md) you want to run you can add ```--prune.mode=archive``` to run a archive node or ```--prune.mode=minimal``` for a minimal node.
24-
The default node is archive node.
23+
* Based on the [type of node](basic/node.md) you want to run you can add ```--prune.mode=archive``` to run a archive node, ```--prune.mode=full``` for a full node or ```--prune.mode=minimal``` for a minimal node.
24+
The default node is full node.
2525
* ```--chain=mainnet```, add the flag `--chain=sepolia` for Sepolia testnet or `--chain=holesky` for Holesky testnet.
2626
* ```--http.addr="0.0.0.0" --http.api=eth,web3,net,debug,trace,txpool``` to use RPC and e.g. be able to connect your [wallet](basic/wallet.md).
2727
* To increase download speed add ```--torrent.download.rate=512mb``` (default is 16mb).

0 commit comments

Comments
 (0)