Post
Topic
Board Bitcoin Wallet for Android
Topic OP
Compiling Android Wallet in Linux - Modifying Base58/43 (Advice Needed)
by
p3terparker
on 05/02/2014, 22:35:09 UTC
I'm trying to compile a clone of this wallet, but I'm not quite sure of the best way to do so.

I finally got the dogecoin wallet compiled, but I don't know how to change the base58 encoding. I'm not sure what the best approach is..

I'm currently editing Base43.java and trying to rotate the ALPHABET to match my network. I want to compile the wallet so that it generates

keys starting with something other than one. I have a general idea of how this java file flows but I am running into errors when I try to edit it.

Thank you