Skip to content

Commit

Permalink
add sync-devnet12 to devel
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Jan 12, 2024
1 parent f6182e6 commit 0d2e23c
Show file tree
Hide file tree
Showing 4 changed files with 1,025 additions and 0 deletions.
19 changes: 19 additions & 0 deletions devel/sync-devnet12/README.md
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.
Loading

0 comments on commit 0d2e23c

Please sign in to comment.