8000 GitHub - freshe4qa/titan
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

freshe4qa/titan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Titan Testnet — Cassini

Official documentation:

Explorer:

Minimum Hardware Requirements

  • 2x CPUs; the faster clock speed the better
  • 2GB RAM
  • 50GB of storage (SSD or NVME)

Recommended Hardware Requirements

  • 4x CPUs; the faster clock speed the better

  • 4GB RAM

  • 100GB of storage (SSD or NVME)

  • Ubuntu 22.04

Устанавливаем ноду:

egrep -c '(vmx|svm)' /proc/cpuinfo

sudo apt update & sudo apt upgrade -y

apt install curl iptables build-essential git wget jq make gcc nano tmux htop nvme-cli pkg-config libssl-dev libleveldb-dev tar clang bsdmainutils ncdu unzip libleveldb-dev lz4 screen -y

sudo snap install multipass

multipass --version

wget https://pcdn.titannet.io/test4/bin/agent-linux.zip

mkdir -p /opt/titanagent

unzip agent-linux.zip -d /opt/titanagent

screen -S titan

Переходим на сайт, регистрируемся. Далее вкладка Manage Dashboard > Node Management > Your Key. Копируем код.

cd /opt/titanagent

chmod +x agent

Вместо , вписываем свой код без <>.

./agent --working-dir=/opt/titanagent --server-url=https://test4-api.titannet.io --key=<your-key>

На сайте во вкладке Node Management видим добавленый узел. Теперь за работу ноды будут капать токены проекта.

Выйтм с скрина CTRL + A + D

Заново зайти screen -r titan

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0