Nimbel GPU miner installation guide

1420 0

What is Nimble

Nimble is a decentralized AI orchestration layer (aka. AI Orderbook) that connects applications, developers, model training, GPU resources, and data on the blockchain. Nimble’s mission is to transform the AI ecosystem by reducing costs and increasing efficiency. This enables applications to spend less on building AI models and developers to reduce expenses on GPU rentals. Additionally, GPU and data providers can monetize their participation in the Nimble Network.

What is Nimble Token

The Nimble Network facilitates a variety of transaction types including training models, publishing models, staking models, publishing data, and using GPUs. Each transaction incurs a pair of earning and paying, which is denominated in Nimble Tokens—the official currency of the network.

Rewards

Nimble offers rewards primarily to GPU miners and data providers, who are pivotal to the AI infrastructure. These rewards ensure the stability of the infrastructure and the availability of comprehensive data for model training and inference.


Essential links

How to install a GPU miner ?

1. Create Nimble wallet

2.setting up a GPU miner

Create Nimble wallet

Traveling across Nimble Network requires a wallet, for earning or paying tokens.This guide will walk you through the process of setting up your Nimble Network wallet. The process requires installing necessary software and executing a series of commands. We only provide CLI today. But soon we will support browser extensions.

Install Golang

  • Download and install Golang (v1.22 or higher)
  • Open a terminal window
  • Execute the following commands

Create Wallet

Note: Git is required for the remaining setup steps.

  • Open a terminal
  • Execute the following commands to download wallet CLI
  • Locate this executable command and confirm it exists
  • Execute the following command to create your wallet. Give your wallet a name, such as ‘ilovenimble’.

The “address: nimblexxxx” output means your Nimble Network wallet address was created successfully!


Install Golang

  • Once completed, open a terminal and execute the following commands

It should display the go version 1.22.1

Create Wallet

Note: Git is required for the remaining setup steps.

  • Open a terminal
  • Execute the following commands to download wallet CLI
  • Locate this executable command and confirm it exists
  • Execute the following command to create your wallet. Give your wallet a name, such as ‘ilovenimble’.

The “address: nimblexxxx” output means your Nimble Network wallet address was created successfully!


Install Golang

  • Open a terminal
  • Execute the following commands

It should display the go version.

Create Wallet

Note: Git is required for the remaining setup steps.

  • Open a terminal
  • Execute the following commands to download wallet CLI
  • Locate this executable command and confirm it exists [A]

Execute the following command to create your wallet. Give your wallet a name, such as ‘ilovenimble’.

The “address: nimblexxxx” output means your Nimble Network wallet address was created successfully!


Setting up a GPU miner

System requirements

Before you begin mining NIM, it’s essential to configure your mining hardware according to these specifications. Proper setup ensures efficient mining and a seamless experience. We provide specific instructions for Linux, Windows 11, and Mac systems. Below are the recommended and minimum system requirements that will help you effectively participate in mining on the Nimble Network.

System Specs

Recommended System Specifications

  • GPU: NVIDIA RTX 3090 or higher
  • CPU: Intel Core i7-13700 or equivalent
  • RAM: 16 GB or more
  • Disk Space: 256 GB or more

Minimum System Specifications

  • GPU: NVIDIA RTX 2080 or higher for Linux and Windows; Apple M1, M2, or M3 chip for Mac
  • CPU: Intel Core i5-7400 or equivalent
  • RAM: 16 GB
  • Disk Space: 100 GB

On Mac

Open a terminal window


On Windows

  • Open a terminal window
  • Install python3 venv
  • If you encounter a failure while installing python3-venv, please execute the following commands.
  • Download and run nimble miner

On Linux

Install python 3.9

python 3.9 installed successfully.

Install pip3

1. Verify Python Installation

Before installing pip3, it’s essential to ensure that Python 3 is installed on your Linux system. Open a terminal and type the following command

This command should display the version of Python 3 installed on your system. If Python 3 is not installed, you can install it using your distribution’s package manager.

2. Update Package Manager

Ensure that your system’s package manager is up to date. Use the following commands based on your Linux distribution.

3. Install pip3 in Linux

Once Python 3 is installed and the package manager is updated, you can install pip3. Use the following command:

4. Verify pip3 Installation in Linux

One can easily verify if the pip has been installed correctly by performing a version check on the same. Just go to the command-line and execute the following command

This command should display the installed version of pip3.
  • Open a terminal window
  • Install python3 venv for Linux
  • If you encounter a failure while installing python3-venv, please execute the following commands.
  • Open a terminal window

1] Now open a new screen

2] change directory to “nimble-miner-public”

3] Now submit your wallet and run again , Make sure to use your Sub wallet

4 ] Now it’s should be worked as before ,follow below commands to detached screen

5] And now check detached screens

To re open a detached screen use this command

If you want to check your mining work properly, log into your virtual machine and paste the ‘screen -r’ command.

Wait few seconds …

Now it’s done ! Thank you !


Leave a Reply