Adding Comment on Bitcoin Transaction (After Sent)

1

Is it possible to add a comment to a bitcoin transaction after it has been sent?

daygle

Posted 2018-10-04T02:04:40.253

Reputation: 31

Answers

1

Certainly. It is entirely dependent on the wallet software you are using. Bitcoin transactions do not actually have comments associated with them at all. Any comments or descriptions are local to your wallet software. That means that you can always add a comment to a transaction as it is simply updating an entry in your wallet software.

Andrew Chow

Posted 2018-10-04T02:04:40.253

Reputation: 40 910

Thanks Andrew. Are you able to share the bitcoin-cli example on how to add a comment?daygle 2018-10-04T07:10:05.453

There isn't a way to do that with the bitcoin-cli.JBaczuk 2018-10-04T14:36:55.163

Any suggestions on how to do this then? Which client?daygle 2018-10-05T03:19:56.570

1

The Bitcoin core API has no provision for this.

A specific wallet might have provision for this in its API or through a GUI.

RedGrittyBrick

Posted 2018-10-04T02:04:40.253

Reputation: 4 815

What about curl?daygle 2018-10-04T11:21:34.493