Command-Line Wallets

Command Line Wallets

Ethereal offers users the flexibility to choose between several wallet types, including Command Line Wallets and App Wallets, to interface with the Ethereal blockchain.

For those new to using command line tools, we highly recommend using one of our App Wallets, which provide a user-friendly interface for sending and receiving XZO tokens without the need for any technical expertise.

However, for advanced users or developers who prefer to work with command line tools, we also offer Command Line Wallets, which provide direct access to the Ethereal command line tools. To use a Command Line Wallet, users must first install the Ethereal CLI tools, which can be downloaded from our website.

Regardless of which wallet type you choose, Ethereal prioritizes security and offers advanced encryption protocols, multi-factor authentication, and other features to safeguard your cryptocurrency holdings.

To use a Command Line Wallet, you must first install the Ethereal CLI tools

File System Wallet

A file system wallet, aka an FS wallet, is a directory in your computer's file system. Each file in the directory holds a keypair.

File System Wallet Security

A file system wallet is the most convenient and least secure form of wallet. It is convenient because the keypair is stored in a simple file. You can generate as many keys as you would like and trivially back them up by copying the files. It is insecure because the keypair files are unencrypted. If you are the only user of your computer and you are confident it is free of malware, an FS wallet is a fine solution for small amounts of cryptocurrency. If, however, your computer contains malware and is connected to the Internet, that malware may upload your keys and use them to take your tokens. Likewise, because the keypairs are stored on your computer as files, a skilled hacker with physical access to your computer may be able to access it. Using an encrypted hard drive, such as FileVault on MacOS, minimizes that risk.

File System Wallet

Paper Wallet

A paper wallet is a collection of seed phrases written on paper. A seed phrase is some number of words (typically 12 or 24) that can be used to regenerate a keypair on demand.

Paper Wallet Security

In terms of convenience versus security, a paper wallet sits at the opposite side of the spectrum from an FS wallet. It is terribly inconvenient to use, but offers excellent security. That high security is further amplified when paper wallets are used in conjunction with offline signing. Custody services such as Coinbase Custody use this combination. Paper wallets and custody services are an excellent way to secure a large number of tokens for a long period of time.

Last updated