initializing miner with ledger wallet owner address fails #10919
-
I added an f1/secp256k1-ledger address and an f3/bls address to my wallet. Then tried to run the command to initialize a miner using the f1 address as the owner and the f3 as the controller:
it fails with this error message:
Ledger Filecoin App Version: 0.22.10 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Sorry to hear that you are still having issues with this Davey! https://filecoinproject.slack.com/archives/CPFTWMY7N/p1684875463135779 |
Beta Was this translation helpful? Give feedback.
-
So I did have my Ledger in expert mode and was/am running the latest firmware. Anyways so after looking at the previous issue you mentioned, I got it to work by first initializing the miner to an f3 address. Then used However the init using the f1/ledger as the owner address never worked--so that's still an issue. |
Beta Was this translation helpful? Give feedback.
So I did have my Ledger in expert mode and was/am running the latest firmware.
Anyways so after looking at the previous issue you mentioned, I got it to work by first initializing the miner to an f3 address. Then used
lotus-miner actor set-owner --really-do-it
twice to change the owner address from the f3 address to the f1/ledger address. So with that workaround, I'm good now.However the init using the f1/ledger as the owner address never worked--so that's still an issue.