Skip to content

Linda Wallet in 5 minutes on Ubuntu 16.04 using VirtualBox

Steve edited this page May 10, 2018 · 11 revisions

The following 3.95GB ova file is ready to be imported into your own VirtualBox and gives you a Linda wallet out of the box in less than 5 minutes.

You'll notice that there's no wallet.dat file currently on the system so when you run Lindad for the first time a new wallet is created. You can use this ova as many times as you need to create new Linda wallet instances.

OVA File Locations

Getting Started Video

Setup Guide

  1. When importing the appliance be sure to tick "Reinitialise the MAC address of all network cards"

  2. Before starting the VM, to to Setting and check the Network settings are Bridged to your correct network adapter.

  3. Once the VM is booted up login with the following credentials

username: linda
password: linda
  1. Start the Linda wallet and wait for it to complete syncing. It's currently synced to block 412642 which was from 2018-05-01.
linda@mn-local01:~# Lindad
  1. Check the sync process
linda@mn-local01:~# Lindad getinfo | grep blocks
     "blocks" : 412707,
  1. Get your Linda address
linda@mn-local01:~# Lindad listreceivedbyaddress 0 true
  1. Encrypt your wallet.

NB: It’s important for this step that you use a space ahead of this command. Your password is then not saved in the .bash_history

linda@mn-local01:~#  Lindad encryptwallet 'your-password-here'

Extras

  • If you decide to use another port other than 33820 just open the new port up on ufw.
linda@mn-local01:~# sudo ufw allow 33830
  • You can adjust the RAM and CPUs your VM uses by going to Settings > System > Motherboard and Settings > System > Processor from the VirtualBox Manager