Clone the Stader node repository and navigate to the install directory:
git clone <https://github.com/stader-labs/stader-node.git>
cd stader-node/install
Run the installation script:
./install.sh
Configure the node by syncing it with Ethereum clients like Geth, Prysm, or Teku. Also, set up the wallet to manage validator keys and registration details.
./bin/stader-cli config --network mainnet
Register your node with the Stader network by executing:
./bin/stader-cli node register --operator-name <name> --operator-reward-address <your_ETH_address>
Deposit 4 ETH to add validators to your node. Stader will automatically pool 28 ETH from the staking pool to complete the required 32 ETH per validator.
To check the status of your node and validators, use the following commands:
~/bin/stader-cli node status
~/bin/stader-cli validator status