Skip to content

Instantly share code, notes, and snippets.

@alinetskyi
Last active April 12, 2021 20:23
Show Gist options
  • Save alinetskyi/93aba2ebd5f31d53f09a504139da961f to your computer and use it in GitHub Desktop.
Save alinetskyi/93aba2ebd5f31d53f09a504139da961f to your computer and use it in GitHub Desktop.
Instruction how to export wallets on BTC, BCH, LTC

BTC

To export wallet on BTC simply run the following command:

bitcoin-cli -rpcuser=*user* -rpcpassword=*pwd* dumpprivkey *wallet_addr*

BCH

To export wallet on BTC simply run the following command:

bitcoin-cli -rpcuser=*user* -rpcpassword=*pwd* dumpprivkey *wallet_addr*

LTC

To export wallet on BTC simply run the following command:

litecoin-cli -rpcuser=*user* -rpcpassword=*pwd* dumpprivkey *wallet_addr*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment