Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
12141239
Topic
1151608
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
Quote from: forzendiablo on August 13, 2015, 03:37:45 AM
foudn some replieso nline
http://bitcoin.stackexchange.com/questions/29586/how-do-i-extract-my-private-keys-from-a-protobuf-wallet
is this really that complex ?!
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.