Problem 408 Solution

This solution is only for servers with Allora Docker - If there are different containers in Docker, it will also delete them. Be careful.

Connect Server

Delete Container's :

docker rm -f $(docker ps -a -q) && docker system prune --volumes -a -f

Enter Allora-Chain Directory :

cd allora-chain 

Enter the basic-coin-prediction-node Directory :

cd basic-coin-prediction-node

Let's go into the docker-compose.yml file :

nano docker-compose.yml 

Your TimeOut here is 5, let's increase it to 10.

Let's edit it here:

Correct :

Let's save: CTRL X - CTRL Y - Enter

Let's Rebuild and Run :

Check :

Result :

Last updated