Advertisement
Guest User

Seeds & Alert Keys

a guest
Jan 20th, 2020
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. To view on pastebin.com click on the link
  2.  
  3. ***Delete seed nodes and hard-coded IP addresses***
  4.  
  5. In file 'chainparamsseeds.h'
  6. {NULL, NULL}
  7.  
  8.  
  9. ***Paste all together & hit Enter for last one***
  10.  
  11. openssl ecparam -genkey -name secp256k1 -out alertkey.pem
  12. openssl ec -in alertkey.pem -text > alertkey.hex
  13. openssl ecparam -genkey -name secp256k1 -out testnetalert.pem
  14. openssl ec -in testnetalert.pem -text > testnetalert.hex
  15. openssl ecparam -genkey -name secp256k1 -out genesiscoinbase.pem
  16. openssl ec -in testnetalert.pem -text > genesiscoinbase.hex
  17.  
  18. ***In Terminal***
  19.  
  20. cat alertkey.hex
  21. cat testnetalert.hex
  22. cat genesiscoinbase.hex
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement