ExiliumDev
New member
Hello!
¿Please can anyone help me to convert my spork private key to WIF?
I used this guide: (en.bitcoin.it/wiki/Wallet_import_format) ,with others tools online to convert the key.
And i tried the steps with the key of example on the guide, and me results are correct. So i tried the same correct steps with my private key, but my wallet core doesn't valid the key, it say "Unable to sign the spork message, wrong key?" i used the bytes 0x80 and 0x76, and the same results. So because this problem i can't start the masternode payments.
I generated my par keys for my own coin network with: "openssl ecparam -genkey -name secp256k1 -out spork.pem", and i hardcoded the public key on chainparams.cpp
You can see the source on: github.com/exiliumcore/exilium
I'd appreciate any help, thank you!
¿Please can anyone help me to convert my spork private key to WIF?
I used this guide: (en.bitcoin.it/wiki/Wallet_import_format) ,with others tools online to convert the key.
And i tried the steps with the key of example on the guide, and me results are correct. So i tried the same correct steps with my private key, but my wallet core doesn't valid the key, it say "Unable to sign the spork message, wrong key?" i used the bytes 0x80 and 0x76, and the same results. So because this problem i can't start the masternode payments.
I generated my par keys for my own coin network with: "openssl ecparam -genkey -name secp256k1 -out spork.pem", and i hardcoded the public key on chainparams.cpp
You can see the source on: github.com/exiliumcore/exilium
I'd appreciate any help, thank you!