Giter Club home page Giter Club logo

avail's Introduction

image

Update ve gereklilikleri yükleyelim

sudo apt update
sudo apt install make clang pkg-config libssl-dev build-essential

Create Avail File

cd ..

Create Avail File in home Directory

sudo mkdir /root/avail-node/

Go To Avail File You Created

cd /root/avail-node/

Download The Required Files

wget https://github.com/availproject/avail/releases/download/v1.6.3/data-avail-linux-amd64.tar.gz
wget https://kate.avail.tools/chainspec.raw.json

Zipten dosyaları çı çı çıkraaa :D (çıkaralım)

tar xvzf data-avail-linux-amd64.tar.gz

Servis oluşturalım.

NOT: molla202 yazan kısmı değiştiriniz explorerdeki görünen isminiz...

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-linux-amd64 --base-path /root/avail-node/data --chain /root/avail-node/chainspec.raw.json --port 30333 --validator --name "molla202"

[Install]
WantedBy=multi-user.target
EOF

Nodu başlatalım

sudo systemctl daemon-reload
sudo systemctl enable availd.service
sudo systemctl restart availd.service

Durmuna bakalım

sudo systemctl status availd.service

Log kontrol

journalctl -f -u availd.service

Cüzdan olusturma

https://kate.avail.tools/

Sezon keyi oluşturuyoruz sunucumuzda

curl -H "Content-Type: application/json" -d '{"id":1, "jsonrpc":"2.0", "method": "author_rotateKeys", "params":[]}' http://localhost:9933

avail's People

Contributors

molla202 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.