If you don't want to having problems with claim for a possible 5irechain airdrop, this guide is for you. Do not forget to star and fork from the top right. If you have questions: Chat
NODE TYPE | CPU | RAM | SSD | Linux Version |
---|---|---|---|---|
Mainnet | 16 | 32 | 400-500 | Ubuntu 18.04 LTS or above |
For airdrop incentive
wget -O 5irechain.sh https://raw.githubusercontent.com/bxdoan/5irechain-Node/main/5irechain.sh && chmod +x 5irechain.sh && ./5irechain.sh
Download the Docker image using the following command:
docker pull 5irechain/5ire-thunder-node:0.12
Create a new screen session using the following command:
screen -S 5ire
and then run the following command to start the FULL NODE
:
docker run -p 30333:30333 -p 9933:9933 -p 9944:9944 5irechain/5ire-thunder-node:0.12 --port 30333 --chain /5ire/thunder-chain-spec.json --ws-external --ws-port 9944 --rpc-external --rpc-port 9933 --rpc-cors all --no-telemetry --name my-5ire-full-node --bootnodes /ip4/3.128.99.18/tcp/30333/p2p/12D3KooWSTawLxMkCoRMyzALFegVwp7YsNVJqh8D2p7pVJDqQLhm --pruning archive
or run the following command to start the VALIDATOR NODE
:
docker run -p 30333:30333 5irechain/5ire-thunder-node:0.12 --port 30333 --no-telemetry --name 5ire-thunder-validator --base-path /5ire/data --keystore-path /5ire/data --node-key-file /5ire/secrets/node.key --chain /5ire/thunder-chain-spec.json --bootnodes /ip4/3.128.99.18/tcp/30333/p2p/12D3KooWSTawLxMkCoRMyzALFegVwp7YsNVJqh8D2p7pVJDqQLhm --validator
Buy me a coffee
or