注册操作员
下载 Subspace 节点
下载你操作系统对应的 Subspace Node
文件 。
Taurus Network Only
Currently, only running and registering an operator on the Taurus testnet is supported.
- 🖼️ Windows
- 🍎macOS
- 🐧Ubuntu
选择正确的域
An operator needs to register on a specific domain and create a key pair to participate in bundle production. Autonomys is currently using domain 0
for the EVM domain.
More domains will be available in the future. It is possible to register an operator for each domain, but each operator will require running its own node.
Currently operators can only be registered on the Taurus network.
提示
Any account with the minimum operator stake of 100 tAI3 can become an operator.
创建操作员密钥
操作员需要一个密钥对才能参与bundle生产。
To create a new operator key, run the following command:
Replace these placeholders
<BASE_PATH>
: Path to store node data<DOMAIN_ID>
: Domain ID you want to operate on (e.g., 0 for EVM domain)
./subspace-node-ubuntu-x86_64-skylake-taurus-2025-may-27 domain key create --base-path "<BASE_PATH>" --domain-id "<DOMAIN_ID>"
提示