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

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

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