swanchain / ubi-benchmark

A ubi benchmark program to test the computing provider's resource
0 stars 0 forks source link

lotus-sched binary #1

Open ThomasBlock opened 8 months ago

ThomasBlock commented 8 months ago

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 commented 8 months ago

@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

Normalnoise commented 8 months ago

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/