We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How are we supposed the run the provided binary?
With Ubuntu22, it does not work:
./lotus-shed fetch-params --proving-params 512MiB ./lotus-shed: error while loading shared libraries: libhwloc.so.15: cannot open shared object file: No such file or directory apt install libhwloc15 -y ./lotus-shed fetch-params --proving-params 512MiB Illegal instruction (core dumped) ./lotus-shed -h Illegal instruction (core dumped)
as a replacement i used filecoin lotus-miner, is that the same result?
export FIL_PROOFS_PARAMETER_CACHE=/var/tmp/filecoin-proof-parameters lotus-miner fetch-params 512MiB lotus-miner fetch-params 32GiB
The text was updated successfully, but these errors were encountered:
@ThomasBlock we have release new version for different system version:https://github.com/swanchain/go-computing-provider/releases/tag/v0.4.2
if your system CPU is intel, please use https://github.com/swanchain/go-computing-provider/releases/download/v0.4.2/lotus-shed-linux-intel
if your system CPU is AMD, please use https://github.com/swanchain/go-computing-provider/releases/download/v0.4.2/lotus-shed-linux-amd64
Sorry, something went wrong.
if the binaries are still not available for you system, you can compile it directly from the source code: https://github.com/filecoin-project/lotus.git
https://lotus.filecoin.io/kb/lotus-shed-not-installed/
No branches or pull requests
How are we supposed the run the provided binary?
With Ubuntu22, it does not work:
as a replacement i used filecoin lotus-miner, is that the same result?
The text was updated successfully, but these errors were encountered: