SHOW:
|
|
- or go back to the newest paste.
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 |