Post
Topic
Board Beginners & Help
Re: Taking the BCH out without fulfilling the node
by
Zmkarakas
on 17/02/2018, 11:30:33 UTC
I know the address that I hold bch in, but only bch, not bitcoins. How do I export the private keys from Bitcoin unlimited node?
Open your Bitcoin Unlimited wallet and do the following:

1. Help -> Debug Window -> Console.
2. If your wallet has a password write: walletpassphrase "your password" 600
3. To export your private-key, use: dumpprivkey "your BCH address"
4. Copy the result. That's your private-key.

Go to Electron Cash:

1. Import Bitcoin addresses or private keys -> Paste your private-key from step 4 -> Next.

Wow I was looking for this! Thanks a lot, I managed to import the private keys.

Cheers