Post
Topic
Board Beginners & Help
Re: Taking the BCH out without fulfilling the node
by
TryNinja
on 16/02/2018, 20:50:15 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.