Code Monkey home page Code Monkey logo

lightwallet2's People

Contributors

jwinterm avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

lightwallet2's Issues

java.lang.NumberFormatException after receiving a fraction of a XMR

After receiving 0,5 XMR the following exception was thrown:
Exception in thread "LWJGL Application" java.lang.NumberFormatException: For input string: "0,5" at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043) at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110) at java.lang.Double.parseDouble(Double.java:538) at com.jw.lightwallet.screens.MainScreen.dumptxlist(MainScreen.java:390) at com.jw.lightwallet.screens.MainScreen.runtasks(MainScreen.java:237) at com.jw.lightwallet.screens.MainScreen.render(MainScreen.java:185) at com.badlogic.gdx.Game.render(Game.java:46) at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:215) at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:120)

When starting again, the Exception occurs again:

Exception in thread "LWJGL Application" java.lang.NumberFormatException: For input string: "0,5" at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043) at sun.misc.FloatingDecimal.parseDouble(FloatingDecimal.java:110) at java.lang.Double.parseDouble(Double.java:538) at com.jw.lightwallet.screens.MainScreen.dumptxlist(MainScreen.java:390) at com.jw.lightwallet.screens.MainScreen.<init>(MainScreen.java:169) at com.jw.lightwallet.screens.PasswordScreen$1.clicked(PasswordScreen.java:92) at com.badlogic.gdx.scenes.scene2d.utils.ClickListener.touchUp(ClickListener.java:89) at com.badlogic.gdx.scenes.scene2d.InputListener.handle(InputListener.java:58) at com.badlogic.gdx.scenes.scene2d.Stage.touchUp(Stage.java:348) at com.badlogic.gdx.backends.lwjgl.LwjglInput.processEvents(LwjglInput.java:316) at com.badlogic.gdx.backends.lwjgl.LwjglApplication.mainLoop(LwjglApplication.java:207) at com.badlogic.gdx.backends.lwjgl.LwjglApplication$1.run(LwjglApplication.java:120)

Extracting the Java wrapper for the wallet and making it a standalone project

Hey, @jwinterm!

Even though the official GUI client has rendered the main purpose of the project obsolete, I think it can still be of much use for people who want to build Java-based applications that incorporate Monero by using Monero's JSON-RPC interface, just like https://github.com/priiduneemre/btcd-cli4j is useful for countless Java projects that implement Bitcoin.

Since you're the author, you are the most informed about which files from this project need to be kept and compiled in order to create a Java Monero JSON-RPC wrapper library.

If you are too lazy or disinterested or busy to do this however, I can try to do it myself as well, but I'd be very grateful if you could let me know of some hidden hazards or quirks with regards to your code that I need to take into account to be successful at creating this library.

Stopped working with new monerod 10.1.0

Wallet doesn't work anymore with the new daemon. Only outputs:
LightWallet: Connection refused (Connection refused)

  • balance remains 0, wallet sync displays / 1203457 (current block), cannot save - save failed

When I put back old monerod 10.0.0, everything works OK.

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.