dependabot[bot] 13e6d5aa6f
chore(deps): bump github.com/btcsuite/btcd from 0.20.1-beta to 0.23.2
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>
2023-10-19 00:07:53 +00:00
2023-07-05 18:02:21 -04:00
2023-10-18 20:07:01 -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%