HashEngineering

Results 38 comments of HashEngineering

It will be faster. These links have an example of C code and Java code used in an app, configured to build on all android platforms: C: https://github.com/dashevo/dash-wallet/blob/redesign/wallet/cpp/hashblock.cpp Java code:...

I am adding BIP39 (the 12 word mnemonic seed) support to a fork of Bitcoin Wallet for another coin. The internals of bitcoinj support the recovery phrase, it is just...

I was able to get recovery phrase support added to the other coin wallet that is forked from Bitcoin Wallet. The feature does support PIN codes. It will be a...

Here is my code. It is from Dash Wallet, currently based on Bitcoin Wallet v5.14. **Restore:** https://github.com/HashEngineering/dash-wallet/blob/master/wallet/src/de/schildbach/wallet/ui/RestoreWalletFromSeedDialogFragment.java **Backup/View** https://github.com/HashEngineering/dash-wallet/blob/master/wallet/src/de/schildbach/wallet/ui/BackupWalletToSeedDialogFragment.java **Task to Decrypt a seed from a PIN code** If there...

The site used for exchange rates, BitcoinAverage.com, ceased being free in the past 12 hours based on what I could tell. That service now requires a plan to use.

Here is my correspondence with them in a few days ago with chat feature on their website: > The api without a key works. I am wondering what are the...

This app does use BIP39 as the spec for mnemonic phrases.

There are some other places where this will need to be fixed as well.

Android 9+ supports dark mode, but that may not be any help if we supported that mode. For older devices, we would need to support switching themes. The app does...

We will be supporting Dark Mode in our upcoming redesigned app.