Advertisement
eternitysoap

Part 2

Dec 15th, 2017
13,191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. find . -type f -print0 | xargs -0 sed -i 's/9333/2333/g'
  2. find . -type f -print0 | xargs -0 sed -i 's/9332/2332/g'
  3.  
  4. openssl ecparam -genkey -name secp256k1 -out alertkey.pem
  5. openssl ec -in alertkey.pem -text > alertkey.hex
  6. openssl ecparam -genkey -name secp256k1 -out testnetalert.pem
  7. openssl ec -in testnetalert.pem -text > testnetalert.hex
  8. openssl ecparam -genkey -name secp256k1 -out genesiscoinbase.pem
  9. openssl ec -in testnetalert.pem -text > genesiscoinbase.hex
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement