Skip to content

0xtnpxsgt/allora-worker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

148 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Allora Worker Node

1. Clone the code from this repository

git clone https://github.com/0xtnpxsgt/allora-worker-x-reputer.git
cd allora-worker-x-reputer

2. Install Docker and necessary libraries

chmod +x init.sh
./init.sh

3. Proceed with the faucet

4. Setup Preparation

  • 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"

5. Upgrade

docker compose pull

6. Build Your Worker Node

docker compose up --build -d 

Check Logs to Make Sure its Running

docker compose logs -f 

---------------------------------------- Congrats Your Setup is Completed -------------------------------------

Now if you want to have your own unique model

  • Play with the train_models.py file
  • to edit run command
nano train_models.py 

How to train the model?

  • Run Command
chmod +x ./start-train-model.sh
./start-train-model.sh
Thanks to hiephtdev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •