Post
Topic
Board Development & Technical Discussion
Merits 4 from 2 users
Re: Wallet Label Export Format: A Proposal by Craig Raw
by
n0nce
on 25/08/2022, 21:31:56 UTC
⭐ Merited by xandry (3) ,dkbit98 (1)
So far, I used the most portable format I can think of: the command-line-based format:
Code:
importdescriptors "[{\"desc\":\"tr(cMahea7zqjxrtgAbB7LSGbcQUr1uX1ojuat9jZodMN87JcbXMTcA)#tnrke5yz\",\"timestamp\":\"now\",\"label\":\"taproot\"}]"
importdescriptors "[{\"desc\":\"tr(cMahea7zqjxrtgAbB7LSGbcQUr1uX1ojuat9jZodMN87K7XCyj5v)#xpd75frm\",\"timestamp\":\"now\",\"label\":\"taproot2\"}]"
It is standardized across wallets, it is extensible, and it is reasonably-compatible between different versions of Bitcoin Core. Also, in case of incompatibility, it is quite easy to fix it, and convert into another version of Bitcoin Core.
Huh? If I'm not missing something, this has nothing to do with the topic at hand. We're talking about adding labels to transactions.