Skip to content

Cold Wallet 2.1.4915

Compare
Choose a tag to compare
@gingervik gingervik released this 28 May 06:21
· 9158 commits to mainnet since this release

Fixes:

Features:

  • [cli wallet] Cold wallet technique allows to protect your private key it from network attacks by storing it on a "cold" air-gapped machine, separately from the rest of the data. Read into the details in our Documentation #593

Known limitations:

  • Inconsistent transaction statuses when running two or more wallets that use the same wallet.db file, cloned manually
  • If multiple wallets are restored from the same seed phrase, transaction history and addresses will not be shared among the wallets

Points to mention:

  • In case a mobile wallet is connected to a random node and the user has both mobile and a desktop wallets which are using the same seed phrase, the funds sent to the desktop wallet won’t appear on the mobile wallet. If the desktop wallet is running a local node, it will see funds sent to both wallets. The reason is that the local node (integrated into desktop wallet) always monitors the blockchain for UTXOs related to the seed of the wallet. The mobile wallet does not run a local node and thus can only monitor transactions sent to its specific SBBS addresses. Of course, no funds will be lost in any event.

For a more comprehensive list of the tasks accomplished please read here: https://github.com/BeamMW/beam/projects/14

Verifying release binaries
PGP key: "A6C6 2C9F 5593 1860 AFF8 3BBB 997E AB9F 3DF7 F375"

  1. Go to https://keybase.io/beammw and get the Public PGP key.
  2. Download the signed binary file (with extension .asc) you want to verify.
  3. Verify signature using PGP Suite or any other PGP verification tools

Misc

  • The work on Atomic Swap is well in the process