Skip to content

rdkrr731/Dria-testnet-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

🧠 Dria Node Setup Guide (Ollama/Gemini)

✅ Pre-requirements

➡️ Minimum requirement to run this node: 8vCPU & 16 GB RAM

➡️ You can use GCP VPS to run this node. Check this guide how to setup Google Cloud VPS

🔹 Install Ollama (Choose your OS)

Download from:
👉 https://ollama.com/download/linux

image

🔹Download For Linux

curl -fsSL https://ollama.com/install.sh | sh

image

🔹Verify Installation

ollama --version

🔹Launch Dria

[You will need to open another terminal or restart your same terminal after launch dria step]

curl -fsSL https://dria.co/launcher | bash

Image image

🔹Start your Node

(You'll be prompted to enter your EVM private key (without 0x) and choose the model.)

dkn-compute-launcher start

Image image

🤖Select your model accordinly🤖

image

Select Model with Spacebar key & Enter key to confirm or back You can check here which model is suitable for your system. 👇

https://node-guide.dria.co/selecting-models

image

📊 Check Node Status & Points

👉 Check your node status [https://dria.co/edge-ai/my-node]

image

📝 Join Discord Server & Fill this Form to Get Discord Role

Discord: https://discord.gg/DAkhTKDD

👉 [https://form.typeform.com/to/Eav42hR3?typeform-source=www.google.com]

🔄 Switching from Ollama to Gemini API

Recommended for devices not capable of running Ollama or if Ollama is not working.

  1. Stop your node if it's running Press Ctrl+C
  2. Delete your Dria directory:
sudo rm -rf .dria
  1. Reinstall the Dria launcher (Use installation commands from above depending on your OS)

  2. Start your node

dkn-compute-launcher start
  1. Select Gemini instead of Ollama

  2. Choose a Model:

  • gemini-1.5-flash

  • gemini-1.5-pro

  1. Enter your Gemini API Key 👉 Get it from: https://aistudio.google.com/app/apikey

TIPS ⚒️⭐

  1. Install tmux on your VPS:
sudo apt update
sudo apt install tmux
  1. Start a new tmux session:
tmux new -s mynode
  1. Run your node inside the tmux session (Download dria, launch dria & start running node)

  2. Once your node is active & running, Detach from tmux (leave the session running): Press Ctrl+B, then D

  3. Return back to tmux session

    tmux attach -t mynode
    

About

This is step by step guide to run Dria Node on Vps/local

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published