-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f6182e6
commit 0d2e23c
Showing
4 changed files
with
1,025 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
## Syncing | ||
|
||
Sync devnet12 by running: | ||
|
||
``` | ||
./start.sh | ||
``` | ||
|
||
## Requirements | ||
|
||
### Execution Client (`geth`) | ||
|
||
You need to have Firehose instrumented `geth` binary to properly sync with the network and produce Firehose blocks. Go to https://github.com/streamingfast/go-ethereum/releases, find the most recent release tagged `geth-<version>-fh2.4` and download it (it pre-built binary is not available for your platform, you will need to compile it from source using branch https://github.com/streamingfast/go-ethereum/tree/release/geth-1.11.x-fh2). | ||
|
||
Once downloaded, ensure it's available in your `PATH` environment variable. | ||
|
||
### Firehose Ethereum (`fireeth`) | ||
|
||
Once you have the consensus client synced and `geth` available, download latest release of `fireeth` binary at https://github.com/streamingfast/firehose-ethereum/releases. Again, once downloaded, ensure it's available in your `PATH` environment variable. |
Oops, something went wrong.