Skip to content

Commit

Permalink
Standalone eth1
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Nov 18, 2020
1 parent 85ce959 commit 6e22f66
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ openethereum with `:` between the file names.
- `geth.yml` - local geth eth1 chain node
- `nm.yml` - local nethermind eth1 chain node - appears to work, no long-term tests done yet
- `oe.yml` - local openethereum eth1 chain node - testing only, DB corruption observed
- `shared-eth1.yml` - makes the RPC port of the eth1 node available from the host, for using the eth1 node with other nodes or with Metamask. **Not encrypted**, do not expose to Internet.
- `eth1-shared.yml` - makes the RPC port of the eth1 node available from the host, for using the eth1 node with other nodes or with Metamask. **Not encrypted**, do not expose to Internet.
- `eth1-standalone.yml` - like eth1-shared but for running *just* eth1, instead of running it alongside a beacon node in the same "stack". Also not encrypted, not meant for a fully distributed setup quite yet.
- `prysm-slasher.yml` - Prysm experimental Slasher which helps secure the chain and may result in additional earnings. The experimental slasher can lead to missed attestations do to the additional resource demand.
- `lh-grafana.yml` - grafana dashboard for Lighthouse
- `prysm-grafana.yml` - grafana dashboard for Prysm. Not encrypted, do not expose to Internet.
Expand Down
File renamed without changes.
10 changes: 10 additions & 0 deletions eth1-standalone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# To be used in conjunction with oe.yml, nm.yml or geth.yml
version: "3.4"
services:
eth1:
ports:
- ${ETH1_RPC_PORT}:${ETH1_RPC_PORT}/tcp
eth2:
image: tianon/true
beacon:
image: tianon/true

0 comments on commit 6e22f66

Please sign in to comment.