Run Miner #9568
Unanswered
16871560
asked this question in
Build and Sync
Run Miner
#9568
Replies: 2 comments 1 reply
-
Hi @16871560 (Ben) |
Beta Was this translation helpful? Give feedback.
1 reply
-
I had commented code func paramfetch () (cuz I just enabled markets) and build go build -o lotus-market , it seems ok, after then, I export the fullnode api token, and run lotus-market init --actor t04xxxx and I can get the message of ChangePeerID, everything is fine. finally I run lotus-market run . it occurs the error as I have posted |
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
-
ERROR: creating node: starting node here: could not build arguments for function "github.com/filecoin-project/lotus/node/modules".HandleDeals (/Users/benyoung/Desktop/filecoin/node/modules/storageminer.go:360): failed to build storagemarket.StorageProvider: could not build arguments for function "reflect".makeFuncStub (/usr/local/go/src/reflect/asm_amd64.s:28): failed to build *storedask.StoredAsk: could not build arguments for function "reflect".makeFuncStub (/usr/local/go/src/reflect/asm_amd64.s:28): failed to build storagemarket.StorageProviderNode: could not build arguments for function "reflect".makeFuncStub (/usr/local/go/src/reflect/asm_amd64.s:28): failed to build *sectorblocks.SectorBlocks: missing dependencies for function "reflect".makeFuncStub (/usr/local/go/src/reflect/asm_amd64.s:28): missing type: sectorblocks.SectorBuilder (did you mean *sectorblocks.SectorBlocks?)
Beta Was this translation helpful? Give feedback.
All reactions