News:

Are you new to Groestlcoin and have questions you are afraid to ask?
Check out the New Users board and post there.
Welcome to all newcomers.

Main Menu

Wallet32 android wallet v0.1.3h released

Started by gruve_p, March 22, 2016, 09:14:41 PM

Previous topic - Next topic

gruve_p



A BIP-0032/-0039/-0044 compatible Hierarchical Deterministic Groestlcoin Wallet



After a measure of hard work adapting the latest Wallet32 (v0.3.17) for Android to Groestlcoin, the Groestlcoin wallet32 beta (v0.1.3) is ready for testing. The app allows you to send and receive Groestlcoins on your device using QR codes and URI links. When using this app, please store your secret phrase and email them to yourself! Then your coins can be retrieved even if you loose your phone.

Groestlcoin wallet32 implementations:
BIP-0032 to implement a hierarchical deterministic wallet
BIP-0039 to implement a mnemonic code of mnemonic sentence for the generation of deterministic wallets (process for turning in into a BIP-0032 seed)
BIP-0044 to implement a logical hierarchy for deterministic wallets based on an algorithm described in BIP-0032 (specific format of a BIP-0032 wallet)

Changelog Groestlcoin Wallet32 v0.1.3h :
• Updated DNS seeds
• Updated Checkpoints
• Updated Protocol number
• Bloom filters enabled
• Changed all KeyCrypts to Groestl

Features
• Multiple logical "accounts" within each wallet.
• Fresh receive and change addresses are used for each transfer.
• Wallet only needs to be backed up once, on initial creation.
• Wallet backup consists of simple list of 12 common words (BIP-0039).
• Same wallet may be securely accessed concurrently from multiple devices.
• Wallet data is protected by Groestl passcode.
• Import paper wallets and sweep them.

It is appreciated if feedback of the following is provided:
1.  Can you receive coins? (small amounts to avoid losing them)
2.  Can you send coins?
3.  Can you scan a QR code from another phone.
4.  Can you request coins via email or other android service?
5.  How long does it take to sync the blockchain?
6.  How much space does it take up on your phone?
7.  Does it calculate exchange rates properly?

Important:
Store your secret phrase somewhere safe!

To close the app, simply press the back button until you reach your home screen.  The app will close itself (there is no need for a disconnect option). This application is licensed under the GPL version 3. There is no warranty and no party shall be made liable to you for damages. If you lose coins due to this app, no compensation will be given. Use this app solely at your own risk.

The application may have unfound bugs and problems. To leave feedback: 
1. PM hashengineering on bitcointalk: https://bitcointalk.org/index.php?action=profile;u=155038
2. Email: [email protected]
3. Reports of errors can also be posted in this topic.

Groestlcoin Wallet32 is available in the Google play store:
https://play.google.com/store/apps/details?id=hashengineering.groestlcoin.wallet32

Source code:
https://github.com/HashEngineering/groestlcoinj - Groestlcoin Java Library (for the Android App and possibly other software)
https://github.com/GroestlCoin/GroestlCoin-Wallet32 - The Groestlcoin wallet32 Android Source code