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.yml
và config.json
như url bên dưới:
- Chủ yếu sửa
"submitTx": false
thành"submitTx": true
- Và
image: alloranetwork/allora-offchain-node:v0.1.0
thànhimage: alloranetwork/allora-offchain-node:latest
- Sửa thêm:
gas
vàgasAdjustment
để 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