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
This is not a security-related bug/issue. If it is, please follow please follow the security policy.
I have searched on the issue tracker and the lotus forum, and there is no existing related issue or discussion.
I am running the Latest release, the most recent RC(release canadiate) for the upcoming release or the dev branch(master), or have an issue updating to any of these.
I did not make any code changes to lotus.
Lotus component
lotus daemon - chain sync
lotus fvm/fevm - Lotus FVM and FEVM interactions
lotus miner/worker - sealing
lotus miner - proving(WindowPoSt/WinningPoSt)
lotus JSON-RPC API
lotus message management (mpool)
Other
Lotus Version
1.23.2 mainnet
Repro Steps
make lotus-shed lotus-wallet on a Linux system
./lotus-shed ledger list
throws error: ERROR lotus-shed lotus-shed/main.go:122 LedgerHID device (idx 0) not found
Describe the Bug
Using a Ledger Nano S Plus, trying to set up remote ledger support for my lotus daemon/miner setup.
Unable to find the JSON string from the Ledger device with lotus-shed.
Instantly throws an error: ERROR lotus-shed lotus-shed/main.go:122 LedgerHID device (idx 0) not found lususb shows the Ledger device.
Ledger Live works fine on the system.
Ledger Live not running at the same time!
Ledger is unlocked, Filecoin app is open and in expert mode.
Found the HW path in Ledger Live: "freshAddressPath": "44'/461'/0'/0/0",
Tried to run lotus-shed ledger key-info "m44'/461'/0'/0/0"
which throws the same error.
Tried on 3 different Linux flavors (Arch, Manjaro and Ubuntu) with all the same error.
Logging Information
no errors logged other than on stdout.
The text was updated successfully, but these errors were encountered:
Checklist
Latest release
, the most recent RC(release canadiate) for the upcoming release or the dev branch(master), or have an issue updating to any of these.Lotus component
Lotus Version
Repro Steps
Describe the Bug
Using a Ledger Nano S Plus, trying to set up remote ledger support for my lotus daemon/miner setup.
Unable to find the JSON string from the Ledger device with
lotus-shed
.Instantly throws an error:
ERROR lotus-shed lotus-shed/main.go:122 LedgerHID device (idx 0) not found
lususb
shows the Ledger device.Ledger Live works fine on the system.
Ledger Live not running at the same time!
Ledger is unlocked, Filecoin app is open and in expert mode.
Found the HW path in Ledger Live:
"freshAddressPath": "44'/461'/0'/0/0",
Tried to run
lotus-shed ledger key-info "m44'/461'/0'/0/0"
which throws the same error.
Tried on 3 different Linux flavors (Arch, Manjaro and Ubuntu) with all the same error.
Logging Information
The text was updated successfully, but these errors were encountered: