Skip to content
New issue

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

lotus-sched binary #1

Open
ThomasBlock opened this issue Jan 30, 2024 · 2 comments
Open

lotus-sched binary #1

ThomasBlock opened this issue Jan 30, 2024 · 2 comments

Comments

@ThomasBlock
Copy link

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
@Normalnoise
Copy link
Collaborator

@Normalnoise
Copy link
Collaborator

Normalnoise commented Feb 5, 2024

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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants