git clone https://github.com/hiephtdev/allora-worker
cd allora-worker
chmod +x init.sh
./init.sh
Go to the link and paste your Allora wallet address in the format allo1jzvjewf0...
https://faucet.testnet-1.testnet.allora.network/
- Run the worker => wait until it reports success to complete the process
cd node
If this is the first time, enter the following command with the node_name
, mnemonic
- wallet seed phrase, and cgc_api_key
- API key obtained from CoinGecko
./init.config.sh <node_name> <mnemonic> <cgc_api_key>
# example: ./init.config.sh "MysticWho" "gospel guess idle vessel motor step xxx xxx xxx xxx xxx xxx" "GC-xxxxxx"
- If no changes are needed and you just want to recreate the config, enter the following command
./init.config.sh --i
- If you need additional help with this file, enter
./init.config.sh --help
docker compose up -d
docker logs source-01 -f
docker logs updater -f
docker logs node -f