Bitcoin Forum
May 10, 2024, 06:52:07 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: third-party HD wallet and DeterministicKeyChain in bitcoinJ  (Read 1497 times)
init1 (OP)
Jr. Member
*
Offline Offline

Activity: 43
Merit: 1


View Profile
October 03, 2015, 10:57:56 AM
 #1

Hello!

Do I have any chance to get hte same private key on the separated service like http://bip32.org/ or some open source HD wallet by same Mnemonic seed or pathShare ?

For example:
Code:
DeterministicSeed seed = new DeterministicSeed("crazy horse battery staple", null, "crazy horse battery staple", new Date().getTime());
DeterministicKeyChain keyChain = DeterministicKeyChain.builder().seed(seed).build();

// Get 0H/0/5 key
System.out.println(keyChain.getKeyByPath(ImmutableList.of(ChildNumber.ZERO_HARDENED, ChildNumber.ZERO, new ChildNumber(5)), true).getPrivateKeyAsWiF(MainNetParams.get()));


Have got - KybWiYVNf6TsjHKqfJFeX7QaNLBppLqJiuRL84MuzXKQ2jcJuHe9

Next go to the http://bip32.org/ set paths share "crazy horse battery staple" select Derivation Path - simple and set 5
Got different private key.

How can I get same private key by mnemonic code or pathshare on the separated service like http://bip32.org/ or some another one. For example some open source HD wallet.

Thank you!
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!