go-ethereum/cicd
Wanwiset Peerapatanapokin 5340ce712c
all: make nodes publish coinbase address to stats server (#1967)
* allow customizable stats server parameters

* pass coinbase address to stats server
2026-02-05 18:59:00 +07:00
..
devnet consensus, params: remove SkipV2Validation, close XFN-151 (#1730) 2025-11-14 21:53:05 +05:30
local all: make nodes publish coinbase address to stats server (#1967) 2026-02-05 18:59:00 +07:00
mainnet all: make nodes publish coinbase address to stats server (#1967) 2026-02-05 18:59:00 +07:00
testnet all: make nodes publish coinbase address to stats server (#1967) 2026-02-05 18:59:00 +07:00
.dockerignore build universe docker image (#309) 2023-08-10 15:37:23 +10:00
Dockerfile cicd: fix docker build error (#1978) 2026-01-27 08:44:41 +05:30
entry.sh new constants and genesis.json 2025-01-01 22:06:09 -05:00
puppeth.sh genesis wizard accept file input 2025-09-14 15:19:19 +04:00
README.md add testnet and mainnet node for latest code testing (#467) 2024-03-04 17:13:50 +11:00

Docker Command

Docker Build

docker build  -f cicd/Dockerfile .

Docker Run

docker run -it -e NETWORK=devnet -e PRIVATE_KEY=$KEY $IMAGE
``