Installing the Veil Light Wallet on Linux (Ubuntu)

Follow this guide to install the Veil Light Wallet on your Linux machine running Ubuntu.

    For this guide, I'll be using Ubuntu 22.04.3 LTS.

    This guide is suitable for wallet version 1.0.7 or greater.

Requirements:

  1. A computer running Ubuntu.
  2. A stable internet connection.

Downloading the Veil Light Wallet:

  1. Visit the GitHub repository to obtain the latest version of the light wallet: Veil Light Wallet Releases.
  2. veil_wallet_linux_photo
    Select the Linux version.
  3. Download the package suitable for Ubuntu.

Installing the Veil Light Wallet:

  1. Extract the package to a location you know. For this example I'm saving it to my desktop for simplicity.
  2. Extract_file
  3. The files should already be in a folder named veil-wallet-linux-x86_64.
  4. veil-wallet-folder
    Light-wallet-folder.
  5. If they are not in a folder, create a new folder and drag the files into the created folder.
  6. new_folder_w_files
    New folder on top.
    Downloaded wallet files to be
    added to folder on bottom.
  7. Once inside the folder you can right click on the veil-wallet icon.
  8. veil_wallet_gear_icon
    Right-click gear icon.
  9. Click properties.
  10. Select the permissions tab.
  11. permissions
    Select the permissions tab to the right.
  12. Then check Allow executing file as program.
  13. Allow-executed-file
    Check the box next to Execute.
  14. Alternatively open the terminal and navigate to your wallet location. If you have the folder on your desktop,
    type cd Desktop and then cd veil\ light\ wallet/ (or whatever you named the folder).
  15. light_wallet_example
  16. Once in the folder, type chmod +x veil-wallet to make the veil-wallet file executable.
  17. chmod_example

Launching Veil Light Wallet:

  1. To start the wallet double-click the veil-wallet gear icon in your veil light wallet folder.
  2. veil_wallet_gear_icon
    Veil-wallet gear icon.
  3. To start the wallet in the terminal, use ./veil-wallet.
  4. cd_Desktop
    Wallet start example.
  5. This should successfully launch your Veil Light Wallet.
  6. Configure any initial settings, such as language.
  7. Ensure you record and securely store your seed phrase generated during the setup.
    You can also enter a seed phrase from a previous Veil wallet.
  8. After entering your wallet phrase correctly, let your wallet load.
  9. The wallet should be ready to use in a few seconds up to a half-hour.
  10. Note that since Veil is private by default, this light wallet uses RingCT.
    CT and basecoin will not be usable, visible, or available with this light wallet.
  11. Mining and staking are not available with the Light Wallet.
  12. The light wallet uses "sv1" addresses, not "bv1" basecoin addresses.

Updating the Wallet:

  1. Check for updates on the official Veil website, Discord, or GitHub periodically.

Enhancements, Additions, or Issues:

    If you encounter issues or have suggestions for improvements, contribute on the official GitHub repository: Veil Light Wallet GitHub Issues.