Bitcoin Forum

Other => Beginners & Help => Topic started by: akborsagorsm on February 23, 2018, 02:54:56 PM



Title: bitcoin transferring
Post by: akborsagorsm on February 23, 2018, 02:54:56 PM
is it possible to transfer bitcoin from one wallet to another wallet very easily? :'( :-*


Title: Re: bitcoin transferring
Post by: seoincorporation on February 23, 2018, 03:14:01 PM
is it possible to transfer bitcoin from one wallet to another wallet very easily? :'( :-*

Hello akborsagorsm.

Remember bitcoins aren't sent from wallet to wallet, they are sent from address to address. But what's the difference? let me explain you.

*In the wallet you can have multiple addresses.
*You can import your address from one wallet to another with your private key
*You can have the same address in different wallets at the same time.

So, answering your question, yes, is possible to "transfer" your bitcoins from one wallet to another, you just need to import the private key.


Title: Re: bitcoin transferring
Post by: moonshoot on February 23, 2018, 07:27:27 PM
The procedure for moving private keys from one wallet to another, if that is what you want to do, will vary based on the specific wallet, but if you had something similar to a bitcoin core wallet, the general commands would be first to use either:

dumpprivkey <address>

or

dumpwallet <filename>

The first would give you the private key for a single address that holds bitcoin. The second would put all of your private/public key pairs into a file. Both of these would first require you to unlock your wallet if you have locked it with a passphrase.

Once you have the private key(s), you would do the reverse in the new wallet:

importprivkey <key>

or

importwallet <filename>

That would bring over either that one address or all of the addresses into the new wallet.

If you have been doing a lot of transactions in your old wallet, you may have bitcoin on many different addresses. You will need to know which addresses have bitcoin balances to know which ones you need to transfer.

Of course, there is also the much easier method of sending the bitcoin from your old wallet to an address in the new wallet, as long as you don't mind the transaction fee and waiting for the transaction to be confirmed.