You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/ethereum/README.md
+39-5Lines changed: 39 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,6 +99,8 @@ Configure your setup.
99
99
100
100
<summary>Geth Lighthouse</summary>
101
101
102
+
**Configure your Node Runners Ethereum - Geth Lighthouse**
103
+
102
104
To specify the Ethereum client combination you wish to deploy, create your own copy of `.env` file and edit it using your preferred text editor. The contents of your file for a Geth / Lighthouse node deployment is as follows, which uses a sample config from the repository:
103
105
```bash
104
106
# Make sure you are in aws-blockchain-node-runners/lib/ethereum
**Configure your Node Runners Ethereum - Erigon Lighthouse**
121
+
122
+
To specify the Ethereum client combination you wish to deploy, create your own copy of `.env` file and edit it using your preferred text editor. The contents of your file for a Erigon / Prysm node deployment is as follows, which uses a sample config from the repository:
123
+
```bash
124
+
# Make sure you are in aws-blockchain-node-runners/lib/ethereum
125
+
cd lib/ethereum
126
+
pwd
127
+
cp ./sample-configs/.env-erigon-lighthouse .env
128
+
nano .env
129
+
```
130
+
> **NOTE:***You can find more examples inside the `sample-configs` directory, which illustrate other Ethereum client combinations.*
131
+
132
+
</details>
133
+
134
+
<details>
135
+
136
+
<summary>Erigon Prysm</summary>
137
+
138
+
**Configure your Node Runners Ethereum - Erigon Prysm**
139
+
140
+
To specify the Ethereum client combination you wish to deploy, create your own copy of `.env` file and edit it using your preferred text editor. The contents of your file for a Erigon / Prysm node deployment is as follows, which uses a sample config from the repository:
141
+
```bash
142
+
# Make sure you are in aws-blockchain-node-runners/lib/ethereum
143
+
cd lib/ethereum
144
+
pwd
145
+
cp ./sample-configs/.env-erigon-prysm .env
146
+
nano .env
147
+
```
148
+
> **NOTE:***You can find more examples inside the `sample-configs` directory, which illustrate other Ethereum client combinations.*
0 commit comments