1
Is it possible to add a comment to a bitcoin transaction after it has been sent?
1
Is it possible to add a comment to a bitcoin transaction after it has been sent?
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.
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.
What about curl? – daygle – 2018-10-04T11:21:34.493
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