Releases: Fonta1n3/Unify-Wallet
Release Candidate v0.0.2
- Add share button to invoices.
- Add qr scan button next to address inputs.
- Auto reconnect nostr.
- Add nostr status toggle on invoice.
- Increase Tor timeout to 60 seconds.
- Show exploded addresses.
- Fix bug where balances were doubling.
- Add donation address button when adding output.
- Add padding to spinner on history view.
- Fix bug where adding inputs would require invoice amount to be accounted for not the additional output amount.
The dmg can be downloaded below. It was signed with my pgp key: 1C72 2776 3647 A221 6E02 E539 025E 9AD2 D3AC 0FCA
.
To replicate the hash: shasum -a 256 Unify-v0.0.2.dmg
Release Candidate v0.0.1
This release candidate offers a fully functional Payjoin wallet, Tor for connecting to your node and nostr for creating collaborative transactions!
- Seed data is always encrypted before being stored on the local device.
- Passphrase compatible.
- Functionality is limited on mainnet.
- Launches in "Demo" mode where you are already connected to a Signet wallet over Tor.
- To add your own node just navigate to config, export the rpc credentials to your bitcoin.conf and restart your node.
- Create wallets in Config.
- When running on macOS you may be prompted for keychain usage, this is because Unify stores an encryption key on your keychain.
- Test creating/receiving standard and Payjoin transactions.
- For best UX use with a local Bitcoin Core node running!
I signed the dmg with my gpg public key 1C7227763647A2216E02E539025E9AD2D3AC0FCA
, you can download the attached binaries, import my public key with gpg and verify my signature is valid. My public key is also shared on my X profile and Nostr profile.
shasum -a 256 UnifyWallet-v0.0.1.dmg
should get you the same hash in the SHA256SUM file.
*The code in the dmg is not exactly on par with what is in master due to having to hardcode my servers credentials to make "Demo" mode possible.