如何在 Windows (CLI)上运行 Titan
步骤 1:下载 CLI
步骤2: 解压下载的文件:
使用您喜欢的解压软件(例如WinRAR或7-Zip)解压下载的压缩文件。
步骤3: 移动goworkerd.dll到系统目录:
将
goworkerd.dll
文件移动到C:\Windows\System32
目录下。您可以使用文件资源管理器完成此操作,或者在CMD中执行以下命令:
move /y "path\to\goworkerd.dll" "C:\Windows\System32"
步骤 4:启动 CLI
titan-edge daemon start --init --url https://cassini-locator.titannet.io:5000/rpc/v0
步骤 5:👉申请身份码👈
步骤6:绑定身份码
将申请到的 身份码 替换 your-hash-here
titan-edge bind --hash=your-hash-here https://api-test1.container1.titannet.io/api/v2/device/binding
步骤7: 停止节点
titan-edge daemon stop
Last updated