Post
Topic
Board Bitcoin Wallet for Android
Re: what format the andoird BTC app sends wallets in?
by
hexafraction
on 14/08/2015, 17:24:01 UTC

It's not that complex. Pasting the wallet.dat format is more of a pain. You're making the problem more complex by trying to import it to a program taking a different format. Just parse it using protobuf, or bitcoinj's protobuf wallet parser.