Germania Blog

Cake Wallet software installation and operation guide for Linux

Cake Wallet is a wallet for managing Monero cryptocurrency. The tutorial describes how to install and generate a wallet and send and receive funds.

Installation of Cake Wallet software via Flatpak #

For Linux systems, installation via Flatpak is the recommended method. It does not require verification of checksums or PGP signatures. For installation on Whonix 18 and newer, starting the Whonix-Workstation virtual machine in the SYSMAINT session is required; this allows making system changes that require elevated privileges.

  1. The Flatpak tool is installed by default in many recent Linux distributions. If the flatpak command is not available in the terminal, install Flatpak following the instructions for your chosen distribution. On Debian Linux, Flatpak can be installed with the commands:
1
2
$ sudo apt update
$ sudo apt install flatpak
  1. Add the Flathub repository and enable visibility for FLOSS applications (Free/Libre and Open Source Software):
1
2
$ flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
$ flatpak remote-modify --subset=floss flathub

Cake Wallet

  1. Visit the official Cake Wallet repository on GitHub, find the latest release with a .flatpak extension (for example: Cake_Wallet_v6.0.2_Linux.flatpak) and download the wallet:
1
2
$ curl -H "User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64)" https://github.com/cake-tech/cake_wallet/releases/download/v6.0.2/Cake_Wallet_v6.0.2_Linux.flatpak
$ flatpak install ./Cake_Wallet_v6.0.2_Linux.flatpak

Confirm each prompt by pressing ENTER:

1
2
$ Do you want to install it? [Y/n]: (press ENTER)
$ Proceed with these changes to the system installation? [Y/n]: (press ENTER)

Cake Wallet

After installation, if you are using Whonix-Workstation, close the SYSMAINT session and restart Whonix-Workstation in the default user session.

  1. You can launch the program via the application menu shortcut or with the command:
1
$ flatpak run org.cakewallet.CakeWallet

Linux systems are officially supported on the Cake wallet but graphical errors, such as image flickering, are a known problem in some Linux environments. If they significantly hinder the use of the wallet, it is recommended to choose other Monero wallet software for Linux.

Generating a wallet #

  1. Click Create New Wallet.

Cake Wallet

  1. Select Monero and click the Next button.

Cake Wallet

  1. Select Advanced settingsTor onlyContinue.

Cake Wallet

Cake Wallet

  1. Set the password for your wallet and click Next.

Cake Wallet

  1. Click I understand. Show me my seed.

Cake Wallet

  1. The seed will be displayed. This is a security phrase that should be saved in a safe place with the date the wallet was created, for example, on an external USB drive encrypted with Veracrypt, TrueCrypt, or LUKS. If recovery is required, you will be asked to enter the security phrase to recover the wallet along with its creation date. The creation date is required to retrieve the correct number of blocks from the Monero network. Entering too late a date during recovery may result in an incorrect amount of funds displayed in the wallet. Save the seed and click Verify seed.

Cake Wallet

  1. Provide the required information and click Open wallet.

Cake Wallet

Receiving funds #

  1. When you first launch the wallet, wait for the node to synchronize. The status SYNCHRONIZED at the top of the screen indicates that synchronization has been completed.

Cake Wallet

Cake Wallet

If you have connection problems, click the settings icon (cogwheel) in the lower left corner of the screen, then Connection and SyncReconnectOK.

Cake Wallet

  1. Go to ReceiveAccounts and subaddresses. A list of your Monero addresses used to receive funds will be displayed. You can generate new subaddresses by clicking + under Addresses. It is a good idea to use subaddresses once and generate a new one for each transaction to maximize the privacy of your funds. All incoming transactions to any of the subaddresses add up to each other, and their balance is common to the entire account.

Cake Wallet

  1. To receive funds, left-click on the address in the list, then left-click again on the full address displayed under the QR code and the balance XMR: 0.0000. Paste it where you want to receive the funds, for example, in the appropriate section of the exchange or by sending it to the appropriate person.

Cake Wallet

  1. After receiving the funds, click the History tab on the left side of the screen. You can see the entire history of funds received and sent.

Cake Wallet

  1. You must wait for 10 confirmations from the Monero network before sending the received funds.

Cake Wallet

Sending funds #

  1. To send funds, go to the Send tab. Under Address, paste the destination Monero address. Under XMR, enter the amount. Verify the Estimated fee amount (transaction fee); it should be a few cents. Then click Send. A confirmation window will appear. Before confirming the sending, make sure you have entered the correct Monero destination address.

Cake Wallet

WARNING: This action cannot be undone. Providing an incorrect address may result in loss of funds.

Type your PIN.

Cake Wallet

After checking the transaction details, slide the Swipe to send button to the right.

Cake Wallet

  1. Wait for 10 confirmations from the Monero network before continuing to use the subaddress after sending funds.

Tags: