Important:
1) The wallet was built on a Raspberry Pi2 (ARM7). It might work on an older Pi but I have not tested it
2) Installation directory for binaries is ~/opt/analcoin
3) All that is needed is to execute the command below on your Pi 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 50350
6) You need at least an 8GB memory card
Let me know about any issues that you may encounter.
Command to execute to kickstart the installation:
wget https://bitbucket.org/jc12345/analcoin/downloads/analcoin_installation_pi.sh && chmod +x analcoin_installation_pi.sh && ./analcoin_installation_pi.sh
Link to installation script https://bitbucket.org/jc12345/analcoin/downloads/analcoin_installation_pi.sh
Link to Analcoin-Qt https://bitbucket.org/jc12345/analcoin/downloads/Analcoin-qt
Link to Analcoind https://bitbucket.org/jc12345/analcoin/downloads/Analcoind
Link to bootstrap.dat up to block 50350 https://bitbucket.org/jc12345/analcoin/downloads/analcoin_bootstrap_block_50350.gz
Link to checksums https://bitbucket.org/jc12345/analcoin/downloads/checksums-21-Apr-2015.txt
Awesome work! I am glad you were able to work it through Why 8gb?