Replies: 3 comments 2 replies
-
I may look into this but probably not anytime soon, as I don't know much about it and thus it would probably require a bit of work. |
Beta Was this translation helpful? Give feedback.
-
https://www.linux-magazine.com/Online/Features/Generating-QR-Codes-in-Linux
|
Beta Was this translation helpful? Give feedback.
-
My current task is to move my holdings from my handful of hot wallets on my phone, each to a single public address in my soon-be-created offline cold wallet, perhaps generated with bitcoin-bash-tools. I think it would be safer and easier to use the sending wallets to scan the QR codes of the receiving addresses, rather than trying to transcribe them. The private QR codes would hopefully make it easier and safer to restore the cold wallet many years from now. I expect to store all the cold wallet public and private strings and QR codes piped directly into a strongly encrypted files (never touching disk or screen). Attached are example encrypted QR code png files from the "input" I pasted at the "read" prompt. Input copied from output of https://github.com/iancoleman/bip39/releases/download/0.5.4/bip39-standalone.html Simple proof of concept:
Test private key also provided here as a convenience for testing; password = password TODO: pipe "input" through "gpg --encrypt" as well. Something like that. |
Beta Was this translation helpful? Give feedback.
-
Well, this started out about asking for QR codes, but then it morphed into the archive bundle.
It would be nice to have this utility generate an encrypted archive of a bundle of files containing all the generated data, including secrets, derivation paths, public keys and addresses, taproot something or other, etc. See https://blog.muun.com/why-not-just-a-mnemonic/
Add creation of QR code image files (png, pdf) of private and public info.
Suggest option of encryption of archive bundle to one or more public keys if available.
Beta Was this translation helpful? Give feedback.
All reactions