You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.
According to the official document process to build a local network, when I run the command:
./lotus-miner init --genesis-miner --actor=t01000 --sector-size=2KiB --pre-sealed-sectors=/.genesis-sectors --pre-sealed-metadata=/.genesis- sectors/pre-seal-t01000.json --nosync
There is an error in the log:
ERROR miner miner/miner.go:473 completed mineOne {"tookMilliseconds": 29, "forRound": 1, "baseEpoch": 0, "baseDeltaSeconds": 736, "nullRounds": 0, "lateStart": true, "beaconEpoch ": 3043431, "lookbackEpochs": 900, "networkPowerAtLookback": "40960", "minerPowerAtLookback": "40960", "isEligible": true, "isWinner": true, "error": "failed to compute winning post proof: faulty sectors [SectorId(1)]", "errorVerbose": "failed to compute winning post proof:\n github.com/filecoin-project/lotus/miner.(*Miner).mineOne\n /home/admin/Data /softWare/lotus-local-net/miner/miner.go:543\n - faulty sectors [SectorId(1)]"}
ERROR miner miner/miner.go:286 mining block failed: failed to compute winning post proof:
github.com/filecoin-project/lotus/miner.(*Miner).mineOne
/home/admin/Data/softWare/lotus-local-net/miner/miner.go:543
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
According to the official document process to build a local network, when I run the command:
./lotus-miner init --genesis-miner --actor=t01000 --sector-size=2KiB --pre-sealed-sectors=
/.genesis-sectors --pre-sealed-metadata=/.genesis- sectors/pre-seal-t01000.json --nosyncThere is an error in the log:
ERROR miner miner/miner.go:473 completed mineOne {"tookMilliseconds": 29, "forRound": 1, "baseEpoch": 0, "baseDeltaSeconds": 736, "nullRounds": 0, "lateStart": true, "beaconEpoch ": 3043431, "lookbackEpochs": 900, "networkPowerAtLookback": "40960", "minerPowerAtLookback": "40960", "isEligible": true, "isWinner": true, "error": "failed to compute winning post proof: faulty sectors [SectorId(1)]", "errorVerbose": "failed to compute winning post proof:\n github.com/filecoin-project/lotus/miner.(*Miner).mineOne\n /home/admin/Data /softWare/lotus-local-net/miner/miner.go:543\n - faulty sectors [SectorId(1)]"}
ERROR miner miner/miner.go:286 mining block failed: failed to compute winning post proof:
github.com/filecoin-project/lotus/miner.(*Miner).mineOne
/home/admin/Data/softWare/lotus-local-net/miner/miner.go:543
Beta Was this translation helpful? Give feedback.
All reactions