Made with ❤️ by Stake🦑Squid - We provide enterprise-grade, secure, high availability non-custodial staking services and developer tools

StakeSquid | Non-custodial Proof-of-Stake (PoS) Infrastructure operators network

Introduction

This guide assumes you’re running as the root or privileged user.

There are currently no public snapshots available for download and therefore the syncing process will take considerable amount of time on slow disks, e.g. attached network storage from cloud providers is a no go. Also the CPU should feature a high single core speed.

Sync times are reported to be in the range of 4 days on dedicated hardware.

Minimum Hardware requirements

Pre-requisites

sudo apt install -y git make wget gcc pkg-config libusb-1.0-0-dev \\
				libudev-dev jq gcc g++ curl libssl-dev apache2-utils build-essential \\
				pkg-config 

Building the binary

git clone <https://github.com/celo-org/celo-blockchain>
cd celo-blockchain
git checkout v1.7.2

make

Setup the systemd file