Skip to content

Commit 58c2b3d

Browse files
authored
Reth recommended (#604)
* Reth recommended * Entrypoint * Update instance recommendation
1 parent d72dc2c commit 58c2b3d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Base is a secure, low-cost, developer-friendly Ethereum L2 built on Optimism's [
4040

4141
### Supported Clients
4242

43-
- `geth` (default)
44-
- `reth`
43+
- `reth` (default)
44+
- `geth`
4545
- `nethermind`
4646

4747
## Requirements
@@ -58,15 +58,15 @@ Base is a secure, low-cost, developer-friendly Ethereum L2 built on Optimism's [
5858

5959
The following are the hardware specifications we use in production:
6060

61-
#### Geth Full Node
61+
#### Reth Archive Node (recommended)
6262

63-
- **Instance**: AWS i4i.12xlarge
63+
- **Instance**: AWS i7i.12xlarge
6464
- **Storage**: RAID 0 of all local NVMe drives (`/dev/nvme*`)
6565
- **Filesystem**: ext4
6666

67-
#### Reth Archive Node
67+
#### Geth Full Node
6868

69-
- **Instance**: AWS i7ie.6xlarge
69+
- **Instance**: AWS i7i.12xlarge
7070
- **Storage**: RAID 0 of all local NVMe drives (`/dev/nvme*`)
7171
- **Filesystem**: ext4
7272

@@ -75,8 +75,8 @@ To run the node using a supported client, you can use the following command:
7575
`CLIENT=supported_client docker compose up --build`
7676

7777
Supported clients:
78-
- geth
7978
- reth (with Flashblocks support option, see [Reth Node README](./reth/README.md))
79+
- geth
8080
- nethermind
8181

8282
## Configuration

reth/reth-entrypoint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ METRICS_PORT="${METRICS_PORT:-6060}"
1010
DISCOVERY_PORT="${DISCOVERY_PORT:-30303}"
1111
P2P_PORT="${P2P_PORT:-30303}"
1212
ADDITIONAL_ARGS=""
13-
NODE_TYPE="${NODE_TYPE:-vanilla}"
13+
NODE_TYPE="${NODE_TYPE:-base}"
1414

1515
if [[ -z "${RETH_CHAIN:-}" ]]; then
1616
echo "expected RETH_CHAIN to be set" 1>&2

0 commit comments

Comments
 (0)