SeedSigner / seedsigner

Use an air-gapped Raspberry Pi Zero to sign for Bitcoin transactions! (and do other cool stuff)
MIT License
728 stars 171 forks source link

Export XPUB as plain-text #213

Open revetuzo opened 2 years ago

revetuzo commented 2 years ago

Hi all, playing with Samourai Sentinel I realized that it only accepts plain-text x/y/zpubs. The closest to this is in SeedSigner is the BlueWallet export, but the fingerprint and derivation part is not understood by Sentinel. How about adding a simple plain-text static QR export? Cheers!

kdmukai commented 2 years ago

BTCPay server also had a problem with the [fingerprint/<derivation_path>]xpub... format. But I believe that's been resolved. I think all the other coordinators we've tested (Specter, Sparrow, BlueWallet, Nunchuk) all accept this format.

So it might be better to prod the Samourai team to broaden their support to read and discard the prepended info to get them in line with what otherwise seems to be a consensus standard.