Skip to content

Commit da32970

Browse files
committed
Geth Lighthouse drop down 2
1 parent 6a37a40 commit da32970

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

lib/ethereum/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,17 @@ Configure your setup.
9999

100100
<summary>Geth Lighthouse</summary>
101101

102-
<details>
102+
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+
```bash
104+
# Make sure you are in aws-blockchain-node-runners/lib/ethereum
105+
cd lib/ethereum
106+
pwd
107+
cp ./sample-configs/.env-geth-lighthouse .env
108+
nano .env
109+
```
110+
> **NOTE:** *You can find more examples inside the `sample-configs` directory, which illustrate other Ethereum client combinations.*
111+
112+
</details>
103113

104114
| Execution Layer Client | Consensus Layer Client | Documentation Link |
105115
| --- | --- | --- |

0 commit comments

Comments
 (0)