Re: Importing seed to any other wallet.

2017-08-23 Thread Andreas Schildbach
You can't currently adjust the derivation path in bitcoinj. It is
hardcoded to the BIP32 spec default account.


On 08/22/2017 11:02 PM, Frode Halvorsen wrote:
> That worked :)
> 
> Next Q is then - If I want to import to BitcoinJ from another wallet
> that did used the suggested string. How can I specify this string during
> the wallet-restorefromseed ?
> Like this :
> DeterministicSeed seed = new DeterministicSeed(seedCode, null, "",
> creationtime);
> Wallet restoredWallet = Wallet.fromSeed(params, seed);
> 
> 
> ?  Like if I want to import a wallet created on blockchain.info...
> 
> 
> tirsdag 22. august 2017 22.30.57 UTC+2 skrev Andreas Schildbach følgende:
> 
> Try m/0'.
> 
> 
> On 08/22/2017 10:21 PM, Frode Halvorsen wrote:
> > When I try to import the wallet via the 12 generated seed-words, I'm
> > asked about the Derivation-path.  I've tried a few, but I still
> havent
> > succeded importing to a wallet where I can spend the balance.
> > Some suggestions from wallet is :"m/44'/0'/0'"
> >
> > Does anyone know what the correct value should be ?
> >
> > I have succesfully imported the watch-key, so I can see all
> transactions
> > and addresses, but this doesn't help me...
> >
> > --
> > You received this message because you are subscribed to the Google
> > Groups "bitcoinj" group.
> > To unsubscribe from this group and stop receiving emails from it,
> send
> > an email to bitcoinj+u...@googlegroups.com
> > .
> > For more options, visit https://groups.google.com/d/optout
> .
> 
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "bitcoinj" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to bitcoinj+unsubscr...@googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
"bitcoinj" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bitcoinj+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Importing seed to any other wallet.

2017-08-22 Thread Frode Halvorsen
That worked :)

Next Q is then - If I want to import to BitcoinJ from another wallet that 
did used the suggested string. How can I specify this string during the 
wallet-restorefromseed ?
Like this :
DeterministicSeed seed = new DeterministicSeed(seedCode, null, "", 
creationtime);
Wallet restoredWallet = Wallet.fromSeed(params, seed);


?  Like if I want to import a wallet created on blockchain.info...


tirsdag 22. august 2017 22.30.57 UTC+2 skrev Andreas Schildbach følgende:
>
> Try m/0'. 
>
>
> On 08/22/2017 10:21 PM, Frode Halvorsen wrote: 
> > When I try to import the wallet via the 12 generated seed-words, I'm 
> > asked about the Derivation-path.  I've tried a few, but I still havent 
> > succeded importing to a wallet where I can spend the balance. 
> > Some suggestions from wallet is :"m/44'/0'/0'" 
> > 
> > Does anyone know what the correct value should be ? 
> > 
> > I have succesfully imported the watch-key, so I can see all transactions 
> > and addresses, but this doesn't help me... 
> > 
> > -- 
> > You received this message because you are subscribed to the Google 
> > Groups "bitcoinj" group. 
> > To unsubscribe from this group and stop receiving emails from it, send 
> > an email to bitcoinj+u...@googlegroups.com  
> > . 
> > For more options, visit https://groups.google.com/d/optout. 
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"bitcoinj" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bitcoinj+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Importing seed to any other wallet.

2017-08-22 Thread Andreas Schildbach
Try m/0'.


On 08/22/2017 10:21 PM, Frode Halvorsen wrote:
> When I try to import the wallet via the 12 generated seed-words, I'm
> asked about the Derivation-path.  I've tried a few, but I still havent
> succeded importing to a wallet where I can spend the balance.
> Some suggestions from wallet is :"m/44'/0'/0'"
> 
> Does anyone know what the correct value should be ?
> 
> I have succesfully imported the watch-key, so I can see all transactions
> and addresses, but this doesn't help me...
> 
> -- 
> You received this message because you are subscribed to the Google
> Groups "bitcoinj" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to bitcoinj+unsubscr...@googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
"bitcoinj" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to bitcoinj+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.