The following instruction set explains how to setup a remote server running BitMessage on the RaspberryPi.
- Download and install RASPBIAN JESSIE. Please make sure the following criteria are applied:
- Make sure you "Expand Filesystem"
- Make "Boot Options" to be "Console Only"
- Change your password
- Update of the systems package before proceeding
sudo apt-get update
sudo apt-get upgrade
- Install the required packages:
sudo apt-get install –y git python-qt4
- Install remote desktop:
sudo apt-get install xrdp
- Remember the IP address or this computer:
ifconfig
- Reboot the computer.
sudo reboot
-
On your machine, download a Remote Manager client and open it. On OS X use: CoRD.
-
Using CoRD login to the server.
- Download and install BitMessage in your home:
git clone https://github.com/Bitmessage/PyBitmessage ~/PyBitmessage
-
Note: BitMessage is saved here:
/home/pi/PyBitmessage
. -
Setup BitMessage to be headless
cd ~/PyBitmessage
- To start up BitMessage, run this command:
python ~/PyBitmessage/src/bitmessagemain.py