Bitcoin Forum
April 23, 2024, 09:00:45 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: what format the andoird BTC app sends wallets in?  (Read 2331 times)
forzendiablo (OP)
Legendary
*
Offline Offline

Activity: 1526
Merit: 1000


the grandpa of cryptos


View Profile
August 13, 2015, 01:09:40 AM
 #1

i have https://play.google.com/store/apps/details?id=de.schildbach.wallet
ive mailed ot myself the file called bitcoin-wallet-backup-DATE

no idea what type of file this is. i changed it to wallet.dat - nothing.
how do i use this file?

yolo
1713862845
Hero Member
*
Offline Offline

Posts: 1713862845

View Profile Personal Message (Offline)

Ignore
1713862845
Reply with quote  #2

1713862845
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713862845
Hero Member
*
Offline Offline

Posts: 1713862845

View Profile Personal Message (Offline)

Ignore
1713862845
Reply with quote  #2

1713862845
Report to moderator
1713862845
Hero Member
*
Offline Offline

Posts: 1713862845

View Profile Personal Message (Offline)

Ignore
1713862845
Reply with quote  #2

1713862845
Report to moderator
1713862845
Hero Member
*
Offline Offline

Posts: 1713862845

View Profile Personal Message (Offline)

Ignore
1713862845
Reply with quote  #2

1713862845
Report to moderator
forzendiablo (OP)
Legendary
*
Offline Offline

Activity: 1526
Merit: 1000


the grandpa of cryptos


View Profile
August 13, 2015, 03:37:45 AM
 #2

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 ?!

yolo
tspacepilot
Legendary
*
Offline Offline

Activity: 1456
Merit: 1076


I may write code in exchange for bitcoins.


View Profile
August 13, 2015, 04:30:18 AM
 #3


Basically, it is.  If you wanna see the full document describing it, it's here: https://github.com/schildbach/bitcoin-wallet/blob/master/wallet/README.recover

I actually used this (along with some other utilities) to extract private keys from an old schildbach wallet in order to use them to dig some CLAM coins they were funded with. 

@forzendiablo, PM me if you need help, I've done this several times now.
hexafraction
Sr. Member
****
Offline Offline

Activity: 392
Merit: 259

Tips welcomed: 1CF4GhXX1RhCaGzWztgE1YZZUcSpoqTbsJ


View Profile
August 14, 2015, 05:24:01 PM
 #4


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.

I have recently become active again after a long period of inactivity. Cryptographic proof that my account has not been compromised is available.
tspacepilot
Legendary
*
Offline Offline

Activity: 1456
Merit: 1076


I may write code in exchange for bitcoins.


View Profile
August 14, 2015, 06:13:06 PM
 #5


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.

If you don't write java, you might not know how to "just parse it with protobuf".  Here's the actual steps I used to extract private keys from a Schildbach wallet export:

1) decrypt the file using openssl aes-256 (as described in the linked stackoverflow)
2) dump the private keys using bitcoinj's wallet tool.  This is not actually described in the document, but you can do it like this:
$ ./wallet-tool dump --dump-privkeys WALLETFILE
3) convert the privatekeys to WIF, I used the "ku" program for this from the pycoin repo: https://github.com/richardkiss/pycoin
4) import your WIF into bitcoind
Andaloons
Newbie
*
Offline Offline

Activity: 45
Merit: 0


View Profile
August 17, 2016, 12:31:02 PM
 #6


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.

If you don't write java, you might not know how to "just parse it with protobuf".  Here's the actual steps I used to extract private keys from a Schildbach wallet export:

1) decrypt the file using openssl aes-256 (as described in the linked stackoverflow)
2) dump the private keys using bitcoinj's wallet tool.  This is not actually described in the document, but you can do it like this:
$ ./wallet-tool dump --dump-privkeys WALLETFILE
3) convert the privatekeys to WIF, I used the "ku" program for this from the pycoin repo: https://github.com/richardkiss/pycoin
4) import your WIF into bitcoind

Can you help me convert my ECKeys into WIF so I can move some Maidsafe coins?  I've tried a bunch of stuff (I'm not super technical) without any luck.  See my post here: https://bitcointalk.org/index.php?topic=889287.new#new

Thanks!
tspacepilot
Legendary
*
Offline Offline

Activity: 1456
Merit: 1076


I may write code in exchange for bitcoins.


View Profile
August 17, 2016, 04:55:41 PM
 #7


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.

If you don't write java, you might not know how to "just parse it with protobuf".  Here's the actual steps I used to extract private keys from a Schildbach wallet export:

1) decrypt the file using openssl aes-256 (as described in the linked stackoverflow)
2) dump the private keys using bitcoinj's wallet tool.  This is not actually described in the document, but you can do it like this:
$ ./wallet-tool dump --dump-privkeys WALLETFILE
3) convert the privatekeys to WIF, I used the "ku" program for this from the pycoin repo: https://github.com/richardkiss/pycoin
4) import your WIF into bitcoind

Can you help me convert my ECKeys into WIF so I can move some Maidsafe coins?  I've tried a bunch of stuff (I'm not super technical) without any luck.  See my post here: https://bitcointalk.org/index.php?topic=889287.new#new

Thanks!

I replied in that thread.  In the future, if you're just trying to get my attention, maybe PM instead of bumping a thread.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!