Skip to content

Releases: cryptoadvance/specter-diy

v1.0.2

09 Mar 11:28
Compare
Choose a tag to compare
  • Bug fixes with touchscreen autocalibration.
  • Update to latest f469 build.

v1.0.1

29 Feb 03:31
Compare
Choose a tag to compare

Implemented compressed PSBT format for QR codes, now even crazy large multisig setups will have a reasonably small PSBT size.

v1.0.0

26 Feb 17:42
Compare
Choose a tag to compare

Finally, the firmware that is reasonably stable.

  • PIN code protection and factory reset after 10 wrong PIN codes
  • Importing wallet now marks the key of the wallet in green
  • Display of HD keys with custom derivation path
  • Optional USB support and Debug mode (can be switched on in Settings)
  • Dark GUI
  • Many small improvements and bug fixes
  • Works nicely with Specter-Desktop and BlueWallet

Micropython port

19 Nov 15:39
4a217b5
Compare
Choose a tag to compare
Micropython port Pre-release
Pre-release

Now in Micropython - easier to develop and contribute.

What parts are in C?

  • secp256k1 for elliptic curves operation
  • hash functions
  • display driver & GUI library (littlevgl)
  • QR code encoding

All the bitcoin and app logic is in micropython.

Sortedmulti

29 Oct 14:13
Compare
Choose a tag to compare
Sortedmulti Pre-release
Pre-release

Now the wallet is compatible with ColdCard that enforces BIP67.
We also only allow BIP67 addresses from now on.

With sorted pubkeys in multisig addresses you don't need to remember the order of signers any more.

Multisig

26 Sep 13:39
7418a1f
Compare
Choose a tag to compare
Multisig Pre-release
Pre-release

Now you can sign multisig transactions!
Also includes multisig wallet creation and deletion.
Wallet screen allows to navigate through receiving addresses of the single-key or multisig addresses.

Reckless

23 Sep 15:17
0741a9a
Compare
Choose a tag to compare
Reckless Pre-release
Pre-release

Adds reckless storage option to store your recovery phrase on the device.
No PIN, no encryption - just stores the mnemonic to make testing easier.

Single Agnostic

22 Sep 22:54
Compare
Choose a tag to compare
Single Agnostic Pre-release
Pre-release

Information about this release:

  • Switched to libwally & secp256k1
  • Modular architecture - portable between platforms with minimal changes
  • Signet support
  • Single key PSBT signing, address verification, change detection
  • Internal storage is used only for touchscreen calibration

Single key wallet

06 Sep 16:57
Compare
Choose a tag to compare
Single key wallet Pre-release
Pre-release

Supports:

  • key generation & recovery
  • optional passphrase
  • address verification
  • single-key signing
  • displaying master public keys
  • switching between testnet / regtest / mainnet
  • somehow working with electrum ( change detection up to address 20 )