Proving sendership of transactions

2

Why does Bitcoin Core, on the message verification tab, say that verifying messages signed by Bitcoin addresses "only proves the signing party receives with the address, it cannot prove sendership of any transaction." Why? And is there a method of proving sendership in Bitcoin?

Geremia

Posted 2017-04-22T01:41:44.787

Reputation: 3 665

I can't find the word 'sendership' on google related to bitcoin, except this very post. I don't use Bitcoin Core and never saw the message. But I believe it means that proving a bitcoin was sent is only possible with the actual bitcoin transaction being confirmed on chain. As opposed to being the owner of a receiving address.Osias Jota 2018-03-13T22:48:59.233

1

@OsiasJota See: src/qt/forms/signverifymessagedialog.ui line #240

Geremia 2018-03-13T22:50:31.570

Reading the full message I am more sure of my speculation above, but not so sure as to turn it into a full answer, I'll wait for someone to confirm it.Osias Jota 2018-03-13T22:52:40.977

No answers