Home Foren Trezor Wallet Benutzerdefiniertes Backend

  • Dieses Thema hat 3 Antworten und 2 Teilnehmer, und wurde zuletzt aktualisiert vor 1 Jahr, 11 Monaten von matejcik.
Ansicht von 3 Antwort-Themen
  • Autor
    Beiträge
    • #791998
      root_s2yse8vt
      Administrator
      Up
      0
      Down
      ::

      Kann mir jemand eine Backend-Software empfehlen, mit der die neueste Trezor Suite funktioniert? Ich habe es mit Esplora versucht, aber es ist fehlgeschlagen, weil die Electrs ein anderes Protokoll haben. Ich habe es mit Blockbook versucht, es hat vorher funktioniert, aber nicht mit der neuesten Version (ich bin mir nicht sicher, ob das Problem in der neuesten Version der Suite oder in der neuesten Version von Blockbook liegt – im Browser funktioniert es problemlos, aber die Trezor Suite schlägt fehl und in den Protokollen steht nur `DEBUG(trezor-connect-ipc): BLOCKCHAIN_EVENT blockchain-error`, was absolut nutzlos ist, und in der GUI habe ich “Account discovery error”, was auch nicht hilfreicher ist).

      Kann also jemand bitte den exakten Commit der exakten Software verlinken, was auch immer funktioniert? Dies ist eine ziemlich schmerzhafte Erfahrung.

    • #791999
      brianddk
      Gast
      Up
      0
      Down
      ::

      I’d HIGHLY recommend you try hosting your backend via TOR not HTTP. Flushing out all the TLS dependencies could be more than you care to tackle. Then there is the question on whether you bind to localhost your external IP. TOR takes the port accessibility, IP binding, and TLS all off the table.

      If you don’t want to use TOR, then my next recommendation is that you create a fully signed TLS certificate chain that you add to your root CA for all units involved. Keep in mind, some “browsers” balk at self-signed certificates. Suite is in essence an embedded browser engine.

      Also look at the Suite command-line switches to see if there are any `–debug`, or `–no-ssl` options, or anything of the like.

      If the problem persist, review our open issues on GitHub

      * https://github.com/trezor/trezor-suite/issues
      * https://github.com/trezor/blockbook/issues

    • #792000
      simonmales
      Gast
    • #792001
      matejcik
      Gast
      Up
      0
      Down
      ::

      Esplora is a block explorer. You actually need an indexer, i.e., the same thing esplora itself connects to. Did you point Suite at the electrs backend, or at the front-end that you look at in your browser?

Ansicht von 3 Antwort-Themen
  • Du musst angemeldet sein, um auf dieses Thema antworten zu können.