Coder Social home page Coder Social logo

wormholes-testnet's Introduction

Wormholes Testneti Kurulum Rehberi

Merhabalar, Wormholes testnetine katılıyor olacağız. Sadece 578 kişi katılıyor, sayı düşük. Ödül ihtimalinde beklenmedik güzel sürprizler olabilir bu yüzden. Sağ üstten yıldızlayıp forklamayı unutmayalım. Sorularınız olursa: LossNode Chat

image

Sistem gereksinimleri:

NODE TİPİ CPU RAM SSD
Testnet 4 8 500*

*: Resmi dokümanda 500GB olarak belirtlmiş.

image

Wormholes için önemli linkler:

0) Güncelleme için.

wget -O wormholes.sh https://raw.githubusercontent.com/thisislexar/Wormholes-Testnet/main/wormholes.sh && chmod +x wormholes.sh && ./wormholes.sh

Daha öncesinde kurduysanız ve güncelleme yapacaksanız bu kısımda y'ye basın.

image

Ardından 1a kısmında gösterdiğim gibi private key'inizi bularak terminale yapıştırın.

image

GÜNCELLEME BİTTİ AŞAĞIYA DEVAM ETMEYİN.

1a) Script ile kurulum.

wget -O wormholes.sh https://raw.githubusercontent.com/thisislexar/Wormholes-Testnet/main/wormholes.sh && chmod +x wormholes.sh && ./wormholes.sh

image

Bu kısımda bizden private key isteyecek, aşağıdaki görsellerde nasıl bulacağınızı anlatıyorum.

Daha öncesinde testnete başvururken cüzdan açtığımız Limino'ya gidiyoruz. Sol üstteki yoncaya tıklıyoruz.

image

Settings'e tıklıyoruz.

image

Security & Privacy'ye tıklıyoruz.

image

Daha öncesinde oluşturduğumuz cüzdan şifresini giriyoruz.

image

Private key'imizi kopyalıyoruz.

image

Private key'i terminale yapıştırıyoruz.

image

1b) Manuel kurulum.

Node bilginizi geliştirmek adına dilerseniz orijinal doküman üzerinden Manuel Kurulum da yapabilirsiniz. Çok da zor değil, script'i kendileri vermişler.

2) Node'u kurduktan sonra staking ile devam ediyoruz.

Limino cüzdana gidiyoruz. Sol üstte yoncaya tıklıyoruz.

image

Become a validator'e tıklıyoruz.

image

Confirm diyoruz.

image

Onaylanmasını bekliyoruz.

image

Onaylandıktan sonra Explorer'a giderek kontrol edebiliriz.

image

image

Node kontrol komutları

Node bağlantısı

curl -X POST -H 'Content-Type:application/json' --data '{"jsonrpc":"2.0","method":"net_peerCount","id":1}' http://127.0.0.1:8545/

Blok kontrolü

curl -X POST -H 'Content-Type:application/json' --data '{"jsonrpc":"2.0","method":"eth_blockNumber","id":1}' http://127.0.0.1:8545/

Node versiyon kontrolü

curl -X POST -H "Content-Type:application/json" --data '{"jsonrpc":"2.0","method":"eth_version","id":64}' http://127.0.0.1:8545/

Cüzdan bakiyesi

curl -X POST -H 'Content-Type:application/json' --data '{"jsonrpc":"2.0","method":"eth_getBalance","params":["<CÜZDANADRESİ>","pending"],"id":1}' http://127.0.0.1:8545

Node görüntüleme

wget -O nodemonitoring.sh https://raw.githubusercontent.com/thisislexar/Wormholes-Testnet/main/nodemonitoring.sh && chmod +x nodemonitoring.sh && ./nodemonitoring.sh

image

Sorularınız olursa: LossNode Chat

wormholes-testnet's People

Contributors

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