Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to restore wallet from seed phrase. #2323

Closed
gordonbrice opened this issue Jan 27, 2019 · 11 comments
Closed

Unable to restore wallet from seed phrase. #2323

gordonbrice opened this issue Jan 27, 2019 · 11 comments

Comments

@gordonbrice
Copy link

Tried to restore my wallet from the seed phrase and got the attached error. Also attached the log file.
bisq-scrnshot
bisq.log

@ManfredKarrer
Copy link
Contributor

Do you have the lastest Bisq version?

@gordonbrice
Copy link
Author

gordonbrice commented Jan 28, 2019 via email

@ManfredKarrer
Copy link
Contributor

When you restore from seed the pw protection is removed.

@Mycelial1
Copy link

I've also got the same error.
bisq error

I have the latest version.

@ghost
Copy link

ghost commented Feb 9, 2019

@Mycelial1

  • what is your OS ?
  • do you have an AntiVirus AV running ?

@Mycelial1
Copy link

Mycelial1 commented Feb 9, 2019 via email

@ghost
Copy link

ghost commented Feb 10, 2019

@Mycelial1 wrote:

Is that 'restore' function different than 'import' wallet?

My understanding is that it is the same restore function.
But restoring means restoring from a Bisq wallet (primary usage)
while importing means restoring from a non-Bisq wallet.

This will only work with compatible wallets, ie BIP44 format wallet, which is the format used by Bisq.
(see https://bisq.community/t/import-bitcoin-qt-wallet-to-bisq-or-another/4709)

However, I think this is to use only carefully.
The warning says "only for emergency cases".

@psyantyst
Copy link

I got the same error on Bisq v0.9.3. My wallet was backed up around Bisq version v0.5.1. The log file says:

[JavaFX Application Thread] ERROR b.c.b.s.WalletsSetup: Service failure from state: STARTING; failure={} java.io.IOException: org.bitcoinj.store.BlockStoreException: java.nio.channels.OverlappingFileLockException
	at bisq.core.btc.setup.WalletConfig.startUp(WalletConfig.java:492)
	at com.google.common.util.concurrent.AbstractIdleService$DelegateService$1.run(AbstractIdleService.java:62)
	at com.google.common.util.concurrent.Callables$4.run(Callables.java:122)
	at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: org.bitcoinj.store.BlockStoreException: java.nio.channels.OverlappingFileLockException
	at org.bitcoinj.store.SPVBlockStore.<init>(SPVBlockStore.java:133)
	at bisq.core.btc.setup.WalletConfig.provideBlockStore(WalletConfig.java:329)
	at bisq.core.btc.setup.WalletConfig.startUp(WalletConfig.java:404)
	... 3 common frames omitted
Caused by: java.nio.channels.OverlappingFileLockException: null
	at java.base/sun.nio.ch.SharedFileLockTable.checkList(FileLockTable.java:255)
	at java.base/sun.nio.ch.SharedFileLockTable.add(FileLockTable.java:152)
	at java.base/sun.nio.ch.FileChannelImpl.tryLock(FileChannelImpl.java:1191)
	at java.base/java.nio.channels.FileChannel.tryLock(FileChannel.java:1160)
	at org.bitcoinj.store.SPVBlockStore.<init>(SPVBlockStore.java:106)
	... 5 common frames omitted

@oscarguindzberg
Copy link
Contributor

@psyantyst Your issue is described here #2402 and should be fixed once #2403 is merged.

@gordonbrice @Mycelial1 You seem to have a different problem, but I still suggest to double check if the problem is still there once #2403 is merged.

@stale
Copy link

stale bot commented May 12, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the was:dropped label May 12, 2019
@stale
Copy link

stale bot commented May 19, 2019

This issue has been automatically closed because of inactivity. Feel free to reopen it if you think it is still relevant.

@stale stale bot closed this as completed May 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants