Standard seed creation via dice, picking bip39 words, or image entropy
0.0% | 6.7% | done: 1, mixed: 0, queued: 0, frames: 0 | [] | |
3.8% | 10.0% | done: 1, mixed: 4, queued: 0, frames: 1 | [[0, 4, 6, 14]] | |
7.6% | 13.3% | done: 1, mixed: 12, queued: 0, frames: 2 | [[0, 4, 6, 14], [2, 3, 4, 5, 6, 9, 10, 11, 12, 13]] | |
11.4% | 16.7% | done: 1, mixed: 14, queued: 0, frames: 3 | [[0, 4, 6, 14], [2, 3, 4, 5, 6, 9, 10, 11, 12, 13], [0, 1, 2, 3, 5, 6, 7, 9, 10, 12, 13, 14]] | |
15.2% | 20.0% | done: 1, mixed: 14, queued: 0, frames: 4 | [[0, 4, 6, 14], [2, 3, 4, 5, 6, 9, 10, 11, 12, 13], [0, 2, 5, 7, 9, 10, 12, 13, 14], [1, 3, 6]] | |
19.0% | 23.3% | done: 1, mixed: 14, queued: 0, frames: 5 | [[0, 4, 6, 14], [4, 6, 9, 10, 12], [0, 2, 5, 7, 9, 10, 12, 13, 14], [1, 3, 6], [2, 3, 5, 11, 13]] | |
22.9% | 23.3% | done: 1, mixed: 14, queued: 0, frames: 6 | [[0, 4, 6, 14], [4, 6, 9, 10, 12], [0, 2, 5, 7, 9, 10, 12, 13, 14], [1, 3, 6], [2, 3, 5, 11, 13]] | |
26.7% | 26.7% | done: 1, mixed: 14, queued: 0, frames: 7 | [[0, 4, 6, 14], [4, 6, 9, 10, 12], [0, 2, 5, 7, 9, 10, 12, 13, |
Download Sparrow Wallet: sparrowwallet.com
- Verify the release (instructions on the download page)
- Connect Sparrow to your private electrum server (e.g. Umbrel) or a public server
- "Policy Type": "Multi Signature"
Controller: | |
create initial Destination (** configurable; MainMenuView by default) | |
infinite while loop: | |
next_destination.run() | |
Destination.run(): | |
** Destination._instantiate_view(): | |
instantiate View | |
** Destination._run_view(): | |
View.run(): | |
do some setup |
Configure the SD card on a dev SeedSigner.
Bring the SD card over to a Mac and run:
diskutil list
and identify the name of the SD card (e.g. /dev/disk4).
Unmount the SD card and run dd
to copy its contents:
You want a device, let's call it a BRoku, to route its traffic through your home IP even though it's actually physically located in someone else's house on their wifi network.
- BRoku connects over wired ethernet directly to a Raspberry Pi (3B+ or 4).
- Raspi connects to local wifi.
- Raspi's traffic is routed to a Tailscale exit node (potentially another Raspi) in your home LAN.
Keep your main identity key safely offline while authorizing a different key to sign on your behalf.
Demo of Keith's experimental Nostr integration.
Other posts:
Sign any Nostr event without ever having your key "hot" in a Nostr client app, web browser, or browser extension.
Demo of Keith's experimental Nostr integration.
Other posts:
- Generate a new airgapped Nostr key via SeedSigner
- Airgapped Nostr event signing via SeedSigner
Create a new key with your own entropy, save it as a standard bitcoin BIP-39 mnemonic phrase and/or SeedQR, then export for use in Nostr.
Demo of Keith's experimental Nostr integration.
Other posts:
- Generate a new airgapped Nostr key via SeedSigner