Here is the Raspberry Pi wallet for v0.9 - for both the Qt wallet and the the headless daemon wallet (command line).
Important:
1) The wallet was built on a Raspberry Pi2 (ARM7) running Raspbian Wheezy.
2) Installation directory where the binaries are installed is ~/opt/vcoin or /home/pi/opt/vcoin
3) All that is needed is to execute the command below on your Pi in a terminal window and afterwards you need to double click the vcoin-qt icon on your desktop. Alternatively go to the directory with the wallets and run the daemon (vcoind) with the options you want at the command prompt or in a terminal window
4) An Internet connection is required for the installation
5) A bootstrap.dat is used to fast track the blockchain sync - up to block 607982.
6) The bootstrap.dat also works for Windows wallets. For your convenience I have included a direct link below to a normal zipped bootstrap.dat to make it easy for the Windows users. Windows users have to unzip and copy the bootstrap.dat file into their c\users\yourusername\AppData\Roaming\vcoin folder and run the Win client again
7) You need at least an 8GB memory card
8.) The installation itself takes about 30-45min on an out-of-the-box Pi and then a once off import of the blockchain takes another 1-3 hours
9) You cannot just download the binaries, you have to run the script to get the dependencies as well else it will not run
10) The installation script does not enable the UFW firewall by default. If you want to enable it, uncomment the UFW lines in the script and add the port you want open and run it again or enable it manually by running the UFW commands as in the script with the correct port numbers.
11) Always backup your wallet first
12) The installation assumes you are using the default "pi" account
Instructions to use the daemon:
1) Since you have an vcoin.conf file with the startup settings in it that was created by the script, go to the folder with the binaries ~/opt/vcoin and enter ./vcoind in a terminal window to start the server
2) After the blockchain has been imported you can enter the normal wallet commands that you would as in a Windows debug console preceded with ./vcoind
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 ./vcoind encryptwallet
Let me know about any issues that you may encounter.
To kickstart the installation execute the following command at the command prompt or in a terminal window on your Pi:
wget https://bitbucket.org/jc12345/vcoin/downloads/vcoin_installation_pi.sh && chmod +x vcoin_installation_pi.sh && ./vcoin_installation_pi.sh && rm -f vcoin_installation_pi.sh
Direct links:
Link to installation script
Link to vcoind
Link to vcoin-qt
Link to Virustotal scan for vcoind
Link to Virustotal scan for vcoin-qt
Link to bootstrap.dat up to block 607982, 134MB (.tar.gz)
Link to bootstrap.dat up to block 607982, 134MB (.zip)
Link to checksums.txt