lotus testnet3 Lotus-bench results thread (v24 params)

lotus testnet3 Lotus-bench results thread v24

1,lotus testnet3 Lotus-bench results thread v24

# git clone -b interopnet https://github.com/filecoin-project/lotus.git
# cd lotus/
# FFI_BUILD_FROM_SOURCE=1 make clean all bench

+ echo '[build_from_source] Error: cargo is not installed.'
[build_from_source] Error: cargo is not installed.
+ echo '[build_from_source] install Rust toolchain to resolve this problem.'
[build_from_source] install Rust toolchain to resolve this problem.
+ exit 1
Makefile:11: recipe for target '.install-filcrypto' failed
make[1]: *** [.install-filcrypto] Error 1
make[1]: 离开目录“/root/lotus/extern/filecoin-ffi”
Makefile:28: recipe for target 'build/.filecoin-install' failed
make: *** [build/.filecoin-install] Error 2
  • 安装rust
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

参考:

  1. Lotus-bench results thread (v24 params)
发布了659 篇原创文章 · 获赞 185 · 访问量 122万+

猜你喜欢

转载自blog.csdn.net/u010953692/article/details/105301884