Created
July 10, 2024 19:00
-
-
Save rllola/dd4bf73fc8faf460c079e1ccd2ab8d4d to your computer and use it in GitHub Desktop.
Rinkeby peer (devp2p workshop)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Fill the IP here | |
let ip = "67.223.119.155"; | |
let port = 30303; | |
// Fill the remote_id here | |
let remote_id = hex::decode("9acab6f0d76413b33b1835000b956a62edac9945f97a47ad1ce2326ba3203d564e75de23fde8917ba2305b1bd99feab93ae17f1672fd2c1f580828280d4ff2a5").unwrap(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment