usage
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
---
|
||||
|
||||
# Usage:
|
||||
#
|
||||
# .env
|
||||
# IP=$(curl ipinfo.io/ip)
|
||||
# COMPOSE_FILE=base.yml:rpc.yml:ethereum/besu/ethereum-classic-besu-pruned-bonsai.yml
|
||||
#
|
||||
# docker compose up -d
|
||||
|
||||
services:
|
||||
ethereum-classic-client:
|
||||
image: ${ETHEREUM_BESU_IMAGE:-hyperledger/besu}:${ETHEREUM_CLASSIC_BESU_VERSION:-25.4.1}
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
---
|
||||
|
||||
# Usage:
|
||||
#
|
||||
# .env
|
||||
# IP=$(curl ipinfo.io/ip)
|
||||
# COMPOSE_FILE=base.yml:rpc.yml:ethereum/erigon3/ethereum-holesky-erigon3-archive-trace.yml
|
||||
#
|
||||
# docker compose up -d
|
||||
|
||||
services:
|
||||
ethereum-holesky-archive:
|
||||
image: ${ETHEREUM_ERIGON3_IMAGE:-erigontech/erigon}:${ETHEREUM_HOLESKY_ERIGON3_VERSION:-v3.0.2}
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
---
|
||||
|
||||
# Usage:
|
||||
#
|
||||
# .env
|
||||
# IP=$(curl ipinfo.io/ip)
|
||||
# COMPOSE_FILE=base.yml:rpc.yml:ethereum/erigon3/ethereum-holesky-erigon3-minimal-trace.yml
|
||||
#
|
||||
# docker compose up -d
|
||||
|
||||
services:
|
||||
ethereum-holesky-minimal:
|
||||
image: ${ETHEREUM_ERIGON3_IMAGE:-erigontech/erigon}:${ETHEREUM_HOLESKY_ERIGON3_VERSION:-v3.0.2}
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
---
|
||||
|
||||
# Usage:
|
||||
#
|
||||
# .env
|
||||
# IP=$(curl ipinfo.io/ip)
|
||||
# COMPOSE_FILE=base.yml:rpc.yml:ethereum/erigon3/ethereum-holesky-erigon3-pruned-trace.yml
|
||||
#
|
||||
# docker compose up -d
|
||||
|
||||
services:
|
||||
ethereum-holesky:
|
||||
image: ${ETHEREUM_ERIGON3_IMAGE:-erigontech/erigon}:${ETHEREUM_HOLESKY_ERIGON3_VERSION:-v3.0.2}
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
---
|
||||
|
||||
# Usage:
|
||||
#
|
||||
# .env
|
||||
# IP=$(curl ipinfo.io/ip)
|
||||
# COMPOSE_FILE=base.yml:rpc.yml:ethereum/erigon3/ethereum-mainnet-erigon3-archive-trace.yml
|
||||
#
|
||||
# docker compose up -d
|
||||
|
||||
services:
|
||||
ethereum-mainnet-archive:
|
||||
image: ${ETHEREUM_ERIGON3_IMAGE:-erigontech/erigon}:${ETHEREUM_MAINNET_ERIGON3_VERSION:-v3.0.2}
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
---
|
||||
|
||||
# Usage:
|
||||
#
|
||||
# .env
|
||||
# IP=$(curl ipinfo.io/ip)
|
||||
# COMPOSE_FILE=base.yml:rpc.yml:ethereum/erigon3/ethereum-mainnet-erigon3-minimal-trace.yml
|
||||
#
|
||||
# docker compose up -d
|
||||
|
||||
services:
|
||||
ethereum-mainnet-minimal:
|
||||
image: ${ETHEREUM_ERIGON3_IMAGE:-erigontech/erigon}:${ETHEREUM_MAINNET_ERIGON3_VERSION:-v3.0.2}
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
---
|
||||
|
||||
# Usage:
|
||||
#
|
||||
# .env
|
||||
# IP=$(curl ipinfo.io/ip)
|
||||
# COMPOSE_FILE=base.yml:rpc.yml:ethereum/erigon3/ethereum-mainnet-erigon3-pruned-trace.yml
|
||||
#
|
||||
# docker compose up -d
|
||||
|
||||
services:
|
||||
ethereum-mainnet:
|
||||
image: ${ETHEREUM_ERIGON3_IMAGE:-erigontech/erigon}:${ETHEREUM_MAINNET_ERIGON3_VERSION:-v3.0.2}
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
---
|
||||
|
||||
# Usage:
|
||||
#
|
||||
# .env
|
||||
# IP=$(curl ipinfo.io/ip)
|
||||
# COMPOSE_FILE=base.yml:rpc.yml:ethereum/erigon3/ethereum-sepolia-erigon3-archive-trace.yml
|
||||
#
|
||||
# docker compose up -d
|
||||
|
||||
services:
|
||||
ethereum-sepolia-archive:
|
||||
image: ${ETHEREUM_ERIGON3_IMAGE:-erigontech/erigon}:${ETHEREUM_SEPOLIA_ERIGON3_VERSION:-v3.0.2}
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
---
|
||||
|
||||
# Usage:
|
||||
#
|
||||
# .env
|
||||
# IP=$(curl ipinfo.io/ip)
|
||||
# COMPOSE_FILE=base.yml:rpc.yml:ethereum/erigon3/ethereum-sepolia-erigon3-minimal-trace.yml
|
||||
#
|
||||
# docker compose up -d
|
||||
|
||||
services:
|
||||
ethereum-sepolia-minimal:
|
||||
image: ${ETHEREUM_ERIGON3_IMAGE:-erigontech/erigon}:${ETHEREUM_SEPOLIA_ERIGON3_VERSION:-v3.0.2}
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
---
|
||||
|
||||
# Usage:
|
||||
#
|
||||
# .env
|
||||
# IP=$(curl ipinfo.io/ip)
|
||||
# COMPOSE_FILE=base.yml:rpc.yml:ethereum/erigon3/ethereum-sepolia-erigon3-pruned-trace.yml
|
||||
#
|
||||
# docker compose up -d
|
||||
|
||||
services:
|
||||
ethereum-sepolia:
|
||||
image: ${ETHEREUM_ERIGON3_IMAGE:-erigontech/erigon}:${ETHEREUM_SEPOLIA_ERIGON3_VERSION:-v3.0.2}
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
---
|
||||
|
||||
# Usage:
|
||||
#
|
||||
# .env
|
||||
# IP=$(curl ipinfo.io/ip)
|
||||
# COMPOSE_FILE=base.yml:rpc.yml:ethereum/geth/ethereum-holesky-geth-pruned-pebble-path.yml
|
||||
#
|
||||
# docker compose up -d
|
||||
|
||||
services:
|
||||
ethereum-holesky:
|
||||
image: ${ETHEREUM_GETH_IMAGE:-ethereum/client-go}:${ETHEREUM_HOLESKY_GETH_VERSION:-v1.15.7}
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
---
|
||||
|
||||
# Usage:
|
||||
#
|
||||
# .env
|
||||
# IP=$(curl ipinfo.io/ip)
|
||||
# COMPOSE_FILE=base.yml:rpc.yml:ethereum/geth/ethereum-mainnet-geth-pruned-pebble-path.yml
|
||||
#
|
||||
# docker compose up -d
|
||||
|
||||
services:
|
||||
ethereum-mainnet:
|
||||
image: ${ETHEREUM_GETH_IMAGE:-ethereum/client-go}:${ETHEREUM_MAINNET_GETH_VERSION:-v1.15.7}
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
---
|
||||
|
||||
# Usage:
|
||||
#
|
||||
# .env
|
||||
# IP=$(curl ipinfo.io/ip)
|
||||
# COMPOSE_FILE=base.yml:rpc.yml:ethereum/geth/ethereum-sepolia-geth-pruned-pebble-path.yml
|
||||
#
|
||||
# docker compose up -d
|
||||
|
||||
services:
|
||||
ethereum-sepolia:
|
||||
image: ${ETHEREUM_GETH_IMAGE:-ethereum/client-go}:${ETHEREUM_SEPOLIA_GETH_VERSION:-v1.15.7}
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
---
|
||||
|
||||
# Usage:
|
||||
#
|
||||
# .env
|
||||
# IP=$(curl ipinfo.io/ip)
|
||||
# COMPOSE_FILE=base.yml:rpc.yml:ethereum/reth/ethereum-holesky-reth-archive-trace.yml
|
||||
#
|
||||
# docker compose up -d
|
||||
|
||||
services:
|
||||
ethereum-holesky-archive:
|
||||
image: ${ETHEREUM_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${ETHEREUM_HOLESKY_RETH_VERSION:-v1.3.12}
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
---
|
||||
|
||||
# Usage:
|
||||
#
|
||||
# .env
|
||||
# IP=$(curl ipinfo.io/ip)
|
||||
# COMPOSE_FILE=base.yml:rpc.yml:ethereum/reth/ethereum-holesky-reth-pruned-trace.yml
|
||||
#
|
||||
# docker compose up -d
|
||||
|
||||
services:
|
||||
ethereum-holesky:
|
||||
image: ${ETHEREUM_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${ETHEREUM_HOLESKY_RETH_VERSION:-v1.3.12}
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
---
|
||||
|
||||
# Usage:
|
||||
#
|
||||
# .env
|
||||
# IP=$(curl ipinfo.io/ip)
|
||||
# COMPOSE_FILE=base.yml:rpc.yml:ethereum/reth/ethereum-mainnet-reth-archive-trace--nimbus.yml
|
||||
#
|
||||
# docker compose up -d
|
||||
|
||||
services:
|
||||
ethereum-mainnet-archive:
|
||||
image: ${ETHEREUM_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${ETHEREUM_MAINNET_RETH_VERSION:-v1.3.12}
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
---
|
||||
|
||||
# Usage:
|
||||
#
|
||||
# .env
|
||||
# IP=$(curl ipinfo.io/ip)
|
||||
# COMPOSE_FILE=base.yml:rpc.yml:ethereum/reth/ethereum-mainnet-reth-archive-trace.yml
|
||||
#
|
||||
# docker compose up -d
|
||||
|
||||
services:
|
||||
ethereum-mainnet-archive:
|
||||
image: ${ETHEREUM_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${ETHEREUM_MAINNET_RETH_VERSION:-v1.3.12}
|
||||
|
||||
@@ -3,6 +3,14 @@
|
||||
# it's important to disable certain methods on the rpc server which would otherwise cause issues with the drpc gateway.
|
||||
# this is why we have a minimal profile that doesn't actually exist in reth.
|
||||
|
||||
# Usage:
|
||||
#
|
||||
# .env
|
||||
# IP=$(curl ipinfo.io/ip)
|
||||
# COMPOSE_FILE=base.yml:rpc.yml:ethereum/reth/ethereum-mainnet-reth-minimal-trace--blsync.yml
|
||||
#
|
||||
# docker compose up -d
|
||||
|
||||
services:
|
||||
ethereum-mainnet-minimal:
|
||||
image: ${ETHEREUM_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${ETHEREUM_MAINNET_RETH_VERSION:-v1.3.12}
|
||||
|
||||
@@ -3,6 +3,14 @@
|
||||
# it's important to disable certain methods on the rpc server which would otherwise cause issues with the drpc gateway.
|
||||
# this is why we have a minimal profile that doesn't actually exist in reth.
|
||||
|
||||
# Usage:
|
||||
#
|
||||
# .env
|
||||
# IP=$(curl ipinfo.io/ip)
|
||||
# COMPOSE_FILE=base.yml:rpc.yml:ethereum/reth/ethereum-mainnet-reth-minimal-trace--nimbus.yml
|
||||
#
|
||||
# docker compose up -d
|
||||
|
||||
services:
|
||||
ethereum-mainnet-minimal:
|
||||
image: ${ETHEREUM_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${ETHEREUM_MAINNET_RETH_VERSION:-v1.3.12}
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
---
|
||||
|
||||
# Usage:
|
||||
#
|
||||
# .env
|
||||
# IP=$(curl ipinfo.io/ip)
|
||||
# COMPOSE_FILE=base.yml:rpc.yml:ethereum/reth/ethereum-mainnet-reth-pruned-trace--nimbus.yml
|
||||
#
|
||||
# docker compose up -d
|
||||
|
||||
services:
|
||||
ethereum-mainnet:
|
||||
image: ${ETHEREUM_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${ETHEREUM_MAINNET_RETH_VERSION:-v1.3.12}
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
---
|
||||
|
||||
# Usage:
|
||||
#
|
||||
# .env
|
||||
# IP=$(curl ipinfo.io/ip)
|
||||
# COMPOSE_FILE=base.yml:rpc.yml:ethereum/reth/ethereum-mainnet-reth-pruned-trace.yml
|
||||
#
|
||||
# docker compose up -d
|
||||
|
||||
services:
|
||||
ethereum-mainnet:
|
||||
image: ${ETHEREUM_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${ETHEREUM_MAINNET_RETH_VERSION:-v1.3.12}
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
---
|
||||
|
||||
# Usage:
|
||||
#
|
||||
# .env
|
||||
# IP=$(curl ipinfo.io/ip)
|
||||
# COMPOSE_FILE=base.yml:rpc.yml:ethereum/reth/ethereum-sepolia-reth-archive-trace.yml
|
||||
#
|
||||
# docker compose up -d
|
||||
|
||||
services:
|
||||
ethereum-sepolia-archive:
|
||||
image: ${ETHEREUM_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${ETHEREUM_SEPOLIA_RETH_VERSION:-v1.3.12}
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
---
|
||||
|
||||
# Usage:
|
||||
#
|
||||
# .env
|
||||
# IP=$(curl ipinfo.io/ip)
|
||||
# COMPOSE_FILE=base.yml:rpc.yml:ethereum/reth/ethereum-sepolia-reth-pruned-trace.yml
|
||||
#
|
||||
# docker compose up -d
|
||||
|
||||
services:
|
||||
ethereum-sepolia:
|
||||
image: ${ETHEREUM_RETH_IMAGE:-ghcr.io/paradigmxyz/reth}:${ETHEREUM_SEPOLIA_RETH_VERSION:-v1.3.12}
|
||||
|
||||
Reference in New Issue
Block a user