Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

louts Use create-worker-key to create an error #1536

Closed
hlb168 opened this issue Apr 11, 2020 · 1 comment · Fixed by #4475
Closed

louts Use create-worker-key to create an error #1536

hlb168 opened this issue Apr 11, 2020 · 1 comment · Fixed by #4475
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@hlb168
Copy link

hlb168 commented Apr 11, 2020

Describe the bug
louts Use create-worker-key to create an error

To Reproduce
Steps to reproduce the behavior:

  1. ./lotus-storage-miner init --create-worker-key=true --owner=t3s3xpjdq3krwz6krlhaywi5e65b5ufckh6yh3tmd4eaq6sl44fyhvp45ouvg2xdqozxxsojfnpeilzuv45qqq --nosync

See error:
ERROR main lotus-storage-miner/init.go:237 Failed to initialize lotus-storage-miner: creating miner failed:
main.storageMinerInit
/home/test/filecoin-project/lotus-source/cmd/lotus-storage-miner/init.go:492

  • create storage miner failed: exit code 16:
    main.createStorageMiner
    /home/test/filecoin-project/lotus-source/cmd/lotus-storage-miner/init.go:639
    main.glob..func2
    /home/test/filecoin-project/lotus-source/cmd/lotus-storage-miner/init.go:237
    gopkg.in/urfave/cli%2ev2.(*Command).Run
    /home/test/gocode/pkg/mod/gopkg.in/urfave/[email protected]/command.go:167
    gopkg.in/urfave/cli%2ev2.(*App).Run
    /home/test/gocode/pkg/mod/gopkg.in/urfave/[email protected]/app.go:261
    main.main
    /home/test/filecoin-project/lotus-source/cmd/lotus-storage-miner/main.go:79
    runtime.main

the network reply:

Send actor error {"from": "t3s55v6xrff3yz7jty6sk5ni4tz3jjlf4a3565fxyiqqnhlu2n632zlk5hywlb75gtzf76memsa7e2s4gne6aq", "to": "t04", "nonce": 1, "method": "4", "height": "333", "error": "failed to init new actor (RetCode=16):\n github.com/filecoin-project/specs-actors/actors/builtin.RequireSuccess\n /home/test/gocode/pkg/mod/github.com/filecoin-project/[email protected]/actors/builtin/shared.go:17"}

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Version (run lotus --version):
lotus version 0.3.0+gitfca3f3a8.dirty

Additional context
Add any other context about the problem here.
Using create-worker-key will generate a new wallet address

@magik6k magik6k added bug good first issue Good for newcomers help wanted Extra attention is needed labels Apr 22, 2020
@skyhuihui
Copy link

I have the same problem. What is the solution to this problem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants