Code Monkey home page Code Monkey logo

Comments (4)

paullinator avatar paullinator commented on July 24, 2024

Your 50002 port is an encrypted connection which we are unable to support since electrum uses TCP sockets (not standard HTTP) and there isn't support for encrypted TCP sockets in the native C++ layer of iOS or Android. We tried to add support ourselves but it was quite a rats nest. We're moving future version of the app to Javascript with ReactNative and so we can easily support encrypted connections.

from airbitz-core.

FrancisPouliot avatar FrancisPouliot commented on July 24, 2024

ah ok makes sense!

So basically, when it wasn't working, there was just an endless "Sending" loop (trying to broadcast a transaction).

Is there a way to check that the servers are valid ? If so, an error message would be useful.

from airbitz-core.

paullinator avatar paullinator commented on July 24, 2024

Interesting... This hasn't been a well tested case in the past as we only recently let users specify their own nodes. We definitely show errors when servers respond with an error. Looks like we need to add a timeout for spending transactions if the servers just don't respond.

from airbitz-core.

FrancisPouliot avatar FrancisPouliot commented on July 24, 2024

Maybe the app crashed. I re-started it and I don't think there was any memory of the unbroadcasted tx

from airbitz-core.

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.