Author

Topic: Bitcoin signed message (Read 812 times)

sr. member
Activity: 288
Merit: 250
June 24, 2014, 04:21:16 AM
#7
This confusion is why I request that (non-standard) signed message format. 75% of people were sending me just the signature without the message or address...
I personally use Brainwallet to verify, but I totally agree with this needing to become a standard. The way clients do it is a bunch of nonsense.
administrator
Activity: 5166
Merit: 12850
June 23, 2014, 04:17:40 PM
#6
This confusion is why I request that (non-standard) signed message format. 75% of people were sending me just the signature without the message or address...
full member
Activity: 218
Merit: 102
June 23, 2014, 03:23:31 PM
#5


You're missing the message in the big text field.
full member
Activity: 218
Merit: 102
June 23, 2014, 03:22:43 PM
#4
Where are you trying to verify? You should get 3 independent fields, so no need to merge in a single text field.

Try the - qt client or blockchain.info
legendary
Activity: 2058
Merit: 1431
June 23, 2014, 03:22:07 PM
#3
Code:
-----BEGIN BITCOIN SIGNED MESSAGE-----
hello world
-----BEGIN SIGNATURE-----
1ELvnrA6PhUyDBS6iR25K1Xx4xXL6VMfJX
HPKvTnOjGNccVO3ZYdkQw44N3rogFzw8RnXd8KpgYoMJw4qk80lvTnDkCPcdccPRDCOo9ZjZkNj+jkIjtYsySlY=
-----END BITCOIN SIGNED MESSAGE-----

newbie
Activity: 56
Merit: 0
June 23, 2014, 03:06:24 PM
#2
That's your signature, you need three inputs to verify: Address, Message (including spaces) & Signature. You don't need any specific format or order for those, you just need to have those three.
member
Activity: 112
Merit: 10
June 23, 2014, 03:02:50 PM
#1
I've tried this today last few days.

but how in the heck do I get a message to look like a form of this?


The template shared by thymos
Quote
-----BEGIN BITCOIN SIGNED MESSAGE-----
My account has been hacked/lost. Please reset the email to . The current date is .
-----BEGIN SIGNATURE-----


-----END BITCOIN SIGNED MESSAGE-----


I sign a message in bitcoin core client and it comes out like this.



Nothing like the above quote.
Jump to: