git clone https://github.com/0xtnpxsgt/allora-worker-x-reputer.git
cd allora-worker-x-reputer
chmod +x init.sh
./init.sh
- Note if you are using old wallet please proceed to step 4
- Go to the link and paste the Allora wallet address in the format allo1jzvjewf0..https://faucet.testnet-1.testnet.allora.network/
- Run the worker => wait until it reports success, then it’s done.
cd allora-node
- If this is your first time, enter the command below, providing the wallet_name, mnemonic - seed phrase of the wallet, and cgc_api_key - API key obtained from CoinGecko
- Register on Coingecko https://www.coingecko.com/en/developers/dashboard & Create Demo API KEY
chmod +x ./init.config.sh
./init.config.sh "wallet_name" "mnemonic" "cgc_api_key"
# example: ./init.config.sh "MysticWho" "gospel guess idle vessel motor step xxx xxx xxx xxx xxx xxx" "GC-xxxxxx"
docker compose pull
docker compose up --build -d
Check Logs to Make Sure its Running
docker compose logs -f
---------------------------------------- Congrats Your Setup is Completed -------------------------------------
- Play with the train_models.py file
- to edit run command
nano train_models.py
- Run Command
chmod +x ./start-train-model.sh
./start-train-model.sh