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
The error is as follows,What's wrong?
ERROR: creating node: starting node: could not build arguments for function "github.com/filecoin-project/lotus/node/modules".GetParams (/root/lotus/node/modules/storageminer.go:89): failed to build abi.RegisteredSealProof: could not build arguments for function "reflect".makeFuncStub (/usr/local/go/src/reflect/asm_amd64.s:12): failed to build dtypes.MinerAddress: received non-nil error from function "reflect".makeFuncStub (/usr/local/go/src/reflect/asm_amd64.s:12): datastore: key not found
status/archivedArchive label, use when closing/locking old discussions.
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
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
-
When I execute “lotus-miner run”
export FIL_PROOFS_PARAMETER_CACHE=/data/filecoin-proof-parameters/
export FIL_PROOFS_PARENT_CACHE=/data/lotusparent
export BELLMAN_CPU_UTILIZATION=0.875
export FIL_PROOFS_MAXIMIZE_CACHING=1
export GOPROXY=https://goproxy.cn
export IPFS_GATEWAY=https://proof-parameters.s3.cn-south-1.jdcloud-oss.com/ipfs/
export LOTUS_MINER_PATH=/data/lotusminer
export CGO_CFLAGS_ALLOW="-D__BLST_PORTABLE__"
export CGO_CFLAGS="-D__BLST_PORTABLE__"
nohup lotus-miner run > miner.log 2>&1 &
The error is as follows,What's wrong?
ERROR: creating node: starting node: could not build arguments for function "github.com/filecoin-project/lotus/node/modules".GetParams (/root/lotus/node/modules/storageminer.go:89): failed to build abi.RegisteredSealProof: could not build arguments for function "reflect".makeFuncStub (/usr/local/go/src/reflect/asm_amd64.s:12): failed to build dtypes.MinerAddress: received non-nil error from function "reflect".makeFuncStub (/usr/local/go/src/reflect/asm_amd64.s:12): datastore: key not found
Beta Was this translation helpful? Give feedback.
All reactions