Open casey opened 9 months ago
We could also call this tracked
, or something. Or maybe that should be a separate setting, for things you want to keep track of, but don't want to lock.
I think that should probably be done through labels in the Bitcoin Core wallet
I was thinking about it, and I think there might be some drawbacks to using labels:
ord wallet restore
accepts a mnemonic or descriptor, which doesn't include any information about special sats. So if a user restores from a mnemonic, they'll lose information about special sats. Of course, a config wouldn't be restored along with the wallet, but at least the config file is user-created, user-managed data, so it's more obvious that they need to back up their config file if they want to keep tracking special sats.looking forward to support for locking specific sat numbers and pre-built lock lists for rare, exotic and historic sat numbers ๐
maybe instead adding a fee wallet arg? as sat management involves much ๐ค
Thank you very much @raphjaph ๐ Looking forward to this! ๐งก
It should be easier to deal with rare and exotic sats.
We should add a
locked
orspecial
or whatever field to the config file, so that users can mark special UTXOs and sats as not to be used for any transaction.Users should be able to: