-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
discv5: implementations list #163
Comments
go-ethereum: https://github.com/ethereum/go-ethereum/tree/master/p2p/discover how to run a discv5 node:
|
rust-discv5: https://github.com/sigp/discv5 Version 5.1 is currently in a PR at this repository in the To a run node, which periodically sends FINDNODE requests:
NOTE: This will still bind to 0.0.0.0 but the ENR will display 127.0.0.1. You can set this to your local/external IP to modify the ENR emitted. It will listen on 9001. The final boolean indicates if you want to generate a random node_id. false indicates a fixed hard-coded id for debugging. |
nim-eth: https://github.com/status-im/nim-eth Version 5.1 is in a PR, branch is You can use the
|
ddht https://github.com/ethereum/ddht/ v5.1 implementation in PR: ethereum/ddht#92 Repository has installation and development setup instructions |
Java v5.1 discovery is implemented: https://github.com/Nashatyrev/discovery/tree/feature/v5.1-last-updates-1 To run test instance:
CLI options:
|
This issue is for collecting links to all implementations.
Please put a comment with a link to the source code.
Please also provide a shell command that will run the discv5 listener.
The text was updated successfully, but these errors were encountered: