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.md1. 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 -y2. 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.json3. Edit config.json
Don't forget to add your mnemoric phase inside
4. Edit init.config
6. Build
Check log
Testing Inference Only
Run the following command to start the inference node:
Send requests to the inference model. For example, request ETH price inferences:
Expected response:
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 :
Last updated
Was this helpful?