We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run a Geth instance, it starts with a bunch of error logs complaining "Failed to enumerate USB devices". I'm not using a hardware wallet.
Geth version: 1.9.9 OS & Version: both Linux, and OSX Commit hash : (if develop)
develop
Complaing about a problem with usb only if I explicitly expressed I want to use usb.
Always complains.
geth :)
geth
The text was updated successfully, but these errors were encountered:
You can run with --nousb if you want USB wallet support disabled. By default it's enabled.
--nousb
Sorry, something went wrong.
Alternatively you can add libusb to docker container : apk add libusb apk add libusb-dev
and error will go away
No branches or pull requests
When I run a Geth instance, it starts with a bunch of error logs complaining "Failed to enumerate USB devices". I'm not using a hardware wallet.
System information
Geth version: 1.9.9
OS & Version: both Linux, and OSX
Commit hash : (if
develop
)Expected behaviour
Complaing about a problem with usb only if I explicitly expressed I want to use usb.
Actual behaviour
Always complains.
Steps to reproduce the behaviour
geth
:)The text was updated successfully, but these errors were encountered: