安装
多个可用版本
- Skylake: Optimized for Intel Skylake and newer CPUs, as well as AMD Ryzen processors. Ideal for PCs manufactured from 2015 onward.
- Legacy (x86-64-v2): Designed for Intel Broadwell, Haswell, and older CPUs, along with their AMD counterparts. Suitable for systems built between 2009 and 2015 and for virtual environments that do not support Skylake instructions.
For the latest binaries and source code, please visit the Releases section on our GitHub.
可用参数
使用--help
选项可以获取 subspace-node
和 subspace-farmer
参数及其功能的完整列表。
CLI Installation Guide
需要 Substrate 地址
To use this software, you need a Substrate wallet address. You can use Talisman Recommended or check out other compatible wallets.
If you have a previous wallet address that starts with st
, you can still use it, or you can transform it to the new su
prefix. You can convert your existing wallet address using the tool available at ss58.org. Previously, our testnets used the prefix 2254
, while the Taurus testnet and Autonomys mainnet use the prefix 6094
.
我们将提供您操作系统所需的文件:
- subspace-node:Subspace 协议的节点实现。
- subspace-farmer:管理绘图、重新绘图和耕种奖励。
- Ubuntu
- Windows
- macOS
- Linux Service (SystemD)
- Docker
- Build from Source