2. Cài tool và tạo ví worker
Tài liệu tham khảo
Tài liệu chính thức
Để biết thêm chi tiết, hãy xem hướng dẫn chính thức tại:
Tài liệu tham khảo
- https://github.com/allora-network/basic-coin-prediction-node
- https://github.com/allora-network/allora-huggingface-walkthrough
Cài các phần mềm cần thiết:
info
Nếu bạn đã có ví và đã nhận uallo từ faucet mạng testnet-1 rồi thì có thể bỏ qua bước Cài allorad và tạo ví
bên dưới. Nếu là server mới thì cần Cài đặt Git và Docker
để tiếp tục.
Cài allorad:
curl -sSL https://raw.githubusercontent.com/allora-network/allora-chain/main/install.sh | bash -s -- v0.5.0
Kết quả cài đặt thành công ví dụ như sau:
Installation complete. The allorad is now available in /root/.local/bin
To make allorad available from any terminal session, add the following line to your .bashrc or .zshrc:
export PATH="$PATH:/root/.local/bin"