Here is the Raspberry Pi wallet for v0.8.6-13 - for both the Qt and headless daemon (command line) - UPNP enabled. It is possible to solo mine with this wallet if you want to.
Important:
1) Always backup your wallet.dat first before you do anything
2) The wallet was built on a Raspberry Pi2 (ARM7) running Raspbian Wheezy.
3) Installation directory where the binaries are installed is ~/opt/jetcoin or /home/pi/opt/jetcoin
4) All that is needed is to execute the command below on your Pi in a terminal window and afterwards you need to click on the Jetcoin icon on your desktop to launch the Qt wallet or go to the directory with the wallets and run the daemon (jetcoind) with the options you want at the command prompt or in a terminal window
5) An Internet connection is required for the installation
6) A bootstrap.dat is used to fast track the blockchain sync - up to block 18432
7) The bootstrap.dat also works for Windows wallets. For your convenience I have included a direct link below to an untarred bootstrap.dat to make it easy for the Windows users. Windows users just have to copy the bootstrap.dat file into their c\users\yourusername\AppData\Roaming\jetcoin folder and run the Win client again
8.) You need at least an 8GB memory card
9) The installation itself takes about 30-45min on an out-of-the-box Pi
10) You cannot just download the binaries, you have to run the script to get the dependencies as well else it will not run
11) 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.
12) 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/jetcoin folder and execute sha256sum
and md5sum and compare the values with the values in the checksums.txt file
Users will be familiar with the Qt wallet as it works like a Qt wallet in Windows. Instructions to use the headless command line daemon wallet:
1) Since you the installation script created a jetcoin.conf file with the startup settings in it, go to the folder with the binaries ~/opt/jetcoin and enter ./jetcoind 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 ./jetcoind eg. ./jetcoind 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 ./jetcoind 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/jetcoin/downloads/jetcoin_installation_pi.sh && chmod +x jetcoin_installation_pi.sh && ./jetcoin_installation_pi.sh && rm -f jetcoin_installation_pi.sh
Direct links:
Link to installation script
Link to jetcoin-qt
Link to jetcoind
Link to virustotal scan for jetcoin-qt
Link to virustotal scan for jetcoind
Link to bootstrap.dat up to block 18432 - .tar.gz
Link to bootstrap.dat up to block 18432 - .zip for the Win users
Link to checksums.txt