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

Connect Darkwallet to another server? #255

Open
Chon1 opened this issue Feb 24, 2017 · 28 comments
Open

Connect Darkwallet to another server? #255

Chon1 opened this issue Feb 24, 2017 · 28 comments

Comments

@Chon1
Copy link

Chon1 commented Feb 24, 2017

Does anyone know if it is possible to connect darkwallet to another server in order to get coins out of the wallet? It would be much appreciated if someone would provide some link or process describing how in order to make that happen.

Thanks,
Chon1

@grnqrtr
Copy link

grnqrtr commented Feb 27, 2017

I think this wallet is dead. Do you need help getting your bitcoin out, or are you just hoping you can connect it back up eventually?

@Chon1
Copy link
Author

Chon1 commented Feb 28, 2017

I need to get my bitcoin out. Do you know of a way to do so?

@dabura667
Copy link

Did you put the money in a stealth address or just a normal address?

If it's a normal address I can help you recover your bitcoin keys into Electrum.

If it's stealth, I would need to know the transaction ID of the transaction used to fund your wallet, then I could write an app for you to recover the private key, also allowing recovery in Electrum.

However, if you deposited to stealth address and don't remember which transaction ID......... it will be a lot of work to recover.

Do you know which address your money is on, and can you find it on some block explorer?

@Chon1
Copy link
Author

Chon1 commented Feb 28, 2017

I put the money in a normal address, and I believe I know which address the money is on. There is an option in darkwallet to show the transfer in block explorer, is that adequate? But, I also found it on a different block explorer.

@grnqrtr
Copy link

grnqrtr commented Mar 1, 2017

@Chon1 If you go to Settings --> Tools --> Export Private Keys, you can get your private keys out and sweep them into a different wallet. If you need help feel free to ping me here or pm me on reddit /u/grnqrtr

@freedom4all
Copy link

U have the same problem. I tried to enter the private keys in another wallet but this doesn't work. Anyone already found a solution? I'm a noob and really need some help here.

@grnqrtr
Copy link

grnqrtr commented Mar 2, 2017

@freedom4all Are you sure you exported the right private keys? I just helped ElVrana here a few days ago. If you need more help you can contact me on reddit /u/grnqrtr or for faster messaging on telegram - grnqrtr

@freedom4all
Copy link

Thank you for the fast reply. I just left home to go to a ship for 3 weeks for my work. When I'm back I will contact you. I don't have my laptop here. It's so frustrating. Many thanks!

@grnqrtr
Copy link

grnqrtr commented Mar 2, 2017

That would be frustrating! I'll leave my email too, I just realized that you can only add someone on telegram by phone number, but I don't really want to leave that here :) grnqrtr@gmail.com

@Chon1
Copy link
Author

Chon1 commented Mar 2, 2017

Thank you all so much for the help. I also don't have access to my computer for the next few days so I will contact you if I have trouble/questions when I get back home.

Thanks again.

@veox
Copy link
Contributor

veox commented Mar 6, 2017

To clarify for OP: yes, I do remember running my own server back in the day.

It's possible, but not exactly "point-and-click". There are several components (gateway, txradar, brc) that interconnect to form an interface between WebSocket clients, ZeroMQ libbitcoin-server (or was it still obelisk?..), and the general Bitcoin network (or was that completely handled by routed through libbitcoin-server?..).

My memory is pretty hazy on the details, but there might have also been an "issue" with server certificates: I was using a self-signed one (Let's Encrypt wasn't around back then), so didn't advertise it. I think I stopped hosting one, even for my own private use, once the blockchain data exceeded my VPS's storage capacity.

Anyway, the question's not whether it's possible, it's whether there are any other servers at all. :)

@markocsoki
Copy link

Hey guys,

Same situation here - I some coins sent to my darkwallet but they just didn't shop up (even after 6 confirmations). It seems like dark wallet simply isn't working, what can I do?

@grnqrtr
Copy link

grnqrtr commented Mar 7, 2017

You can export your private keys and sweep them into a different wallet.

@Chon1
Copy link
Author

Chon1 commented Mar 8, 2017

Thanks a bunch @grnqrtr for giving me a bunch of information and resources in order to find my missing btc from darkwallet. Even after I couldn't find them, he was nice enough to use my seed then find my BTC for me and send it to my own electrum wallet. Very trustworthy, knowledgable, and a super nice person.

@rocketsky
Copy link

Hi, guys! And another same situation here - I some coins sent to my darkwallet but wallet does not see it on balance. On blockchain i see balance at that address. Also the wallet is connected to the server unsystem. I try to scanning, but found 0. Then i go to Settings --> Tools --> Export Private Keys => notification says that keys are exported but i can't find them on my computer. Where i can find them and what format it have?

@rocketsky
Copy link

Big thanks for help to @grnqrtr . He told me what soft i need use to export the keys and how to find the right wallet. I myself would hardly have mastered it. Best regards, my friend!

@Botts85
Copy link

Botts85 commented May 10, 2017

@rocketsky and @grnqrtr What software did you need to export the keys?

@grnqrtr
Copy link

grnqrtr commented May 10, 2017

@Botts85 I've used older versions of DW to export keys, but found that they don't export all of the change addresses. I use this tool to manually check change addresses: https://github.com/bip32JP/bip32JP.github.io/archive/darkwallet.zip

Feel free to skype/telegram me at "grnqrtr" if you need more help.

@simonegenovese
Copy link

simonegenovese commented Dec 31, 2017

The export key tool of Darkwallet is bugged and no Key is showed.
I'v solved using Export Keys and debugging the code.
recovering_wallet

In this way I've recovered the private key and loaded in a Electrum wallet!

P.s. You have to use normal address not the Stealth...

If it solve your problems feel free to donate here : 1Dsb5UziscXF2LdqR8rxWCQ7EkeFnCPf6w

@dabura667
Copy link

@simonegenovese Your picture shows your password. You should probably remove it.

@simonegenovese
Copy link

@dabura667 Thanks, but I moved al coins to a better wallet and I use just onetime password so it's a useles password.
Thanks anyway

@DisDoh
Copy link

DisDoh commented Jan 9, 2018

@simonegenovese which line in exporting.js did you changed to be able to debug it?

@simonegenovese
Copy link

simonegenovese commented Jan 12, 2018 via email

@DisDoh
Copy link

DisDoh commented Jan 12, 2018

@simonegenovese thank you very much

@mj2385
Copy link

mj2385 commented Jul 22, 2018

I'm having the same issue. I have the seed and the address but I can't see my coins. How do i get them back?

@mj2385
Copy link

mj2385 commented Jul 22, 2018

It's a stealth address too. Is it possible to get my funds back?

@DisDoh
Copy link

DisDoh commented Jul 22, 2018 via email

@Sday2611
Copy link

I used a wallet called dark wallet by the address of darkwallet.cc I was wondering if I got scammed because whenever I try to move my bitcoin from the wallet it turns to a pgae that says "NOT FOUND" at the top I was wondering if anyone could help me get my bitcoin out of this wallet or if that is not possible. Thank You

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