系统要求:
BTFS 可以在大多数 Linux、macOS 和 Windows 系统上运行。
至少有 2 GB RAM 的机器上运行它(只有一个 CPU 内核就可以正常运行),但它应该在 1 GB RAM 的情况下也能正常运行。
测试网源代码构建
主网源代码构建
克隆 go-btfs 存储库git clone https://github.com/bittorrent/go-btfs
导航到 go-btfs 目录并运行 make install。cd go-btfs
make install
make build
运行BTFS
初始化 BTFS 守护进程
cd cmd/btfs
运行代码生成信息
./btfs init
启动守护进程
启动 BTFS 守护进程
#测试网id 1029,主网id 199
./btfs daemon --chain-id 199
返回类似信息
Initializing daemon...
go-btfs version: 2.3.0-46b46ba57
Repo version: 10
System version: amd64/linux
Golang version: go1.20.1
Repo location: /root/.btfs
Peer identity: 16Uiu2HAm9j3Eea7sTbG1B5zh7vfrGeUVp9xe9Bnh6GYiC6sadD98
the address of Bttc format is: 0xcb68A329561D31aaaA6fB9819b7c2Dd43631A80E
the address of Tron format is: TUWjXL9zLC2wdgCe5ktXjycgPqWrDDPy6V
Guide: http://127.0.0.1:5001/hostui
InitToken: 199 map[TRX:0xEdf53026aeA60f8F75FcA25f8830b7e2d6200662 USDD:0x17F235FD5974318E4E2a5e37919a209f7c37A6d1 USDT:0xdB28719F7f938507dBfe4f0eAe55668903D34a15 WBTT:0x23181F21DEa5936e24163FFABa4Ea3B316B57f3C]
cannot continue until there is sufficient (30000 Suggested) BTT (for Gas) available on 0xcb68a329561d31aaaa6fb9819b7c2dd43631a80e
cannot continue until there is sufficient (30000 Suggested) BTT (for Gas) available on 0xcb68a329561d31aaaa6fb9819b7c2dd43631a80e
首次启动创建一个地址,0xcb68a329561d31aaaa6fb9819b7c2dd43631a80e,像该地址存入30000BTT即可开始运行。其中包含了一个ERC20地址,一个TRC20地址 私钥需要在仪表盘上查看,请注意保存。