Pages:
Author

Topic: DGC Android Wallet (Read 1679 times)

sr. member
Activity: 350
Merit: 250
Independent Cryptoveloper
November 18, 2013, 02:13:04 AM
#23
This is my new topic that concerns the new DGC wallet that I am working on.

https://bitcointalksearch.org/topic/hashengineering-android-wallet-creation-service-336215
sr. member
Activity: 350
Merit: 250
Independent Cryptoveloper
November 16, 2013, 10:51:52 AM
#22
nice one hash engineering, i was planning on forking electrum and accomplishing 2 goals (lite wallet + android wallet with 1 set of code)

Great.  I look forward to seeing the electrum based wallet.  Soon enough the users of digitalcoin will have several mobile options.
hero member
Activity: 518
Merit: 500
Bitrated user: ahmedbodi.
November 15, 2013, 08:23:02 PM
#21
nice one hash engineering, i was planning on forking electrum and accomplishing 2 goals (lite wallet + android wallet with 1 set of code)
sr. member
Activity: 350
Merit: 250
Independent Cryptoveloper
November 15, 2013, 11:24:52 AM
#20
According to the post below, the main developer of the digitalcoin Android Wallet will be retired will be retiring this version in favor of a different wallet.

To that end, I have forked the more secure Bitcoin Wallet for Android and will adapt it to digitalcoin and publish the source and app when it is complete.  That should be in a few days time.

DGC Android Wallet Released and fully working!
https://play.google.com/store/apps/details?id=de.schildbach.wallet.digitalcoin&hl=en

Im always in #digitalcoin and #crypto-expert on freenode for support

However please note exchange rates in the wallet do not working i am in the process of fixing it. after this i am retiring maintaining the code since i would rather switch to electrum and make a litewallet and android wallet at the same time

Donations welcome @ D6tdmDCUkZEUaUyLx4dhZH992yTEJSL1tU or can be done inapp using the tip/donate button
sr. member
Activity: 350
Merit: 250
Independent Cryptoveloper
November 06, 2013, 11:24:30 AM
#19
- The app rejects the keys with the message: "Private keys could not be imported: cannot read keys: com.google.digitalcoin.core.AddressFormatException: Mismatched version number, trying to cross networks? 158 vs 128 Bad password?"

Any clues?

Yes, I have a clue.  There are two places in the code that have to be checked.  The Litecoin Wallet app had this same bug, which is probably where it came from.  This "Version number" prevents importing keys from another coin (like BTC) into DGC's wallet.

I can send this information to the guy in charge of the code later today.
newbie
Activity: 8
Merit: 0
November 06, 2013, 02:04:21 AM
#18
Great job!

I am trying to import my existing wallet into this App, but it fails.

- Used the 'dumpprivkeys' command in the digitalcoin-qt wallet to obtain my private key
- Pasted this private key into a text file
- Encrypted the text file using the following openssl command 'openssl enc -e -aes-256-cbc -a -in -out
- Moved the encrypted file to my phone
- Import the encrypted file using the 'Backup keys -> Import private keys' menu item (The created encrypted file shows up in the list of imports)
- The app rejects the keys with the message: "Private keys could not be imported: cannot read keys: com.google.digitalcoin.core.AddressFormatException: Mismatched version number, trying to cross networks? 158 vs 128 Bad password?"

Any clues?
legendary
Activity: 1596
Merit: 1010
November 04, 2013, 11:00:44 AM
#17
a small, yet well deserved article has been posted on CryptoNerd :

http://majesti.co/cryptonerd/digitalcoin-android-wallet-update-screenshots/
legendary
Activity: 1694
Merit: 1054
Point. Click. Blockchain
November 04, 2013, 10:55:50 AM
#16
At least we know you'll have a fix if it doesn't.   Grin


-tb-
sr. member
Activity: 350
Merit: 250
Independent Cryptoveloper
November 04, 2013, 10:48:27 AM
#15
Thanks for the payment. 

Let's see if the app still works after the hard fork later today!
hero member
Activity: 518
Merit: 500
Bitrated user: ahmedbodi.
November 01, 2013, 08:28:06 PM
#14
paid
sr. member
Activity: 350
Merit: 250
Independent Cryptoveloper
October 30, 2013, 02:01:35 AM
#13
Hope it works; just transmitted the code changes.
legendary
Activity: 2198
Merit: 1014
Franko is Freedom
October 29, 2013, 04:36:44 PM
#12
Congrats!
legendary
Activity: 1694
Merit: 1054
Point. Click. Blockchain
October 29, 2013, 02:44:32 PM
#11
As of this instant, my phone with my modified DGC android wallet is at block 511443 (18:32 Oct 29, 2013).  The code is stored locally and can be submitted for review later today.

Nice work!! 

Ahmed, pay the man...  Grin

-tb-
sr. member
Activity: 350
Merit: 250
Independent Cryptoveloper
October 29, 2013, 02:23:40 PM
#10
As of this instant, my phone with my modified DGC android wallet is at block 511443 (18:32 Oct 29, 2013).  The code is stored locally and can be submitted for review later today.
hero member
Activity: 518
Merit: 500
Bitrated user: ahmedbodi.
October 29, 2013, 12:10:45 PM
#9
thanks for that after ive looked through it and examined the code ill send u ur reward.
sr. member
Activity: 350
Merit: 250
Independent Cryptoveloper
October 29, 2013, 10:13:32 AM
#8
Has anyone got this working yet?  Yesterday I downloaded the code and looked at the difficulty and the block reward calculation and found a syntax error and some old litecoin or feathercoin code.  This must not have been updated to the code that worked before V0.2.  In any case, I fixed all that and added the V1 code and along the way found a "bug" in the digitalcoin client that I will report to the dev.  

Since the blockchain is so long on this coin (only at 300,000), it hasn't finished downloading yet and may take as much as 1 more day for me to finish my own testing to see if it works with the V0.2 rules.

Also, this line of code was missing as well:

Code:
new LinuxSecureRandom(); // init proper random number generator
hero member
Activity: 1361
Merit: 506
October 28, 2013, 07:21:57 PM
#7
Nice work guys. Would be good to see this up and running again. Smiley
hero member
Activity: 518
Merit: 500
Bitrated user: ahmedbodi.
October 28, 2013, 02:40:50 PM
#6
hey wedge thanks for that. It worked completely until the dgc hard fork for v0.2 (apart from the exchange rates since its still set to btc-e) this included sending and recieving transactions, downloading the blockchain and pretty much everything else afaik. i'd sit down myself and take the time into fixing the code to meet the requirements for both the hard fork's but running the pool's and writing the code for that is taking up all my time..

full member
Activity: 187
Merit: 100
October 28, 2013, 01:39:24 AM
#5
I'd like to give it a shot.  Can you bring me up to speed on what is and is not working?
legendary
Activity: 882
Merit: 1000
October 26, 2013, 01:49:19 PM
#4
using what i know, i am attempting
Pages:
Jump to: