-
Notifications
You must be signed in to change notification settings - Fork 3
Linda Wallet in 5 minutes on Ubuntu 16.04 using VirtualBox
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
-
When importing the appliance be sure to tick "Reinitialise the MAC address of all network cards"
-
Before starting the VM, to to Setting and check the Network settings are Bridged to your correct network adapter.
-
Once the VM is booted up login with the following credentials
username: linda
password: linda
- 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
- Check the sync process
linda@mn-local01:~# Lindad getinfo | grep blocks
"blocks" : 412707,
- Get your Linda address
linda@mn-local01:~# Lindad listreceivedbyaddress 0 true
- 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'
- 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