Coder Social home page Coder Social logo

Comments (4)

gary-rowe avatar gary-rowe commented on July 19, 2024

As new Trezor/KeepKey firmware is released the MultiBit Hardware project is verified against it and any updates made as required.

A Device not attached message is not firmware dependent - that would show up as a firmware incompatibility message after a DEVICE_CONNECTED message was received.

What you're seeing here is a successful device locate through the HID API followed by an attempt to connect() which then discovers that the device has not been located after all. There should be a lot more logging going on in the Example module so you may want to verify that src/main/resources/logback.xml is present on your classpath when running TrezorV1FeaturesExample.

One thing that may be causing the problem is if another application is also attempting to talk to the Trezor device. Perhaps you have a browser window open to the mytrezor.com website - or another application running in the background, such as MultiBit HD.

from multibit-hardware.

martin-lizner avatar martin-lizner commented on July 19, 2024

Problem solved! Thank You. I had to close MyTrezor web application (with Chrome extension).

Im wondering if this could be somewhat enhanced that two clients can use trezor..?

HardwareMessage:
org.multibit.hd.hardware.core.messages.Features@c4e207b[
vendor=bitcointrezor.com
version=1.3.4
....

from multibit-hardware.

gary-rowe avatar gary-rowe commented on July 19, 2024

No worries. There is a note in the README about this kind of thing but it's easily missed.

Regarding sharing a single Trezor with multiple clients, I'd advise against it. The single state machine in the Trezor can get confused if two clients are attempting to work through two separate use cases which is why it's best to keep them exclusive. It could be solved by using the session parameter to keep everything separated, but I've not looked into it and I find that keeping it simple works best.

Given that the issue is solved, I'll close it now.

Remember to work through all the examples and the wallet so you get a good feel for the API.

from multibit-hardware.

gary-rowe avatar gary-rowe commented on July 19, 2024

Just added the note (I thought it was there but it wasn't).

from multibit-hardware.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.