githubEdit

Installation

Automatic Installation

source <(curl -s https://raw.githubusercontent.com/NodersUA/Scripts/main/bundlr/bundlr)

Manual Installation

Install Pre-requisite Software

# Update the repositories
apt update && apt upgrade -y
# Install developer packages
sudo apt install curl ncdu htop git wget build-essential libssl-dev libpq-dev gcc make libssl-dev pkg-config npm expect -y
# Install Docker
curl -fsSL https://get.docker.com -o get-docker.sh
sh get-docker.sh
sudo usermod -aG docker $USER
docker --version
# Install Docker Compose
sudo curl -L "https://github.com/docker/compose/releases/download/v2.2.3/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose 
sudo chmod +x /usr/local/bin/docker-compose 
sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose
docker-compose --version
# Install Rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source "$HOME/.cargo/env"

Download Repository and Set-up

!!! Save your address and file ~/bundlr/wallet.json

Build and Run the Validator

Register Validator and Stake

You can claim Testnet tokens herearrow-up-right, you will need a valid twitter account and the Arweave wallet address created earlier.

Last updated

Was this helpful?