mirror of
https://github.com/logos-messaging/test-discv5.git
synced 2026-01-02 14:13:08 +00:00
Bumps [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) from 1.12.0 to 1.12.1. - [Release notes](https://github.com/ethereum/go-ethereum/releases) - [Commits](https://github.com/ethereum/go-ethereum/compare/v1.12.0...v1.12.1) --- updated-dependencies: - dependency-name: github.com/ethereum/go-ethereum dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
test-discv5
To build the image:
docker build -t discv5:latest .
Running a bootnode:
docker run --rm discv5:latest
It should display an output similar to this:
enr:-Iq4QK_lBWIUHOz3glOhZZS4YukjdyJ7hia4glWzwI3rArQtcoF0PdX3enOwQ3Fn7IdUIwDHMbBjd3vARG8HOIhD8P-GAYkn9vgigmlkgnY0gmlwhKwRAAKJc2VjcDI1NmsxoQLGQTOf8RJ8cq8lemSb6NO-D4sX2F0Ja4ueEvd4Ui-Ug4N1ZHCCF3A
Copy this ENR or save it into a variable as it is necessary for other nodes to connect to it
Running node(s)
docker run --rm discv5:latest --bootnodes=THE_BOOTNODE_ENR_GOES_HERE
Description
Languages
Go
91.9%
Dockerfile
8.1%