Important:
1) Always backup your wallet.dat first before you do anything
2) The wallets were built on Raspberry Pi2/3 (ARM) running Raspbian Jessie (v8) and the instructions and scripts assume you are running as user "pi". It is a pre-requisite to have Jessie installed on your Pi micro-SD card. You can find instructions of how to do this on https://www.raspberrypi.org/downloads/ by either installing n00bs and selecting your OS or by downloading the image of the OS. NB! It is important that if you do a fresh install from a Jessie image, that you first expand your file system with raspi-config. It is the first option in the menu. The default image they provide installs a partition of about 3.5GB and it needs to be expanded to 8GB or you will not have enough space for the installation. It is furthermore always a good idea to select the boot options in raspi-config to boot to a command prompt with authentication. You can then start the graphical desktop with "startx" manually. This helps with issues during upgrades.
3) The installation script installs the required dependencies automatically.
4) Installation directory where the binaries are installed is ~/opt/loco or /home/pi/opt/loco
5) To run the wallets after installation go to the directory with the wallets and run the wallet file - ./locod for the headless wallet at the command line or click on the loco icon on the desktop or run the loco-qt wallet file.
6) An Internet connection is required for the installation
7) You need at least an 8GB memory card for the wallet.
8.) The installation itself takes about 30-45min on an out-of-the-box Pi.
9) You cannot just download the dynamic wallets, you have to run the script to get the dependencies as well else it will not run.
10) The installation script enables the ufw firewall by default, but does not force any special rules. The wallet still works this way with the port blocked. If however you want to enable it to become a fully functional node, uncomment the ufw lines in the script and add the ports you want open (default 34575 for Loco) and run it again or enable it manually by running the ufw commands as in the script with the correct port numbers from the command line.
11) Always verify the checksums when you download files to make sure it was downloaded ok. To verify the checksums on your Pi, go to the ~/opt/loco folder and execute sha256sum
12) The installation script also installs a bootstrap.dat file up to block 1197.
Instructions to use the headless command line daemon wallet:
1) The installation script creates an loco.conf file with the startup settings in it. Go to the folder with the binaries ~/opt/loco and enter ./locod in a terminal window or at the command line to start the server
2) After the blockchain has been downloaded you can enter the normal wallet commands that you would as in a Windows debug console preceded with ./locod eg. ./locod getinfo.
3) Remember to always make a backup of your wallet.dat file before you do anything like encrypting it
4) To encrypt your wallet run the command ./locod encryptwallet
5) Once you have the wallet running, blockchain downloaded and your wallet with coins on the Pi, then you can kickstart staking by executing ./locod walletpassphrase
Instructions to use the Qt wallet:
1) The wallet works exactly the same as the one in Windows.
To kickstart the installation execute the following commands at the command prompt or in a terminal window on your Pi.
Let me know if there are any issues.
Direct links:
Link to Loco wallet installation script
Link to Qt wallet
Link to headless wallet
Link to virustotal scan for locod
Link to virustotal scan for loco-qt
Link to bootstrap.zip
Link to bootstrap.tar.gz
Link to checksums.txt
Loco address : 62XehUdcRSaWG4MDn8pisvZkGc1cBw959q
WOW WICKED MAN!! That must've taken a lot of time to write out! Thank you! I'm loving this project already and am board 100%