This is a fork of the 3 golem repositories:
This build is for 64 bit arm architecture, also known as aarch64. This has been tested on both the Raspberry Pi 3 and 4. The Goal of this project was to provide a build of Golem for 64 bit arm as it becomes increasingly more common, especially after adoption from big companies like Apple and Nvidia.
Note: Current build requires 2.29 of GLIBC.
wget https://github.com/MarijnStevens/yagna-aarch64/releases/download/v0.6.7-beta.1.032/yagna.tar.gz && tar -xf yagna.tar.gz && rm yagna.tar.gz
cd ./yagna-binaries/
chmod +x ./install.sh
./install.sh
and follow the instructionsgolemsp run
- To continue to run after configuration:
nohup golemsp run > yagna.log &