This wallet uses BIP-0032 to implement a hierarchical deterministic wallet.
Features include:
- 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 scrypt passcode.
Wallet32 is available in the Google play store:
https://play.google.com/store/apps/details?id=hashengineering.groesltcoin.wallet32
git clone git@github.com:LivotovLabs/zxscanlib.git
cd zxscanlib
patch -p1 <<"EOF"
--- a/build.gradle
+++ b/build.gradle
@@ -1,12 +1,38 @@
apply plugin: 'android-library'
+apply plugin: 'maven'
+
+uploadArchives {
+ repositories {
+ mavenDeployer {
+ repository(url: mavenLocal().url)
+ pom.groupId = 'eu.livotov'
+ pom.artifactId = 'zxscan'
+ pom.version = '1.1'
+ }
+ }
+}
+
+buildscript {
+ repositories {
+ mavenCentral()
+ }
+ dependencies {
+ classpath 'com.android.tools.build:gradle:0.10.+'
+ }
+}
+
dependencies {
compile fileTree(dir: 'libs', include: '*.jar')
}
android {
compileSdkVersion 17
- buildToolsVersion "18.0.1"
+ buildToolsVersion "19.1.0"
+
+ lintOptions {
+ abortOnError false
+ }
sourceSets {
main {
EOF
gradle uploadArchives
git clone git@github.com:HashEngineering/GroestlCoin-Wallet32.git
cd Wallet32
./gradlew clean app:assembleDebug
git clone git@github.com:HashEngineering/GroestlCoin-Wallet32.git
# Run Android Studio
# Import Project ...", select Wallet32 top-level directory.
GroestlCoin Wallet32
Version: 0.3.17 (6-Feb-2015)
Source: https://github.com/HashEngineering/GroestlCoin-Wallet32
GroestlCoin Wallet32 is made possible by:
But most importantly this app is a fork of Wallet32:
Source: https://github.com/ksedgwic/Wallet32
Author: Ken Sedgwick ken@bonsai.com
With contributions from:
- Karel Bílek
- Harald Hoyer
Wallet32 is made possible by:
Data Provided by WINKDEX℠
Powered by CoinDesk
Donate GRS: FkknEYnex1MeZyPRnEebFK5ZBHHsFZbvaf Donate BTC: 19AM3mZ75h7pqwuFpcjudemnWZhsXhCjmL
Copyright (C) 2013-2015 Bonsai Software, Inc. All rights reserved. Copyright (C) 2015 Hash Engineering Solutions. All rights reserved.