MarijnStevens / yagna-aarch64

GNU General Public License v3.0
1 stars 1 forks source link

Golem ARM

[ DO NOT USE | UNSTABLE | TESTING ONLY ]


A flexible, open-source platform for democratised access to digital resources.

Introduction

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.

Setup Guide

Note: Current build requires 2.29 of GLIBC.

  1. 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
  2. cd ./yagna-binaries/
  3. chmod +x ./install.sh
  4. ./install.sh and follow the instructions
  5. golemsp run
  6. To continue to run after configuration: nohup golemsp run > yagna.log &