mirror of
https://github.com/logos-messaging/test-discv5.git
synced 2026-01-02 14:13:08 +00:00
Bumps [github.com/btcsuite/btcd](https://github.com/btcsuite/btcd) from 0.20.1-beta to 0.23.2. - [Release notes](https://github.com/btcsuite/btcd/releases) - [Changelog](https://github.com/btcsuite/btcd/blob/master/CHANGES) - [Commits](https://github.com/btcsuite/btcd/compare/v0.20.1-beta...v0.23.2) --- updated-dependencies: - dependency-name: github.com/btcsuite/btcd dependency-type: indirect ... 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%