mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-22 03:30:37 +00:00
Update README.md to include information about beacon chain clients (#2593)
This commit is contained in:
parent
cfeac97156
commit
d9fd71462a
13
README.md
13
README.md
@ -13,6 +13,7 @@ Erigon is an implementation of Ethereum (aka "Ethereum client"), on the efficien
|
||||
+ [Mining](#mining)
|
||||
+ [Windows](#windows)
|
||||
+ [GoDoc](https://godoc.org/github.com/ledgerwatch/erigon)
|
||||
+ [Beacon Chain](#beacon-chain)
|
||||
- [Key features](#key-features)
|
||||
+ [More Efficient State Storage](#more-efficient-state-storage)
|
||||
+ [Faster Initial Sync](#faster-initial-sync)
|
||||
@ -131,6 +132,18 @@ Windows users may run erigon in 3 possible ways:
|
||||
**Please also note the default WSL2 environment has its own IP address which does not match the one of the network
|
||||
interface of Windows host: take this into account when configuring NAT for port 30303 on your router.**
|
||||
|
||||
### Beacon Chain
|
||||
|
||||
Erigon can be used as an execution client for beacon chain consensus clients (Eth2).
|
||||
|
||||
You must run the JSON-RPC daemon in addition to the Erigon client, instructions for building and running the JSON-RPC daemon can be found [here](#json-rpc-daemon).
|
||||
|
||||
If you are running your beacon chain client on a different device, you will also need to include `--http.addr 0.0.0.0` as the JSON-RPC daemon will only listen on localhost by default.
|
||||
|
||||
Once the JSON-RPC daemon is running, all you need to do is point your beacon chain client to `<ip address>:8545`, where <ip address> is either localhost or the IP address of the device running the JSON-RPC daemon.
|
||||
|
||||
Erigon has been tested with Lighthouse however all other clients that support JSON-RPC should also work.
|
||||
|
||||
Key features
|
||||
============
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user