-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Airgap functionality #31
Comments
Apologies for the delay. |
Initial PSBT signing and receive address validation (singlesig) released in In upcoming releases we hope to improve multisig support (signing currently works, but address validation (including change addresses when signing) does not work for multisig atm), and provide a way to persist the wallet mnemonic/seed on device and decrypt/unlock it using the blind pinserver via QR codes (ie. same as when using usb/ble), thus saving you having to have a QR code of your wallet/seed lying about. We also hope to provide a site showing a QR code of the current epoch time, to initialise Jade for TOTP use when airgapped (also unsupported atm). |
Awesome! I've been experimenting with it and working w/ Rich on feedback. I proposed creating an app for the blind pin server (was looking at the green iOS repo and seeing if I could simplify it to be an app only with the jade swift lib, but didn't have time). Created a request on this ticket Blockstream/green_ios#45 |
Further enhancements, mainly to multisig support, in fw |
Unlock with PIN (ie. the pinserver protocol) using QR codes implemented in a) scan a QR of their seed phrase every time they want to use Jade (and make a CompactSeedQR when initially entering the phrase and recording on these templates). b) Use the blind pinserver to assist in encrypting the wallet seed, which can then be safely persisted in the Jade flash. Pinserver interaction is then needed to decrypt those keys, using this web application. NOTE: in either case the user can use bip39 passphrases to further protect their wallet. |
This request seems to be delivered. Leaving open to track expanded functionality? |
You're probably right, we can probably close this. |
Hi, I couldn't find any issues mentioning this, but am wondering if there is a roadmap for this. Bought multiple Jades for airgapped multi-sig based on this Blockstream blogpost:
https://blog.blockstream.com/en-secure-your-bitcoin-and-liquid-assets-with-blockstream-jade/
specifically this paragraph:
Since 2021 is over, just wanted to see how this is going.
Thank you guys!
The text was updated successfully, but these errors were encountered: