dependabot[bot] 970e457a28
chore(deps): bump github.com/ethereum/go-ethereum from 1.12.0 to 1.12.1
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>
2023-09-06 19:55:56 +00:00
2023-07-05 18:02:21 -04:00
2023-07-06 09:39:33 -04:00
2023-07-05 18:02:21 -04:00

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
No description provided
Readme
Languages
Go 91.9%
Dockerfile 8.1%