Fonta1n3 / FullyNoded

Self sovereign, secure, powerful, easy to use wallet that utilizes your own node as a backend. Powered by PSBT's and descriptors. Acts as an offline signer using your node as a watch-only wallet. C-Lightning compatible for instant, unfairly cheap payments.
https://fullynoded.app
Other
201 stars 31 forks source link

Scan Electrum PSBT via QR code to sign in FN #142

Open cschneider1984 opened 3 years ago

cschneider1984 commented 3 years ago

Is your feature request related to a problem? Please describe. I have a multisig wallet in Electrum, where one signer is FN. In Electrum I construct a new transaction and use the Export -> QR code (or alternatively: Export -> For hardware device; include xpubs -> QR code) option to display the PSBT as QR code. When I try to scan this QR code with FN (signer page), I get the following error message:

Unrecognized format That is an unrecognized transaction format, please reach out to us so we can add compatibility.

Describe the solution you'd like It would be very helpful if FN could recognize the Electrum QR code PSBT-format.

Describe alternatives you've considered Currently, I export Electrum PSBTs as files and send them to my iPhone via iCloud file transfer for signing. The PSBT file is then processed and signed by FN without any problem. However, I would rather not upload my PSBT files into the cloud for privacy reasons.