Bitcoin Forum
May 12, 2024, 05:52:25 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Format for Exporting Extended Public Keys from HD Wallets  (Read 440 times)
kgk (OP)
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
March 24, 2014, 05:00:55 AM
 #1

I am working on a service for hosting an HD wallet for a user, generating new address for each transaction, but without hosting their private key.

The idea is to let the user export an EPK from their HD wallet (once this is supported) into a file of some sort. Then they continue to manage their private key in any wallet that they want.

My question is: what format should that file be? Perhaps a PEM file that looks something like:
-----BEGIN EPK-----
...
-----END EPK-----
-----BEGIN EPK SIGNATURE-----
...
-----END EPK SIGNATURE-----

The signature is necessary to prevent mitm after exporting and before uploading. Is there already an implementation of exporting EPKs that I can try out? I appreciate your thoughts Smiley
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!