Closed J1a-wei closed 1 year ago
Hi there! :)
The network name for hyperspace is actually hyperspacenet
.
Also, keep in mind that it's highly possible that hyperspacenet will come to an end around the end of May.
Thank you for the reminder, but I tried to make hyperspacenet and it still failed.
cd rust && cargo clean && cd ..
info: syncing channel updates for 'nightly-2022-05-09-x86_64-unknown-linux-musl'
info: latest update on 2022-05-09, rust version 1.62.0-nightly (cb1219871 2022-05-08)
info: downloading component 'cargo'
info: downloading component 'clippy'
info: downloading component 'rust-docs'
info: downloading component 'rust-std'
info: downloading component 'rustc'
info: downloading component 'rustfmt'
info: installing component 'cargo'
info: installing component 'clippy'
info: installing component 'rust-docs'
info: installing component 'rust-std'
info: installing component 'rustc'
info: installing component 'rustfmt'
make[1]: Leaving directory '/go/lotus/extern/filecoin-ffi'
make: *** No rule to make target 'hyperspacenet'. Stop.
The command '/bin/sh -c cd lotus && make clean && make ${NETWORK} lotus-shed lotus-gateway && install -C ./lotus /usr/local/bin/lotus && install -C ./lotus-gateway /usr/local/bin/lotus-gateway && install -C ./lotus-shed /usr/local/bin/lotus-shed' returned a non-zero code: 2
So it is not supported to build the Hyperspace network? @dumikau
Hmmm, depends on the branch or tag you're building from. Not all lotus branches support hyperspace.
Afaik we use the ntwk/hyperspace
branch to build hyperspace. The Makefile
there supports the rule to build hyperspacenet
The version there is 1.20.3 though. I'd suggest you to use calibnet
instead. They're not really different at this point, and calibnet
is still being updated on the regular basis.
This repo is awesome. I know how to build Mainnet and Calibnet, but how should HypeSace build Docker image?
Got these error log