Skip to content

Install Node

Before mining on the WorldLand network, you need to install the WorldLand node client.

Hardware Requirements

ComponentMinimumRecommended
CPU2+ coresFast CPU with 4+ cores
RAM4 GB8 GB+
Storage500 GB free500 GB high-performance SSD
Internet8 Mbit/sec25+ Mbit/sec

Linux and Mac

1. Environment

TIP

We wrote the document based on Ubuntu, but it is expected to work on UNIX-like operating systems as well.

Download the basic packages needed for the build:

bash
sudo apt update
sudo apt upgrade

For building WorldLand, it requires Go (version 1.18 or later). You can install them using the following commands:

bash
sudo apt install gcc
sudo apt install make
sudo apt install snapd
sudo snap install go --classic

Mac

For macOS, install Go using Homebrew:

bash
brew install go

Check the version of Go (version 1.18 or later):

bash
go version

2. Installation

You can download WorldLand by cloning the WorldLand repository:

bash
git clone https://github.com/cryptoecc/WorldLand.git

Once dependencies are installed, move to /WorldLand and build:

bash
cd WorldLand
make worldland

Or to build the full suite of utilities:

bash
make all

Installation complete! To run the WorldLand node, write the following command:

bash
./build/bin/worldland console

Windows

Using Installer

You can download the pre-built binary from the WorldLand Releases page.

Run and Build

1. Install Chocolatey

Install Chocolatey package manager for Windows.

2. Installation

Install the required build tools:

powershell
choco install git golang mingw

Then clone and build:

powershell
git clone https://github.com/cryptoecc/WorldLand.git
cd WorldLand
go install ./cmd/worldland

Decentralized GPU Infrastructure for the AI Era