Another method

How to run a Worker Allora Random 50/50 Prediction Price

Faucet : https://faucet.testnet-1.testnet.allora.network/

Install as below first. If you are using new VPS

https://github.com/0xChicharito/Node-Services-Guide/blob/main/testnet/allora/broken-reference/README.md

1. Install

sudo apt-get update
sudo apt-get install -y make gcc jq
sudo apt update
sudo apt install apt-transport-https ca-certificates curl software-properties-common -y
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add –
sudo add-apt-repository β€œdeb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable”
apt-cache policy docker-ce
sudo apt install docker-ce -y

2. Clone source

git clone https://github.com/allora-network/allora-huggingface-walkthrough

cd allora-huggingface-walkthrough 
mkdir -p worker-data
chmod -R 777 worker-data

cp config.example.json config.json

3. Edit config.json

Don't forget to add your mnemoric phase inside

4. Edit init.config

6. Build

Check log

Testing Inference Only

  1. Run the following command to start the inference node:

  2. Send requests to the inference model. For example, request ETH price inferences:

Expected response:

  1. Update the node's internal state (download pricing data, train, and update the model):

Expected response:

Add Allora chain at keplr wallet . Check uALLO token number if it increases, it shows you have received reward Check Txn number you have completed here :

http://worker-tx.nodium.xyz/

Last updated

Was this helpful?