İçeriğe geç

Kurulum İşlemi

Düğüm Çalıştırma

Docker ile tam bir düğüm veya doğrulayıcı düğüm çalıştırmak için aşağıda belirtilen adımları izleyin:

  1. Aşağıdaki komutu kullanarak Docker görüntüsünü indirin:

    docker pull 5irechain/5ire-node:mainnet
  2. Docker görüntüsünü çalıştırın

    For a full node, run the following command:

    Terminal window
    docker run -d -p 30333:30333 -p 9944:9944 5irechain/5ire-node:mainnet --no-telemetry --base-path /5ire/data/ --chain /5ire/specs/5ire-mainnet-specRaw.json --bootnodes /ip4/44.229.117.8/tcp/30333/p2p/12D3KooWHZ98etYokeswbKfCbUrgU2U2RjEaH1t1HprVGcLcFcnD --pruning archive --rpc-external --rpc-cors all

Next Steps

Now that you have successfully completed the node setup, head over to the Validator app section to get onboarded and contribute to the security of the 5ireChain network.