Search results

  1. HashEngineering

    Android Wallet

    Thank you for the donation. Yes, I will be updating the icons.
  2. HashEngineering

    Android Wallet

    The OP has a link to a working app (MainNet). Some icons are not updated for Darkcoin. There are plans for a TestNet version.
  3. HashEngineering

    Android Wallet

    After some work on the MasterNodeVotes addition to the block data, the app will now sync with the blockchain.
  4. HashEngineering

    Android Wallet

    Thanks, I will let you know. I am hoping that the code has stabilized so I can begin working on this app again. The tricky part will be parsing the header data in java since blocks and headers after a certain time will have more data to parse, even if it is just an extra zero byte.
  5. HashEngineering

    Android Wallet

    After looking at the updates to the code, I determined why the testnet was not working with this app. It is because the Block data structure was changed to include the Master Node Vote information on Blocks after a specific date. I will need to add some more code to handle this. Since the...
  6. HashEngineering

    Android Wallet

    Just realized that there have been many changes to the code on the github account. That may be why the testnet doesn't work, need to update the android code and see what happens.
  7. HashEngineering

    Android Wallet

    Yes, a main net version can be made ready soon. Once it is I will make another post about it.
  8. HashEngineering

    Android Wallet

    For some reason, when the app on the testnet receives the "headers" message, there is an extra byte or missing byte of data between the 16th block and 17th block. That ruins the data of the 17th block: For instance this changes the prev hash value: bad...
  9. HashEngineering

    Android Wallet

    Unfortunately with the TestNet, there was a bug found when downloading the headers. For some reason the 18th header is not null terminated. Either the incoming data is broken or there is a bug in the data parsing (probably the latter). I will use the testnet block explorer to see if the data...
  10. HashEngineering

    Android Wallet

    It can after some modification. That is a better place to start testing. Working on the TestNet version now.
  11. HashEngineering

    Android Wallet

    The app seems to be working (fully syncs). After testing some other functions, I can post the source and the apk file for other users to test.
  12. HashEngineering

    Darkcoin Icon

    Can I get a PSD or AI or EPS file of the most recent logo for the Android Wallet?
  13. HashEngineering

    Android Wallet

    I got it working my using the _WIN32 code above (even though this is Java), but I am using a Windows machine. When the app is built and running on android, it may not work depending on which CPU is being used. I assume that the differences between systems is due to floating point differences.
  14. HashEngineering

    Android Wallet

    I have found the problem, but not a solution. The math for diff calculation fails because my code calculates nBlockTimeAverage as 125 instead of 136 based on adding some logging to the DarkCoin client and looking at the debug out put for 46227. More will need to be done to determine the root...
  15. HashEngineering

    Android Wallet

    No work has been done on the wallet this week. I expect to try working on it in the next few days.
  16. HashEngineering

    Android Wallet

    Thanks for the code snippet. After adding what was contained in AcceptBlock, I was able to sync to block 46227. At this block I am getting a different difficulty that is 1.00005 times lower than the actual difficulty. This corresponds to a something like 1 second difference in the...
  17. HashEngineering

    Android Wallet

    I have encountered a strange problem when syncing the blockchain. After translating the C++ code (from 2 days ago) to Java, I was getting stuck at block 45,000. However, I was using DarkGravityWave (version 1) after block 34140 because I copied this function from another coin. When I fixed...
  18. HashEngineering

    Android Wallet

    Hash Engineering Solutions is still working on a standalone Android Wallet that is forked from the Bitcoin Wallet by Andreas Schildbach. Beta Program here for the Dash Wallet with some InstantX support (use at your own risk, with small amounts of coins)...
Back
Top