Skip to content

Instantly share code, notes, and snippets.

@rllola
Created July 10, 2024 19:00
Show Gist options
  • Save rllola/dd4bf73fc8faf460c079e1ccd2ab8d4d to your computer and use it in GitHub Desktop.
Save rllola/dd4bf73fc8faf460c079e1ccd2ab8d4d to your computer and use it in GitHub Desktop.
Rinkeby peer (devp2p workshop)
// 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