NEW BUILDS 1.6.6.8(.)
1. Raspberry Pi build 1.6.6.8. 2. Linux 64bit build 1.6.6.8https://github.com/toxtox/philosopherstone/releases/tag/v1.6.6.8(.)This is the first
Raspberry Pi wallet-build for Philosopherstone coin and maybe one of the first Raspberry Pi builds of a crypto-coin-wallet at all. (I have not seen any Raspberry Pi wallet builds before)
And additionally there is the first ready to use PHS-wallet-build for "normal" X86_64 Linux-computers, too.
This version is fork of VladK75's version 1.6.6.7. This means this version includes the reward halving on September 2019 to 25% and on September 2021 to 12,5%.
It is quite surprising why there are obviously no Raspberry Pi wallet-builds of other coins available because the Raspberry Pi is the most sold computer world wide.
And it makes sense to use a Raspberry Pi for running the wallet because the energy consumtion is very low even if it runs 24h a day for staking and as a full node for supporting the network (if port 16281 is open or upnp [router + wallet] is used)
For starting the wallet just run
"./philosopherstone-qt"dependencies/requirements: The file size of the executeable "philosopherstone-qt" is huge because it contains already a lot of libraries for reducing the dependencies. But some standard shared-libraries are still required (and most of them should be already installed on your system by default and additionally most of these libraries are already included in this bundle in the subfolder
"./shared_libs_active" that can be used/accessed by ./
philosopherstone-qt.
=> so it should run very likely out of the box. If you have trouble with dependencies try to move the folder
"./shared_libs_active" to a different location or install the missing libraries
(Please note the build was only tested on
Raspberry Pi 2 and 3 running
"Kali-Linux 2017.3" but the build should run on similar mini computers like
Banana Pi and others, too)
The builds are marked as a
pre-releases because because they need an update to the latest checkpoint-server (thanks to
Vlatk for working on it). If the wallet does not sync because of the warning message
"CHECKPOINTS TO OLD..." you might try to set
cppolicy=advisory in your
Philosopherstone.conf configuration file (see examples included) but at your own risk.