Giter Site home page Giter Site logo

crossfi's Introduction

CrossFi Testnet Kurulumu



lava-network-testnet-rehberi

Sistem gereksinimleri:

NODE TİPİ CPU RAM SSD
CrossFi 4 8 160

1) Kurulum

sudo apt update && sudo apt upgrade -y

Otomatik script çalıştırıp sizden istenen cüzdan ve Validator ismini giriyorsunuz.

Port yerinde, değişiklik yapmanıza gerekyok, 26 yazıp enter yapmanız yeterli.

wget -q -O crossfi.sh https://raw.githubusercontent.com/CoinHuntersTR/CrossFi/main/crossfi.sh && chmod +x crossfi.sh && ./crossfi.sh

Test cüzdanını ekleme

Burada, Başvuru yaparken veya maille token istediğiniz cüzdanı, node içine aktaracağız.

cüzdanismi yerine oto scriptte verdiğiniz ismi verin.

Cüzdanı açarken aldığınız kelimeleri girin.

Sizden şifre belirlemenizi isteyecek şifre belirleyin. Test cüzdanınıza node üzeriden açmış olacaksınız.

crossfid keys add cüzdanismi --recover

Senkronizasyon Kontrolü

Ekran görüntüsü 2024-02-25 004315

Komut sonrasında false çıktısı aldığınızda Validator kurulumuna geçebilirsiniz.

crossfid status 2>&1 | jq .SyncInfo

2) Validator Çalıştırma

moniker yazan yere tırnaklar içinde Validator isminizi yazıyoruz.

details yazan yere tırnaklar içinde istediğiniz bir şey yazabilirsiniz.

website yazan yere twitter yada github linkinizi ekleyebilirsiniz.

crossfid tx staking create-validator \
--amount 9000000000000000000000mpx \
--from $WALLET \
--commission-rate 0.1 \
--commission-max-rate 0.2 \
--commission-max-change-rate 0.01 \
--min-self-delegation 1 \
--pubkey $(crossfid tendermint show-validator) \
--moniker "" \
--website "" \
--details "CoinHunters Community" \
--chain-id crossfi-evm-testnet-1 \
--gas auto --gas-adjustment 1.5 --gas-prices 10000000000000mpx \
-y

Kendi Validatorüne Token delege etme

cüzdanismi yerine kendi verdiğiniz ismi yazmanız gerekiyor.

1MPX = 1000000000000000000mpx yapıyor, yani 18 tane 0 var. Ona göre cüzdanınızdan, kendi validatörünüze delege edebilirsiniz.

crossfid tx staking delegate $(crossfid keys show cüzdanismi --bech val -a) 9000000000000000000000mpx --from cüzdanismi --chain-id crossfi-evm-testnet-1 --gas-adjustment 1.5 --gas auto --gas-prices 10000000000000mpx -y

Explorer

BURADAN explorer ulaşarak, blok sayısını ve kendi validatorünüzü görebilirsiniz.

3) Yedek Alma

Sunucuna bir şey oldu. Hetzner kapattı. Yada yanlışlıkla sildiniz. Size lazım olan dosyayı yedekledikten sonra sorun yok.

Nasıl yedekliyoruz? Cosmos projelerinde bir tane dosyayı bilgisayarınıza indirdiğinizde işlem tamamdır. priv_validator_key.json dosyasını indirmemiz gerekiyor.

Bunun için winscp veya mobaxterm kullanabilirsiniz.

Dosya yolu bu şekildedir; /root/.mineplex-chain/config/priv_validator_key.json bu dosyayı bir yere kayıt etmeyi unutmayın.

4) Validator Bilgilerini Güncelleme

Buradaki bilgileri güncelleyerek Validator Adınızı ve diğer değişiklikleri yapabilirsiniz.

crossfid tx staking edit-validator \
--new-moniker "YOUR_MONIKER_NAME" \
--identity "YOUR_KEYBASE_ID" \
--details "YOUR_DETAILS" \
--website "YOUR_WEBSITE_URL" \
--chain-id crossfi-evm-testnet-1 \
--commission-max-change-rate 0.01 \
--from cüzdanismi \
--gas auto --gas-adjustment 1.5 --gas-prices 10000000000000mpx \
-y

Validatore Resim ekleme;

BURADAN keybase sitesine gidin, kayıt olup resminizi yükleyip adımları takip edin. size F0F603C1097C160F benzer ifade verecek, onu identity ID olarak eklerseniz validator resminiz görünür.

crossfi'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.