Coder Social home page Coder Social logo

suidevnet-last's Introduction

1_IRwa2GrRrF3HaCsR-h3yIQ

Sistem Gereksinimleri

  • Memory: 8 GB RAM
  • CPU: 2
  • Disk: 50 GB
  • OS: Ubuntu 20.04

Açıklamalar

  • Eğer yükleme işlemini Digital Oceon, Linode gibi sağlayıcılar üzerinde değil Google Cloud, Azure, Aws gibi sağlayıcılar üzerinde yapıyorsanız aşağıdaki port açma bölümünü yapmanız gerekiyor. Eğer kodlarla olmazsa kendi yönetim sayfalarından elle açmanız gerekli.

Port Açmak

sudo ufw allow 8080
sudo ufw allow 9000
sudo ufw allow 9184

Node Yükleme

apt install tmux
tmux
wget -O sui.sh https://api.nodes.guru/sui.sh && chmod +x sui.sh && ./sui.sh
  • Tmux ekranını arka plana atmak için ctrl+b d basıyoruz. Tekrar girmek için önce tmux ls yazıyoruz ve ekranın ismini görüyoruz. Daha sonra tmux attach -t isim yazıp ilgili tmux ekranına girmiş oluyoruz.

Node İle İlgili Kodlar

Kontrol

curl -s -X POST http://127.0.0.1:9000 -H 'Content-Type: application/json' -d '{ "jsonrpc":"2.0", "method":"rpc.discover","id":1}' | jq .result.info

Versiyon Kontrolü (27 Temmuz güncellemesinden sonra)

  • Şu kodu grep 'version =' /root/sui/crates/sui/Cargo.toml girdiğinizde aşağıdaki gibi bir sonuç vermeli.
version = "0.6.2"

Log Kontrolü

journalctl -u suid -f -o cat

Node Restart

sudo systemctl restart suid

Node Durdurmak

sudo systemctl stop suid

Node Silmek

sudo systemctl stop suid
sudo systemctl disable suid
rm -rf ~/sui /var/sui/
rm /etc/systemd/system/suid.service

Site Üzerinden Node Durumu

Kurulum Rehber Videosu ve Discord Linki

suidevnet-last's People

Contributors

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