Giter Site home page Giter Site logo

titan-network-cli-node's Introduction

Titan-Network-Cli-Node

Titan Network Cli Node Kurulumu, Donanım özellikleri çok düşük, (CPU 1 core & above - Memory 0.5GB & above - Disk 1G & above)

-Herhangi docker kurulu bir nodun yanına kurulabilir 1.Adımı geçip 2.Adımdan başlayın

-Docker kurulumu yoksa 1. adımdan başlayınız.

1. Adım Güncelleme ve docker kurulumu, komutları sırasıyla girebilirsiniz

sudo apt update -y && sudo apt upgrade -y
for pkg in docker.io docker-doc docker-compose podman-docker containerd runc; do sudo apt-get remove $pkg; done

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

# bu komut satırını toplu girebilirsiniz
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

# docker güncelleme ve run
sudo apt update -y && sudo apt upgrade -y
sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
sudo docker run hello-world

2.Adım KURULUMA GEÇİN

docker pull nezha123/titan-edge

mkdir ~/.titanedge

docker run -d -v ~/.titanedge:/root/.titanedge nezha123/titan-edge
# (çıktısında uzun bir id verecek onu not alın)

docker exec -it <id> /bin/bash
# (yukarda not aldığınız id yi tırnakları kaldırıp koddaki <id> yazan yere yapıştırın)

https://test1.titannet.io/login
Siteye gidip Kayıt olun, giriş yapın. Sırasıyla Resimlerdeki işlemleri yapın, en sonda identity code not alın.

titan-edge bind --hash=identitycode https://api-test1.container1.titannet.io/api/v2/device/binding

(Son olarak aldığınız identity codu, kodda ilgili yere yapıştırın.)

image

image

image

image

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.