Skip to content

metaspartan/hodl-wallet-android

 
 

Repository files navigation

Hodl Wallet - The easy and secure bitcoin wallet for Android

download

Bitcoin done right

This is the Android port of the Hodl Wallet iOS app, which can be found here.

A completely standalone Bitcoin wallet

Unlike other Andriod Bitcoin wallets, Hodl is a standalone Bitcoin client. It connects directly to the Bitcoin network using SPV mode, and doesn't rely on servers that can be hacked or disabled. Even if Hodl disappears, the app will continue to function, allowing users to access their money at any time. You can also recover Hodl's backup up recovery key in other Bitcoin wallets if necessary as we follow BIP standards for wallet generation.

The next step in wallet security

Hodl utilizes AES hardware encryption, app sandboxing, and the latest iOS security features to protect users from malware, browser security holes, and even physical theft. Private keys are stored only in the secure enclave of the user's phone, inaccessible to anyone other than the user.

Simple yet robust

Simplicity and ease-of-use is Hodl's core design principle. A simple recovery phrase (which we call a Backup Recovery Key) is all that is needed to restore the user's wallet if they ever lose or replace their device. Hodl is deterministic, which means the user's balance and transaction history can be recovered just from the backup recovery key.

Features

Localization

Hodl is available in the following languages:

  • Chinese (Simplified and traditional)
  • Danish
  • Dutch
  • English
  • French
  • German
  • Italian
  • Japanese
  • Korean
  • Portuguese
  • Russian
  • Spanish
  • Swedish

Recovering your funds with other Bitcoin Wallets.

It may be necessary at somepoint to recover your bitcoin via your Hodl Wallet Backup Recovery Key (seed) using another Bitcoin wallet. In this case it is important to know what path Hodl Wallet derives your keys from.

Derivation path

Hodl Wallet conforms to BIP32 standards when generating your wallet.

Derivation Path - m/0'

Recovering funds with Electrum

If you find yourself with the need to recvor your funds with an external app, Hodl Wallet reccomends Electrum.

It's important that you make sure you our downloading Electrum from the real source. You can do this by double checking the ssl certificate at the site or building from source.

Steps to recovering your bitcoin using Electrum:

  1. Select New/Restore
  2. Name the Wallet
  3. Select Standard Wallet
  4. Select "I have the seed"
  5. In options select BIP39
  6. Enter the seed
  7. Select Path m/0'

NOTE: If you wish to recover funds in legacy addresses you must repeat the process in Electrum while the existing wallet showing your balance in the segwit addresses is open. Do this by selecting File --> New/Restore. Electrum allows a user to manage multiple wallets and seeds at once.

Contact

Should you need to get in contact with us for any reason please feel free to write us at support@hodlwallet.com

You can visit our site here: Hodlwallet.com

How to set up the development environment:

  1. Download and install Java 7 or up
  2. Download and Install the latest Android studio
  3. Download and install the latest NDK https://developer.android.com/ndk/downloads/index.html or download it in android studio by "choosing the NDK" and press "download"
  4. Go to https://github.co/hodlwallet/breadwallet-android and clone or download the project
  5. Open the project with Android Studio and let the project sync
  6. Go to SDK Manager and download all the SDK Platforms and SDK Tools
  7. Initialize the submodules - git submodule init
  8. Update the submodules - git submodule update
  9. Build -> Rebuild Project

About

HODL Wallet : Bitcoin Android Wallet

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 93.2%
  • C 6.3%
  • Other 0.5%