Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
austintgriffith authored Sep 3, 2024
1 parent f70714e commit a0dcf9f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# 📡 buidlguidl client
This project will download clients executables and start a Reth + Lighthouse node pair. Syncing the client databases will require ~1.2 TB of free space.

> [full ethereum node in one command](https://client.buidlguidl.com)
This project will download and start a Reth + Lighthouse node pair. Syncing the client databases will require ~1.2 TB of free space.

## Requirements
- node (https://nodejs.org/en)
Expand All @@ -24,4 +27,4 @@ If you want to specify a non-standard location for the ethereum_clients director
If you want to use a Geth + Prysm client pair, pass those as --executionclient (-e) and --consensusclient (-c) options to index.js:
```bash
node index.js --executionclient geth --consensusclient prysm
```
```

0 comments on commit a0dcf9f

Please sign in to comment.