Search results

  1. HashEngineering

    Dash Wallet for Android (IX w/ Send and Receive, New UI)

    In my testing, I am finding some functions don't work on Android 4.4.4, meaning that the app crashes while trying to report an issue or going to the other settings menus. However, on Android 6, there are no such crashes. Some bugs have been fixed, some errors have been fixed.
  2. HashEngineering

    Dash Wallet for Android (IX w/ Send and Receive, New UI)

    I just sent myself three crash reports, which will help the developers fix the crashing bugs.
  3. HashEngineering

    Dash Wallet for Android (IX w/ Send and Receive, New UI)

    If there is a crash, please send the Crash Report if you are able! Sub-Ether, thank you for your dedication in testing.
  4. HashEngineering

    Dash Wallet for Android (Release 4) [closed]

    The modifications for IX will be tracked in this thread: https://dashtalk.org/threads/dash-wallet-for-android-ix-w-send-and-receive-new-ui.8228/
  5. HashEngineering

    Dash Wallet for Android (IX w/ Send and Receive, New UI)

    The developers of the Dash Wallet for Android are ready to test the production version of the Dash Wallet for Android that has these updated features: 1. New User Interface 2. Ability to Receive IX transactions and know if they are locked 3. Ability to know that Sent IX transactions are...
  6. HashEngineering

    Dash Network Bandwidth Usage (Re: Java SPV Implimentation)

    Actually, I am trying to read and verify the MN locks from the MN Network, but every node does this as it should in a trustless system. A masternode will send out a Lock in the DoConsensusVote function if it is in the top 10 masternodes according to the rankings that are calculated. The other...
  7. HashEngineering

    Dash Network Bandwidth Usage (Re: Java SPV Implimentation)

    You are correct that Dash Core (C++) already does #3. However, I am working on a Java Implementation of Dash Core that until recently didn't do any of #1 to #4. To make the Java version as secure as the C++ version, I would need to implement the same security checks.
  8. HashEngineering

    Dash Network Bandwidth Usage (Re: Java SPV Implimentation)

    As some know work is proceeding with some success to add more InstantX support to the Dash Wallet for Android. In short this requires: 1. Receiving IX Requests and Consensus Votes from the top 10 masternodes (based on the rules) 2. Receiving 6 of the 10 Consensus Votes and Locking the IX...
  9. HashEngineering

    Dash Wallet for Android (Release 4) [closed]

    Today, a user was kind enough to send me his wallet to determine why he could not spend his coins. Turns out there was a leftover line of code from the first time I was trying to add InstantX support to the app. This leftover line of code prevented a mined transaction from being spent, due to...
  10. HashEngineering

    Masternode ping arrived too early - message

    Its better now. Your explanation makes the most sense based on What is in Dash Core.
  11. HashEngineering

    Masternode ping arrived too early - message

    While I am working on a java implementation of InstantX, I have my java service listening for MasternodePings and MasternodeBroadcasts. After loading all the masternodes, then this warning message is triggered, which originally from: Line 644 of masternode.cpp...
  12. HashEngineering

    How to receive InstantX transaction?

    I am working on a solution for this problem in Java, but will be modifying the SPV java base bitcoinj (currently called darkcoinj and is part of the Dash Wallet for Android) to include the necessary functions to detect and verify InstantX transactions. This method requires translating from the...
  13. HashEngineering

    Dash Wallet for Android (Release 4) [closed]

    Disconnect is back. On my phone, which is Android 4.4.4, I found that pressing back on the app will stop it. Also, in the android task switcher, closing it stops it. However, The different androids may have different behaviors so I added this feature back to the app as a means of satisfying...
  14. HashEngineering

    Dash Wallet for Android (Release 4) [closed]

    It may be possible, but it would take quite some time to implement. If another Bitcoin Wallet fork has this feature, then I could see how easy it would be to add.
  15. HashEngineering

    Dash Wallet for Android (Release 4) [closed]

    This is normal behavior for this app, which is based on the Bitcoin Wallet that also has the same behavior when receiving mining payments with multiple outputs.
  16. HashEngineering

    Dash Wallet for Android (Release 4) [closed]

    We have two users saying that they cannot spend their coins that were mined and paid to the android app address. I am not sure why yet. I kept telling them to attach the app logs, but they all failed to do so. Yesterday, I found that it was due to a bug in my code, a single line, of course...
  17. HashEngineering

    Dash Wallet for Android (Release 4) [closed]

    I am currently testing the next update, which will use a different exchange for rates. So far it's working. Cryptsy was the previous exchange that the app used to calculate exchange rates.
  18. HashEngineering

    Dash Wallet for Android (Release 4) [closed]

    We have been working on adding InstantX back in (send only). Testing is showing successful results. Other planned updates for the App include: Changing to a different exchange to get price information. Updating to the latest Bitcoin Wallet. This is a test version. Install it on a new device...
  19. HashEngineering

    BIP71 for DASH

    Thanks for this information. This will be used in the Dash Wallet for android.
  20. HashEngineering

    BIP71 for DASH

    What are the mime types for BIP71 for Dash? For Bitcoin they are: MessageType/Subtype PaymentRequestapplication/bitcoin-paymentrequest Paymentapplication/bitcoin-payment PaymentACKapplication/bitcoin-paymentack https://github.com/bitcoin/bips/blob/master/bip-0071.mediawiki Thanks.
Back
Top