Skip to main content

9. Cập nhật Worker ngày 05/09

info
  • Cập nhật lại worker 1, worker 2, worker 3 để chạy được trên chain mới update v0.4.0

1. Dừng worker đang chạy:

Thay <thư mục worker> bằng đường dẫn thư mục worker đang chạy.

cd <thư mục worker>
docker compose down

2. Sửa lại file docker-compose.ymlconfig.json như url bên dưới:

https://github.com/nhunamit/basic-coin-prediction-node/commit/36f1d8adda0473a3eca4b384b905d3b285cff59a

  • Chủ yếu sửa "submitTx": false thành "submitTx": true
  • image: alloranetwork/allora-offchain-node:v0.1.0 thành image: alloranetwork/allora-offchain-node:latest
  • Sửa thêm: gasgasAdjustment để tránh lỗi khi submit tx.

3. Thực hiện lệnh tạo cấu hình file env_file dựa theo file config.json:

./init.config

4. Lấy ảnh mới nhất của worker

docker compose pull

5. Chạy lại worker

docker compose up -d --build

5. Kiểm tra log worker

docker compose logs -f