5 min read

Running Gensyn AI node with nodes.garden

Running Gensyn AI node with nodes.garden

What is Gensyn?

Gensyn is a decentralized compute protocol designed to support large-scale AI training and inference on a global network of independent nodes. It brings persistent identity and transparent coordination to decentralized machine learning through an Ethereum-based rollup architecture, integrated with robust off-chain execution, verification, and communication layers.

The Gensyn Public Testnet enables:

  • Identity-based tracking of contributions
  • Trustless verification of remote execution
  • Attribution and reward distribution
  • Decentralized logging of training runs
  • Crowd-funding of large-scale training efforts
  • Coordination of distributed learning environments

How to Run a Gensyn Node with a High Chance of Earning Rewards

Step 1: Purchase a Node via nodes.garden

  1. Visit nodes.garden and select Gensyn AI from the available options.

2.Choose your preferred hardware tier. We offer five configurations optimized for different levels of performance:

    • ๐Ÿ–ฅ๏ธ [CPU] 16-core, 64GB RAM โ€“ Mid Performance $90.00 / month
    • ๐Ÿ–ฅ๏ธ [CPU] 8-core, 20GB RAM โ€“Low Performance $45.00 / month
    • ๐ŸŽฎ [GPU] RTX 3080 Ti $189.00 / month
    • ๐ŸŽฎ [GPU] RTX 3090 $269.00 / month
    • ๐Ÿš€ [GPU] RTX 4090 โ€“ Best Performance $399.00 / month

3.Click the Purchase button next to your chosen tier to complete the order.

Step 2: 

1. Purchase the node and wait until it is in 'deployment' state

2. Open your node page and the follow the link: 'Check your node'

3. Log in to the Gensyn node dashboard using email (google auth doesn't work now). Use unique email for each node or you will be logged out everywhere!

  1. And then enter your verification key. Once you see "YOU ARE SUCCESSFULLY LOGGED IN TO THE GENSYN TESTNET," this means the setup is completed and the node is working. There is no need to do anything else or contact us.

Please do not close the page immediately โ€” wait at least 10โ€“15 minutes with the page open to allow the node to initialize correctly.

IMPORTANT: If you see the "Your connection is not private" warning in Google Chrome, just ignore it. Click Advanced โ†’ Proceed, and the page will open.

Step 3:

It's time to verify your account and get the ๐Ÿ The Swarm role in Discord. We highly recommend doing this for everyone involved in this project.

These instructions are for Windows. For Linux and macOS, please refer to the official documentation ๐Ÿ‘‰ https://gswarm.dev/docs

1. Install Go

Download and install Go from the official site: ๐Ÿ‘‰ https://go.dev/doc/install

2. Check Your Go Version

Open Command Prompt (cmd) and run the following command:

You should see a version higher than 1.24.

bash


go version


Step 4:

Install gswarm with the following command: 

bash


go install github.com/Deep-Commit/gswarm/cmd/gswarm@latest


This will install the gswarm binary into your $GOPATH/bin or $HOME/go/bin directory. Make sure this directory is included in your systemโ€™s PATH environment variable so you can run gswarm from anywhere.

The installed gswarm version should correspond to version 1.0.

bash


gswarm --version


Step 5:

1) Run the monitoring service with command line:

bash


gswarm 


2) You will be asked to enter: Enter your Telegram Bot Token

How to get it?

  • Open a chat with @BotFather in Telegram;
  • Enter /newbot;
  • Write the name as your Telegram bot will be displayed;
  • Now write a username for it (should end with bot);
  • After that, you will be given a link to your bot and HTTP API. HTTP API is the Telegram Bot Token that you asked for in the terminal.
  • Follow the link and activate your bot by entering /start

3) Next, you will be asked to enter: Enter your Telegram Chat ID

How to get it?

  • Open a chat with @userinfobot in Telegram;
  • Click Start;
  • You will be given the necessary ID;
  • Enter it in the terminal.

4) Next, it will ask you to enter: Enter your EOA address

To get it:

  • Open the dashboard (https://dashboard.gensyn.ai/);
  • Click Login and sign in using your email;
  • At the top, you will see the address and 42 characters. Enter it in the terminal.

If you did everything correctly, you will receive a message from the bot in your telegram.

Link your bot to Discord:

  • If you have also joined their channel (https://discord.gg/gensyn), then join.
  • Go to the ๏ธฑ๐Ÿ๏ธฑswarm-link channel branch (https://discord.com/channels/852932483691577395/1397909075685146804);
  • Write in the chat /link-telegram. You will receive instructions where there will be a code that needs to be sent to your tg bot.
  • Copy the command /verify <your_code> and enter it in the tg bot.
  • You should receive a response in the tg bot โœ… **Account Successfully Linked!**
  • That's all. You can check the status of your node in the bot by entering /stats

If you have any questions, feel free to reach out to https://t.me/nodes_garden_support_bot  โ€” we're always here to help!

Website: https://nodes.garden

Twitter: https://x.com/nodes_garden

Telegram: https://t.me/nodes_garden

Please note: nodes.garden is a node deployment service. While we do our best to help your node qualify for rewards, rewards are not guaranteed. Always do your own research before making a purchase.