mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 10:22:23 +00:00
Update docs/fundamentals/blsync.md
Co-authored-by: Marius van der Wijden <m.vanderwijden@live.de>
This commit is contained in:
parent
d77d102fbd
commit
0eeb9c0894
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ Blsync takes the same flags as above to configure the HTTP endpoint as well as c
|
||||||
Again to sync the Sepolia network in this mode, first run Geth:
|
Again to sync the Sepolia network in this mode, first run Geth:
|
||||||
|
|
||||||
```terminal
|
```terminal
|
||||||
❯ ./build/bin/geth --sepolia --datadir light-sepolia-dir
|
./build/bin/geth --sepolia --datadir light-sepolia-dir
|
||||||
```
|
```
|
||||||
|
|
||||||
The logs will indicate the Engine API path which is by default `http://localhost:8551` and the path to the JWT secret created which is in this instance `./light-sepolia-dir/geth/jwtsecret`. Now blsync can be run:
|
The logs will indicate the Engine API path which is by default `http://localhost:8551` and the path to the JWT secret created which is in this instance `./light-sepolia-dir/geth/jwtsecret`. Now blsync can be run:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue