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

lost funds after pointing to pool #30

Open
xtc202 opened this issue Jul 2, 2021 · 4 comments
Open

lost funds after pointing to pool #30

xtc202 opened this issue Jul 2, 2021 · 4 comments

Comments

@xtc202
Copy link

xtc202 commented Jul 2, 2021

After pledging funds to pool i've lost them all
they are not showing in frozen
and there is no transaction
Zrzut ekranu (3)

did i just lost 119 BHD forever?
Expected behavior
pledged funds should be in frozen

Actual behavior
coins are not in frozen or in wallet

System information
BitcoinHD Core wersion v1.4.3.0-7fe720529 (64-bit)
windows 10

@Darthholi
Copy link

Same problem here!

@Darthholi
Copy link

I have found how to recover the funds.

Either force a rescan of the blockchain OR create a new wallet, import your private key there (by first exporting your private key from the original wallet)

How to do it:
Open the console (Window->Console) and read about the following commands by typing the following (execute by enter)
help walletpassphrase
help dumpprivkey
help dumpprivkeys
help dumpwallet
help importprivkey

Sampel commands:
walletpassphrase passwordyay 10000
dumpprivkeys 0 10000
(in the new wallet - switch to it by having it also opened and select it from the combobox in the console window)
importprivkey -theprivkey-

Did it help? Consider dropping some coins to 3L9PZsFsJpVTwE9eQCuvWKCGq2Yv9TZ35i ;)

@xtc202
Copy link
Author

xtc202 commented Jul 6, 2021

no it did not help - still can see funds on blockchain explorer but not in wallet

@Darthholi
Copy link

It might be possible that you need to import it to a newly created default wallet. Try to backup all the wallets and priv keys you have and reinstall the app and then add the key to a default wallet.

(Or I can try it, but there is the private-keys trust issue thingy)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants