Skip to content

Releases: COINiD/COINiDWallet

COINiD Wallet 1.8.0

20 Feb 23:05
Compare
Choose a tag to compare

Changelog

  • Added French, Spanish and Portuguese
  • Added public key description
  • Added address validation recommendation before showing the receive address

How to download

You can get the latest release from the Apple App Store or Google Play Store depending on your platform. You can also download and verify the build manually using the files attached to this article.

Make sure you download and install the latest release of the COINiD Vault also.

IOS

From the Apple App Store

Android

From the Google Play Store

Manually with verification

You could also download the APKs attached to this article and verify them using our public signing key.

Release signing key
Fingerprint: 2CB9 5679 9773 FAFD 29FD E708 6D3C 0D4E 9979 9DC5

How to verify the download

Our channels

Screenshots

image

image

image

COINiD Wallet 1.7.9

16 May 12:00
Compare
Choose a tag to compare

Changelog

  • Added esperanto support
  • Minor translation fixes

How to download

You can get the latest release from the Apple App Store or Google Play Store depending on your platform. You can also download and verify the build manually using the files attached to this article.

Make sure you download and install the latest release of the COINiD Vault also.

IOS

From the Apple App Store

Android

From the Google Play Store

Manually with verification

You could also download the APKs attached to this article and verify them using our public signing key.

Release signing key
Fingerprint: 2CB9 5679 9773 FAFD 29FD E708 6D3C 0D4E 9979 9DC5

How to verify the download

Our channels

COINiD Wallet 1.7.7

27 Feb 15:19
Compare
Choose a tag to compare

Changelog

  • Added language support.
  • Added swedish and german.
  • Code cleanup and optimisation.
  • Scroll bug fix for android

How to download

You can get the latest release from the Apple App Store or Google Play Store depending on your platform. You can also download and verify the build manually using the files attached to this article.

Make sure you download and install the latest release of the COINiD Vault also.

IOS

From the Apple App Store

Android

From the Google Play Store

Manually with verification

You could also download the APKs attached to this article and verify them using our public signing key.

Release signing key
Fingerprint: 2CB9 5679 9773 FAFD 29FD E708 6D3C 0D4E 9979 9DC5

How to verify the download

Our channels

Screenshots

image

COINiD Wallet 1.7.5

23 Jan 14:15
Compare
Choose a tag to compare

Changelog

  • Added warning about testnet coins.
  • Added error message in signing modal if the user has insufficient funds.
  • Fixed issues with exchange rate api integration.

How to download

You can get the latest release from the Apple App Store or Google Play Store depending on your platform. You can also download and verify the build manually using the files attached to this article.

Make sure you download and install the latest release of the COINiD Vault also.

IOS

From the Apple App Store

Android

From the Google Play Store

Manually with verification

You could also download the APKs attached to this article and verify them using our public signing key.

Release signing key
Fingerprint: 2CB9 5679 9773 FAFD 29FD E708 6D3C 0D4E 9979 9DC5

How to verify the download

Our channels

Screenshots

image

image

COINiD Wallet 1.7.3

13 Sep 12:56
d84d3f2
Compare
Choose a tag to compare

This version of the COINiD Wallet contains some smaller fixes and a reminder to backup your recovery phrase.

How to download

You can get the latest release from the Apple App Store or Google Play Store depending on your platform. You can also download and verify the build manually using the files attached to this article.

Make sure you download and install the latest release of the COINiD Vault also.

IOS

From the Apple App Store

Android

From the Google Play Store

Manually with verification

You could also download the APKs attached to this article and verify them using our public signing key.

Release signing key
Fingerprint: 2CB9 5679 9773 FAFD 29FD E708 6D3C 0D4E 9979 9DC5

How to verify the download

Our channels

Screenshots

image

COINiD Wallet 1.7.2

16 May 20:30
83a4a79
Compare
Choose a tag to compare

This version of the COINiD Wallet contains alot of smaller fixes but also a new account information settings page that allows for exporting slip132 public keys. The account public key can be used for creating a watch only wallet on compatible wallets (for instance Electrum).

Summary

  • Settings: Adds account information page
  • Settings: Allows for exporting x/y/zpub public keys (slip132)
  • Setup: Allows for creating a watch only wallet using x/y/zpub public keys (slip132)
  • Receive: Bug fixes for certain android phones that were related to our QR code generator.
  • Currency conversion: Fix for fiat value being displayed as zero in tx details.
  • General: Some refactoring of codebase.

How to download

You can get the latest release from the Apple App Store or Google Play Store depending on your platform. You can also download and verify the build manually using the files attached to this article.

Make sure you download and install the latest release of the COINiD Vault also.

IOS

From the Apple App Store

Android

From the Google Play Store

Manually with verification

You could also download the APKs attached to this article and verify them using our public signing key.

Release signing key
Fingerprint: 2CB9 5679 9773 FAFD 29FD E708 6D3C 0D4E 9979 9DC5

How to verify the download

Our channels

Screenshots

New account information page with slip132 public keys:
image

Example of same public keys being used as an Electrum watch only wallet:
image

COINiD Wallet 1.7.0

22 Apr 20:50
b5fd25e
Compare
Choose a tag to compare

This version of the COINiD Wallet adds support for signing and verifying messages.

We also support creating and verifying signed messages with embedded signatures. This makes it easy to share and verify messages using the built in message parser. The format we use looks like this:

-----BEGIN BITCOIN SIGNED MESSAGE-----
<message>
-----BEGIN SIGNATURE-----
<address>
<signature>
-----END BITCOIN SIGNED MESSAGE-----

Remember to never sign a generic message. Always include the date and reason when creating a message.

Here's an example of a signed message using our testnet wallet that you can verify yourself using the wallet:

-----BEGIN TESTNET SIGNED MESSAGE-----
This is a message to prove I control this address because I want to demonstrate this feature in the release posting for version 1.7.0 of the COINiD Wallet.

GitHub username: rikardwissing
Signing date: 2019-04-10
-----BEGIN SIGNATURE-----
2N5n9XPJUWdzZ3jZLvhZ4GiBiPZgZYnDroV
IKJQRtd+6xCzK2k/eaq2HjXazVavX97uKW7AR3v0kPjNNmps+N38Aj0CgoK8YCHPPLhUhWOCoWHLvPlghuTF3rk=
-----END TESTNET SIGNED MESSAGE-----

Note: not all wallets supports verifying segwit and bech32 signed messages. The Bitcoin core wallet only supports signing and verifying legacy signed messages for example.

Summary

  • Settings: Add links to sign and verify message
  • Sign message: Add support for signing messages with segwit, bech32 or legacy addresses.
  • Sign message: Format results with embedded signature and address.
  • Verify message: Support for verifying messages signed with segwit, bech32 or legacy addresses.
  • Verify message: Supports parsing signed messages with embedded signatures.

How to download

You can get the latest release from the Apple App Store or Google Play Store depending on your platform. You can also download and verify the build manually using the files attached to this article.

Make sure you download and install the latest release of the COINiD Vault also.

IOS

From the Apple App Store

Android

From the Google Play Store

Manually with verification

You could also download the APKs attached to this article and verify them using our public signing key.

Release signing key
Fingerprint: 2CB9 5679 9773 FAFD 29FD E708 6D3C 0D4E 9979 9DC5

How to verify the download

Our channels

Screenshots

image

image

image

image

image

COINiD Wallet 1.6.0

01 Apr 19:38
Compare
Choose a tag to compare

Version 1.6.0 of the COINiD Wallet adds many improvements and features. One of them is the sweep private key feature that allows users to sweep paper wallets (WIF and bip38) into their COINiD Wallet.

This release also refactors large parts of the codebase that brings some nice performance enhancements but that also will increase the speed of development going forward.

If you have any feedback or questions. Make sure to join our telegram: https://t.me/joinchat/IARCoBAdhQOIEN_7u941Qg

Summary

  • Sweep private key: Add sweep functionality.
  • Sweep private key: Supports WIF and BIP38 (compressed and uncompressed).
  • Sweep private key: Will derive segwit and bech32 along with legacy address if key is compressed. This makes it possible to create segwit paper wallets.
  • Sweep private key: Calculates fee using our regular smart fee component.
  • General: Upgrade React Native to 0.59.
  • General: New dialog router which heavily improves performance and developer QOL.
  • General: Add StatusBoxContext with sweet looking statusboxes.
  • General: Add platform specific ActionSheets and new action sheet router.
  • General: Improvements to transitions.
  • General: Large refactoring of components.
  • Receive: New non ui blocking QRCode component for a smoother experience.
  • Receive: Ability to share QR codes
  • Receive: Press QR code to copy address
  • Settings: Almost a full rewrite of settings.
  • Settings: Lots of new currencies that can be selected as preferred currency for conversion and graph.
  • Settings: New about screen with lots of information about the running build and blockchain status.
  • Settings: Add more links to our community channels.
  • Send: Press available balance to use all available balance, makes it easier to empty a wallet completely.
  • Transaction details: Style improvements.
  • Lots of other smaller stuff.

How to download

You can get the latest release from the Apple App Store or Google Play Store depending on your platform. You can also download and verify the build manually using the files attached to this article.

Make sure you download and install the latest release of the COINiD Vault also.

IOS

From the Apple App Store

Android

From the Google Play Store

Manually with verification

You could also download the APKs attached to this article and verify them using our public signing key.

Release signing key
Fingerprint: 2CB9 5679 9773 FAFD 29FD E708 6D3C 0D4E 9979 9DC5

How to verify the download

Screenshots

Sweep private key

Wallet 👇

image

Vault 👇

image

Vault 👇

image

Wallet 👇

image

Vault 👇

image

Receive

image

image

Settings

image

image

image