-
Notifications
You must be signed in to change notification settings - Fork 0
Monero CLI Wallet
René Brunner edited this page Aug 12, 2022
·
2 revisions
The CLI Wallet is one of two "official" Monero wallets, i.e. wallets that are developed as integral part of the Monero project. It's an integral part of the Monero core software, see its download page on the getmonero.org website.
It's implemented mostly in a single quite big C++ source file and interfaces directly with wallet2
. Its roots go back to the original CryptoNote codebase where the "simplewallet" was still, well, simple. Today you could call it the "reference Monero wallet implementation".
Currently it's the only Monero wallet that fully supports multisig. It supports both the Ledger and the Trezor hardware wallets.