ControlCplusControlV / yagna-aarch64

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

  • https://github.com/golemfactory/yagna
  • https://github.com/golemfactory/ya-runtime-vm
  • https://github.com/golemfactory/ya-runtime-wasi

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 &

About

License:GNU General Public License v3.0


Languages

Language:Shell 82.6%Language:Dockerfile 17.4%