Validatör Node Çalıştırma
Chiliz Chain Validator node'u kurma
Validator node nedir?
Özet
docker run \
-v $(pwd)/my-datadir:/datadir \
--name ccv2-node \
-p 30303:30303 \
chilizchain/ccv2-geth:latest \
--mine \
--chiliz \ # Chiliz Mainnet için. Spicy Testnet için --spicy kullanın.
--datadir=/datadir \
--password=/datadir/password.txt \
--allow-insecure-unlock \
--unlock=REPLACE_WITH_VALIDATOR_ADDRESS \
--syncmode=full \
--gcmode=archive \
--miner.etherbase=REPLACE_WITH_VALIDATOR_ADDRESS
--nodekeyhex=2668f377e69de_EXAMPLE_REPLACE_WITH_YOUR_VALUE_c88bea3e337446ed73 \
--nat=extip:140.250.140.250 \ # Bu yalnızca bir örnek.
--verbosity=4Ön Koşullar
Sistem gereksinimleri
Önceden oluşturulmuş Docker imajları
Validator node başlatma ve senkronizasyonu başlatma
Validator adresi oluşturma
Validator node anahtarı oluşturma
Geth'in NAT port eşleme mekanizmasını ayarlama
Ayrıntı düzeyi ayarlama
Node sahibini değiştirme


Son güncelleme
Bu yararlı oldu mu?