Run a Validator
Earn AURA rewards for securing the network. Help decentralize AuraCore by running your own validator node.
AuraCore Desktop v0.1.0
All-in-one wallet, explorer and validator manager for Windows 10/11. No Rust or Docker required — just install and connect to the testnet.
!Requirements
⚡Quick Start
Clone the AuraCore repository and build the Docker image locally.
git clone https://github.com/2mars-ai/auracore && cd auracore && docker build -t auracore:latest .Run the node using the CLI flags. Replace my-validator with a unique identifier and supply the genesis validator list (see note).
docker run -d \ --name aura-validator \ --restart unless-stopped \ -p 8545:8545 \ -p 30341:30341 \ -v $HOME/.auracore:/node/data \ -e RUST_LOG=info \ auracore:latest \ node \ --data-dir=/node/data \ --port=30341 \ --rpc-port=8545 \ --validator \ --node-id=my-validator \ --bootstrap=/ip4/88.198.75.149/tcp/30333,/ip4/89.167.89.226/tcp/30333 \ --genesis-validators=<see note below>
Note: You'll need the genesis validator list for --genesis-validators — see docs/validator-setup.md in the AuraCore repository.
Once your node is running and synced, register it as a validator by staking at least 1,000 AURA.
⚙️Config Generator
Enter your validator address to generate a pre-filled docker run command with your address as the node ID.
Don't have an address yet? Generate one in the Wallet.
🌐Network Info
88.198.75.149:3033389.167.89.226:30333http://88.198.75.149:8545http://89.167.89.226:8545http://89.167.89.226:8546?Frequently Asked Questions
Ready to join the network?
Get your validator running in minutes and start earning AURA rewards.