Here are the Raspberry Pi wallets (headless and Qt) for Posex v2.3.0.0 Beast on Raspbian Jessie (v8) as well as a bootstrap.dat file.
Important:
1) Always backup your wallet.dat first before you do anything
2) The wallets were built on Raspberry Pi2 (ARM7) 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.
3) Installation directory where the binaries are installed is ~/opt/posex or /home/pi/opt/posex
4) To run the wallets go to the directory with the wallets and run the wallet file - ./Posexd for the headless wallet at the command line or click on the Posex icon on the desktop or run the Posex-qt wallet.
5) An Internet connection is required for the installation
6) You need at least an 8GB memory card for the wallet.
7) The installation itself takes about 30-45min on an out-of-the-box Pi.
8.) You cannot just download the dynamic wallets, you have to run the script to get the dependencies as well else it will not run.
9) The installation script enables the ufw firewall by default, but does not force any special rules. If you want to enable it, uncomment the ufw lines in the script and add the ports you want open (default 9911 for Posex) 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.
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/posex folder and execute sha256sum
and md5sum and compare the values with the values in the checksums.txt file.
13) The installation script also installs a bootstrap.dat file up to block 596850.
Instructions to use the headless command line daemon wallet:
1) The installation script creates an Posex.conf file with the startup settings in it. Go to the folder with the binaries ~/opt/posex and enter ./Posexd 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 ./Posexd eg. ./Posexd 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 ./Posexd 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 ./Posexd walletpasshprase 99999999 true
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.
wget https://bitbucket.org/jc12345/posex/downloads/posex_installation_pi.sh && chmod +x posex_installation_pi.sh && ./posex_installation_pi.sh && rm -f posex_installation_pi*
Let me know if there are any issues.
Direct links:
Link to Posex wallet installation script
Link to Qt wallet
Link to headless wallet
Link to virustotal scan for Posexd
Link to virustotal scan for Posex-qt
Link to bootstrap.zip
Link to bootstrap.tar.gz
Link to checksums.txt