Git Product home page Git Product logo

blockchain-data-subnet-ops's Introduction

Blockchain Data Subnet Operations

Welcome to the Blockchain Data Subnet Operations repository. This repository hosts Docker configurations and scripts for running a variety of blockchain nodes, indexers, subnet miners and validators.

Table of Contents

Introduction

This repository contains Docker Compose files for miners, indexers, validators, nodes, and databases, along with comprehensive installation manuals.

System Prerequisites

For each server, you will need to install Docker.

You can find install instructions for CentOS, Debian, Fedora and more.

The example below is from the install instructions for Ubuntu.

  1. Add Docker's official GPG key:
sudo apt-get update
sudo apt-get install ca-certificates curl gnupg
sudo install -m 0755 -d /etc/apt/keyrings
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg --dearmor -o /etc/apt/keyrings/docker.gpg
sudo chmod a+r /etc/apt/keyrings/docker.gpg
  1. Add the repository to Apt sources:
echo \
  "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/ubuntu \
  $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
  sudo tee /etc/apt/sources.list.d/docker.list > /dev/null
sudo apt-get update
  1. Install the Docker packages.
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
  1. If you want to run Docker as a non-root user
sudo groupadd docker
sudo usermod -aG docker $USER
newgrp docker
  1. Verify that the Docker Engine installation is successful
docker run hello-world

Bittensor and wallet creation

You will also need to install Bittensor and create or import wallets. The easiest way to install bittensor is via the following command:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/opentensor/bittensor/master/scripts/install.sh)"

if "error: externally-managed-environment" occures to you run:

sudo mv /usr/lib/python3.11/EXTERNALLY-MANAGED /usr/lib/python3.11/EXTERNALLY-MANAGED.old

You can then create new coldkey and hotkey:

btcli w new_coldkey
btcli w new_hotkey

Or import them:

btcli w regen_coldkey
btcli w regen_hotkey

For more information you can refer to the Bittensor documentation.

Installation Guides

blockchain-data-subnet-ops's People

Contributors

okruszanka avatar aph5nt avatar cornbread-998 avatar ronx-labs avatar nnboskovic avatar stormytalents avatar bradleytf avatar dariusz-bzowka-chain-insight avatar dsavenkov1982 avatar ncontrol88 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.