Help needed, setup 2k local devnet. #8515
Replies: 3 comments
-
Thanks for the report. The issue you are experiencing lies elsewhere. Moving this issue to Lotus Discussions for help and troubleshooting. Closing Lotus issue ticket. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@alanmoleapfive Do you still need help with this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I am archiving this discussion as there has been no new input from the author for more than 7 days. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checklist
Latest release
, or the most recent RC(release canadiate) for the upcoming release or the dev branch(master), or have an issue updating to any of these.Lotus component
Lotus Version
Describe the Bug
system:centos
use https://lotus.filecoin.io/docs/developers/developer-network/
git clone https://github.com/filecoin-project/lotus.git
cd lotus
git checkout v1.13.2
in 13、Set up the genesis miner. This process can take a few minutes:
./lotus-miner init --genesis-miner --actor=t01000 --sector-size=2KiB --pre-sealed-sectors=
/.genesis-sectors --pre-sealed-metadata=/.genesis-sectors/pre-seal-t01000.json --nosyncget:
ERROR miner miner/warmup.go:82 winning PoSt warmup failed {"error": "failed to compute proof: faulty sectors [SectorId(0)]", "errorVerbose": "failed to compute proof:\n github.com/filecoin-project/lotus/miner.(*Miner).winPoStWarmup\n /home/lotus/lotus/miner/warmup.go:72\n - faulty sectors [SectorId(0)]\n github.com/filecoin-project/filecoin-ffi.GenerateWinningPoSt\n \t/home/lotus/lotus/extern/filecoin-ffi/proofs.go:643\n github.com/filecoin-project/lotus/extern/sector-storage/ffiwrapper.(*Sealer).GenerateWinningPoSt\n \t/home/lotus/lotus/extern/sector-storage/ffiwrapper/verifier_cgo.go:31\n github.com/filecoin-project/lotus/storage.(*StorageWpp).ComputeProof\n \t/home/lotus/lotus/storage/miner.go:293\n github.com/filecoin-project/lotus/miner.(*Miner).winPoStWarmup\n \t/home/lotus/lotus/miner/warmup.go:64\n github.com/filecoin-project/lotus/miner.(*Miner).doWinPoStWarmup\n \t/home/lotus/lotus/miner/warmup.go:80\n runtime.goexit\n \t/usr/local/go/src/runtime/asm_amd64.s:1581"}
2022-02-14T16:11:30.360+0800 ERROR miner miner/miner.go:475 completed mineOne {"tookMilliseconds": 215, "forRound": 1, "baseEpoch": 0, "baseDeltaSeconds": 17112, "nullRounds": 0, "lateStart": true, "beaconEpoch": 1645937, "lookbackEpochs": 900, "networkPowerAtLookback": "40960", "minerPowerAtLookback": "40960", "isEligible": true, "isWinner": true, "error": "failed to compute winning post proof: faulty sectors [SectorId(0)]", "errorVerbose": "failed to compute winning post proof:\n github.com/filecoin-project/lotus/miner.(*Miner).mineOne\n /home/lotus/lotus/miner/miner.go:541\n - faulty sectors [SectorId(0)]\n github.com/filecoin-project/filecoin-ffi.GenerateWinningPoSt\n \t/home/lotus/lotus/extern/filecoin-ffi/proofs.go:643\n github.com/filecoin-project/lotus/extern/sector-storage/ffiwrapper.(*Sealer).GenerateWinningPoSt\n \t/home/lotus/lotus/extern/sector-storage/ffiwrapper/verifier_cgo.go:31\n github.com/filecoin-project/lotus/storage.(*StorageWpp).ComputeProof\n \t/home/lotus/lotus/storage/miner.go:293\n github.com/filecoin-project/lotus/miner.(*Miner).mineOne\n \t/home/lotus/lotus/miner/miner.go:539\n github.com/filecoin-project/lotus/miner.(*Miner).mine\n \t/home/lotus/lotus/miner/miner.go:285\n runtime.goexit\n \t/usr/local/go/src/runtime/asm_amd64.s:1581"}
2022-02-14T16:11:30.360+0800 ERROR miner miner/miner.go:287 mining block failed: failed to compute winning post proof:
Logging Information
Repo Steps
...
Beta Was this translation helpful? Give feedback.
All reactions