[GOLOS/STEEMIT] Install Piston & All Other Needed Packages On A Raspberry Pi 3
Here are the steps for running Piston on a Raspberry Pi3 - I used the Ubuntu Image. The installation was quiet straight forward for Piston.
Install All Other Needed Packages
sudo apt-get install python3
sudo apt-get install python3-dev
sudo apt-get install python3-pip
sudo apt-get install git make automake cmake g++ libssl-dev autoconf libtool
sudo apt-get install libboost-thread-dev libboost-date-time-dev libboost-system-dev libboost-filesystem-dev libboost-program-options-dev libboost-signals-dev libboost-serialization-dev libboost-chrono-dev libboost-test-dev libboost-context-dev libboost-locale-dev libboost-coroutine-dev libboost-iostreams-dev
sudo apt-get install doxygen perl libreadline-dev libncurses5-dev
Install Piston
pip3 install piston-lib piston-cli
If the install run without errors your Raspberry Pi is now powered with additional Piston library & CLI :)
You can test it via following command:
piston --help
You can now switch the piston to Golos blockchain!
piston set node wss://ws.golos.io
Now, piston (and pysteem) are setup to connect to GOLOS, you can check by running
piston balance golos
Documentation you find here: http://piston-cli.readthedocs.io/en/develop/