Testnet - Cold Wallet
Pre-release
Pre-release
gingervik
released this
27 May 13:28
·
8637 commits
to testnet
since this release
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
Misc
- The work on Atomic Swap is well in the process