Hey. I'm trying to do a simple send but am getting this error: no pubkey on blockchain. use wallet or supply Public Key from brainwallet.org
How do I rectify this?
It is a verified address I have the private key to with Msc in it.
Thanks
If you are using Bitcoin-Qt please go to "Help" - "Debug window" - "Console".
Enter: "validateaddress 1youraddress"
Replace "1youraddress" with the address you try to send from, don't use quotation marks.
A result like this should appear:
{
"isvalid" : true,
"address" : "1JmgN44N6R6RSjL5s1SUzSWGaRHU1hoi2Y",
"ismine" : true,
"isscript" : false,
"pubkey" : "02331c01471cb1f4a2d11a8746be840b10f36d27951b5355171d95100a2646a026",
"iscompressed" : true,
"account" : "Sender1"
}
Copy the "pubkey" value into the "Sender address or public key" field on masterchain.info.
Clicking the "Verify" button should result in a green "OK" right of the button.
If this is the case, you are good to go.
If you are using another Bitcoin application, please tell and I'll try to walk you through.
Edit: in 0.9 it looks like this: