At the moment, very small but this will increase in the future as we roll out the service layer.
You can run a Throne on a single 800Mhz core with 500Mb Ram and 10GB storage if you have the patience of a saint however I would recommend a minimum of:
1Ghz single core, 1GB RAM and 10GB storage. You'll find that you need at least a 1GB swap file to compile although you can get rid of that once complete.
Thanks for the tipp about the swap while compiling, as just in that moment my compile failed with "out of memory" error.
Hardware requirements are reasonable and should not be a problem to set up a small Throne with this. I planned on running it on Quad-Core 1,8Ghz ARM with 2GB RAM. Storage is not a problem here.
No problem. Set a 1GB swap file and you will be totally fine. Let me know how you get on.
Compiling went smooth after setting 1GB of swap. Thanks a lot.
But now I come to discover that the qt wallet is not included for ARM. Well I wanted to setup a small wallet box on a Pi running Ubuntu, thus qt wallet would be nice.
Later on, a second box will go headless for the throne, which does not need qt then of course.
QT is included for ARM but will only compile if you have installed the dependencies for QT.
This should do the trick:
sudo apt-get install libqt5gui5 libqt5core5a libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler
Optional but recommended:
sudo apt-get install libqrencode-dev
Install those and recompile and you should find the QT has been built. In an hour or two