Node9X Service
  • 🍄MAINNET
    • 🟢Kopi Protocol
      • 💾Service & Snapshot
      • ⚙️Installation
      • ⛓️Upgrade (V11)
      • 🪢Cosmovisor
      • 🛰️Command
  • 🚀Testnet
    • 🧬Explorer
    • 🟢Native
      • ⚙️Installation
    • 🟢XRPL EVM
      • 💾Service & Snapshot
      • ⚙️Installation
      • 🕹️Command
    • 🟢Pipe Network
      • Installation
      • Upgrade
    • 🟢Pell
      • 💾Service & Snapshot
      • ⚙️Installation
      • ⛓️Upgrade (v1.1.1)
      • 🕹️Command
    • 🟢Structs
      • 💾Service & Snapshot
      • ⚙️Installation
      • 🕹️Command
    • 🟢Prysm
      • 🛰️Service & Snapshot
      • ⚙️Installation
      • 💾Command
    • 🟢Zenrock
      • 💾Service & Snapshot
      • ⚙️Installation
      • ⛓️Upgrade ( v6.3.3)
      • 🕹️Cosmovisor
      • 🛰️Command
      • ⚙️Sidecar (✔️Oracle)
        • 🔗Upgrade
    • 🟢Story Protocol
      • 💾Service & Snapshot
      • ⚙️Installation (Odyssey)
      • ⛓️Upgrade (v0.13.1)
        • 🪢Upgrade (v0.13.0)
      • ⛓️Cosmovisor
      • 🛰️Command
    • 🟢0G Chain
      • Service & Snapshot
      • Installation
        • Cosmovisor
      • Commands
      • ☑️0G Storage Node
        • Upgrade (v0.7.3)
      • ☑️0G Storage KV
      • ☑️0G DA Node
        • Update
      • ☑️0G DA Client
    • 🟢Airchains
      • 💾Service & Snapshot
      • ⚙️Installation
        • 🪢Cosmovisor
        • 🔺EVM ZK Rollup
      • 🕹️Commands
      • ⛓️Upgrade
    • 🟢Allora
      • 🔺Workers
        • Create tool and worker wallet
        • Install Worker 1
        • Install Worker 2
        • Troubleshooting
        • Script for checking worker
      • Another method
      • Service
      • Installation By Dock (Recommend)
      • Installation
      • Snapshot & State sync
      • Useful commands
    • 🟢Hedge Block
      • Service
      • Installation
      • Commands
    • 🟢Dill Chain
      • Usage Commands
    • 🟢Fiamma Chain
      • 🥦Services & Snapshot
      • ⚙️Installation
      • 🛰️Usage Command
    • 🟢Elixir Testnet
      • ⚙️Installation
    • 🟢Chainbase
      • ⛓️Installation
    • 🔘AXONE Protocol
      • 💾Service & Snapshot
      • ⚙️Installation
    • 🔘Symphony
      • 🔌Installation
      • 🥦Fresh Peer
    • 🔘Empeiria
      • Installation
      • Usage Command
Powered by GitBook
On this page

Was this helpful?

  1. Testnet
  2. Allora
  3. Workers

Create tool and worker wallet

PreviousWorkersNextInstall Worker 1

Last updated 8 months ago

Was this helpful?

Cài allorad:

curl -sSL https://raw.githubusercontent.com/allora-network/allora-chain/main/install.sh | bash -s -- v0.2.7

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"

Thêm vào file .bashrc để có thể sử dụng allorad từ mọi terminal:

vi ~/.bashrc
  • Nhấn i để chuyển sang chế độ chỉnh sửa.

Thêm dòng sau vào cuối file, ở ví dụ trên là:

export PATH="$PATH:/root/.local/bin"
  • Lưu và thoát bằng cách nhấn Esc sau đó gõ :wq và nhấn Enter. (Để thoát mà không lưu, nhấn Esc sau đó gõ :q! và nhấn Enter)

Load lại file .bashrc:

source ~/.bashrc

Tạo một ví mới cho worker node:

allorad keys add net1_worker
  • Nhập 2 lần mật khẩu mới cho ví mới tạo, nhớ để truy cập vào ví sau này.

  • Lưu lại các thông tin ví mới vào file txt, quan trọng là: address và 24 từ mnemonic.

  • Mỗi topic khi chạy lần đầu worker sẽ gởi tx đăng ký topic đó nên cần có uallo để gởi tx.

  • Nếu bị lỗi không faucet được thì thử lại nhiều lần, sau đó thực hiện lệnh dưới để kiểm tra số dư ví: (thay <địa chỉ ví> thành địa chỉ ví của bạn)

allorad query bank balances <địa chỉ ví> --node=https://allora-rpc.testnet-1.testnet.allora.network
allorad keys list
sudo apt update
sudo apt install git
git --version
sudo apt-get 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"
sudo apt-get update
sudo apt-get install docker-ce -y
  • Kiểm tra trạng thái Docker:

sudo systemctl status docker

Ấn q để thoát.

  • Kiểm tra phiên bản Docker:

docker --version

Kết quả trả về ví dụ: Docker version 26.1.4, build 5650f9b

Dùng faucet để nhận uallo: (Địa chỉ ví address ở lệnh phía trên)

Vào để nhận uallo. Faucet thành công như hình dưới:

Xem lại ví đã tạo:

Cài đặt Git và Docker

Cài đặt Git:

Kiểm tra Git đã cài đặt thành công:

Cài đặt Docker:

Kiểm tra Docker đã cài đặt thành công:

🚀
🟢
🔺
​
​
​
​
​
https://faucet.testnet-1.testnet.allora.network/
​
​
​
​
​
​