Giter Site home page Giter Site logo

crossfi-evm-testnet's Introduction

CrossFi Testnet Setup - CrossFi Testnet Kurulumu



lava-network-testnet-rehberi

Sistem gereksinimleri:

NODE TİPİ - NODE TYPE CPU RAM SSD
CrossFi 4 16 300

1) Kurulum - Setup

sudo apt update && sudo apt upgrade -y

From snapshot (fast)

Download binary - İkiliyi indir

wget https://github.com/crossfichain/crossfi-node/releases/download/v0.3.0-prebuild3/crossfi-node_0.3.0-prebuild3_linux_amd64.tar.gz && tar -xf crossfi-node_0.3.0-prebuild3_linux_amd64.tar.gz

Download configs - Yapılandırmaları indirin

git clone https://github.com/crossfichain/testnet.git

Start node - Node Başlat

./bin/crossfid start --home ./testnet

Create Wallet - Cüzdan Oluştur

./bin/crossfid --home ./testnet keys add my_validator

Adding the wallet you created earlier- Daha önceden oluşturduğunuz cüzdanı eklemek

Here, we will transfer the wallet you requested a token from when applying or by mail into the node - Burada, Başvuru yaparken veya maille token istediğiniz cüzdanı, node içine aktaracağız.

Enter the words you received when opening the wallet - Cüzdanı açarken aldığınız kelimeleri girin

It will ask you to set a password, set a password and that's it - Sizden şifre belirlemenizi isteyecek şifre belirleyin bu kadar

crossfid keys add $WALLET --recover

Senkronizasyon Kontrolü

When you get false output after the command, you can proceed with the Validator installation - Komut sonrasında false çıktısı aldığınızda Validator kurulumuna geçebilirsiniz

crossfid status 2>&1 | jq .SyncInfo

2) Validator Çalıştırma

Write your Validator name in quotes where moniker is written - moniker yazan yere tırnaklar içinde Validator isminizi yazıyoruz

You can write anything you want in quotes where it says details - details yazan yere tırnaklar içinde istediğiniz bir şey yazabilirsiniz

You can add your twitter or github link where it says website - 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 "memosr Community" \
--chain-id crossfi-evm-testnet-1 \
--gas auto --gas-adjustment 1.5 --gas-prices 10000000000000mpx \
-y

3) Validator Bilgilerini Güncelleme

You can update the information here to change your Validator Name and other changes - 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

crossfi-evm-testnet's People

Contributors

memosr avatar

Watchers

 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.