Wallets¶
The Loki wallets are a gateway into private decentralised transactions and communications. It allows you to hold private keys, secure or mine Loki, and trade peer-to-peer.
Loki Wallets store a collection of public and private keys which can be used to receive, view, or spend Loki.
The wallet uses the private keys through a daemon which synchronizes with the Loki Network to scan for incoming transactions and to send outgoing transactions.
Graphical User Interface Wallet (GUI)¶
The Gui Wallet is currently the easiest wallet to use, it has a graphical user friendly interface which is perfect for beginners. You can download the Loki GUI Wallet here.
- Download Loki GUI Wallet
- Github Link
- For installation help you can check out the following guide: Gui-Guide-Windows
GUI Troubleshooting & Guides¶
Add guides
Command Line Interface Wallet (CLI)¶
The Cli Wallet is for more advanced users and offers the most tools when interacting with the Loki Blockchain.
-
For installation help you can check out the following guide: Cli-Guide-MAC
CLI Troubleshooting & Guides¶
-
CLI Wallet Repository: Latest release of the CLI Wallet.
-
CLI Commands: Details on different commands within the
loki-wallet-cli
. -
CLI Setup - Mac: How to setup the
loki-wallet-cli
for the first time on Mac OS. -
Restore CLI Wallet from Keys: How to restore your wallet with spend and view Keys.
-
Restore CLI Wallet from Seed: How to restore your wallet with a seed phrase (25 word mnemonic seed).
-
2 of 2 - Multisignature Setup: Multisig feature allows you to sign a transaction with more than one private key. Funds protected with multisig can only be spent by signing with 2-of-2 keys.
-
2 of 3 - Multisignature Setup: Multisig feature allows you to sign a transaction with more than one private key. Funds protected with multisig can only be spent by signing with 2-of-3 keys.