Coder Social home page Coder Social logo

avail-full-node's Introduction

Avail Node Rehberi

image

Sistem gereksinimleri:

Ubunutu 22.04

NODE TİPİ CPU RAM SSD
Avail 2 4 80

Kurulum

sudo apt-get update -y && sudo apt-get upgrade -y
sudo apt install make clang pkg-config libssl-dev build-essential
cd
sudo mkdir /root/avail-node/
cd /root/avail-node/
wget https://github.com/availproject/avail/releases/download/v1.8.0.4/x86_64-ubuntu-2204-data-avail.tar.gz
tar xvzf x86_64-ubuntu-2204-data-avail.tar.gz
  • coinhunters yazısını değiştirmeyi unutmayın.
sudo tee /etc/systemd/system/availd.service > /dev/null <<'EOF'
[Unit]
Description=Avail Validator
After=network.target
StartLimitIntervalSec=0

[Service]
User=root
Type=simple
Restart=always
RestartSec=120
ExecStart=/root/avail-node/data-avail -d /root/avail-node/data --chain goldberg --port 30333 --validator --name "coinhuntetrs"

[Install]
WantedBy=multi-user.target
EOF
sudo systemctl daemon-reload
sudo systemctl enable availd.service
sudo systemctl restart availd.service

Durum kontrolü için;

sudo systemctl status availd.service

"Role" bölümünde "FULL NODE" ve "Node Name" bölümünde adınızı görüyorsanız. Sorunsuz şekilde kurulmuş demektir.

Log kayıtlarını görmek için aşağıdaki komutları kullanabilirsiniz.

journalctl -f -u availd

System Durdurma için;

sudo systemctl stop availd.service

ÖNEMLİ NOTLAR;

Yukarıdaki adımları tamamladıktan sonra BURADAN kendi node'unuzu bulmanız gerekiyor. Ağ ile senkronize olduktan sonra, alttaki formu doldurmayı unutmayın. BURADAN formu doldurarak, işlemi tamamlıyoruz.

Light Node Başvuru Formu : BURADAN Full Node dışında light Node içinde başvuru yapabilirsiniz.

avail-full-node's People

Contributors

coinhunterstr avatar

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.