Bitcoin Forum
May 11, 2024, 05:08:41 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Moving coins from wallet to wallet  (Read 199 times)
co1nb0y (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
January 02, 2018, 11:07:18 PM
 #1

I have some funds in a legacy wallet (Bitcoin-QT) that I setup in 2011 when I started mining. Now I would like to move the funds to Electrum wallet for speed, disk-space and security reasons.

What would be the best way to do so?

1. Should I export the private key from Bitcoin-QT and sweep in Electrum? I tried one time but amount of btc was mismatch. Didn't look deep into it.

2. Transfer funds between addresses but it is not free as I have to pay miner fee.

Is there any other (free) way to do it?

Thanks.
1715404121
Hero Member
*
Offline Offline

Posts: 1715404121

View Profile Personal Message (Offline)

Ignore
1715404121
Reply with quote  #2

1715404121
Report to moderator
1715404121
Hero Member
*
Offline Offline

Posts: 1715404121

View Profile Personal Message (Offline)

Ignore
1715404121
Reply with quote  #2

1715404121
Report to moderator
1715404121
Hero Member
*
Offline Offline

Posts: 1715404121

View Profile Personal Message (Offline)

Ignore
1715404121
Reply with quote  #2

1715404121
Report to moderator
Each block is stacked on top of the previous one. Adding another block to the top makes all lower blocks more difficult to remove: there is more "weight" above each block. A transaction in a block 6 blocks deep (6 confirmations) will be very difficult to remove.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715404121
Hero Member
*
Offline Offline

Posts: 1715404121

View Profile Personal Message (Offline)

Ignore
1715404121
Reply with quote  #2

1715404121
Report to moderator
Welsh
Staff
Legendary
*
Offline Offline

Activity: 3262
Merit: 4110


View Profile
January 03, 2018, 12:29:27 AM
 #2

You could import the private key on a offline computer probably the best way if you don't want to pay the fees, but will take a little bit longer. There's no real best way really. It depends on whether you can justify the fee. If it's only a small amount then it's probably just easier to import the private key.
Xynerise
Sr. Member
****
Offline Offline

Activity: 322
Merit: 363

39twH4PSYgDSzU7sLnRoDfthR6gWYrrPoD


View Profile
January 03, 2018, 03:07:02 AM
 #3

Just
Code:
dumpprivkey
of the addresses, then import the private keys into Electrum.
It's not an on-chain transaction so you don't need to pay fees.
co1nb0y (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
January 03, 2018, 03:23:19 AM
 #4

Just
Code:
dumpprivkey
of the addresses, then import the private keys into Electrum.
It's not an on-chain transaction so you don't need to pay fees.

I did try that and copied the privkey in electrum but IIRC the amount from source key did not match. I may be mistaken but I would definitely try again.

Thanks for your assurance.
 
xYakult
Sr. Member
****
Offline Offline

Activity: 518
Merit: 258



View Profile
January 03, 2018, 03:30:08 AM
 #5

Just
Code:
dumpprivkey
of the addresses, then import the private keys into Electrum.
It's not an on-chain transaction so you don't need to pay fees.

I did try that and copied the privkey in electrum but IIRC the amount from source key did not match. I may be mistaken but I would definitely try again.

Thanks for your assurance.
 

Probably the amount shown in your Bitcoin-QT is the wrong one, you can check the real balance of your addresses on any block explorer like blockchain.info or btc.com
co1nb0y (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
January 03, 2018, 03:47:10 AM
 #6

Just
Code:
dumpprivkey
of the addresses, then import the private keys into Electrum.
It's not an on-chain transaction so you don't need to pay fees.

I did try that and copied the privkey in electrum but IIRC the amount from source key did not match. I may be mistaken but I would definitely try again.

Thanks for your assurance.
 

Probably the amount shown in your Bitcoin-QT is the wrong one, you can check the real balance of your addresses on any block explorer like blockchain.info or btc.com

Thanks for the pointer. I was being nervous as I had read somewhere that if something goes wrong when moving private keys, one could lose the funds.

I will try again.

Thanks.
xYakult
Sr. Member
****
Offline Offline

Activity: 518
Merit: 258



View Profile
January 03, 2018, 04:31:08 AM
 #7

Just
Code:
dumpprivkey
of the addresses, then import the private keys into Electrum.
It's not an on-chain transaction so you don't need to pay fees.

I did try that and copied the privkey in electrum but IIRC the amount from source key did not match. I may be mistaken but I would definitely try again.

Thanks for your assurance.
 

Probably the amount shown in your Bitcoin-QT is the wrong one, you can check the real balance of your addresses on any block explorer like blockchain.info or btc.com

Thanks for the pointer. I was being nervous as I had read somewhere that if something goes wrong when moving private keys, one could lose the funds.

I will try again.

Thanks.


Dont worry as long as your computer is not infected by malwares you won't lose your funds. To be more safe for you, you can transfer your coins to a new address once you are done sweeping your private key/s
co1nb0y (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
January 03, 2018, 05:19:55 AM
 #8

Dont worry as long as your computer is not infected by malwares you won't lose your funds. To be more safe for you, you can transfer your coins to a new address once you are done sweeping your private key/s


Thanks for the pointer, much appreciated.
co1nb0y (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
January 04, 2018, 01:32:45 AM
 #9

how do I actually sweep private keys into electrum?


I pasted priv key in the dialog box but don't know how to save.
Xynerise
Sr. Member
****
Offline Offline

Activity: 322
Merit: 363

39twH4PSYgDSzU7sLnRoDfthR6gWYrrPoD


View Profile
January 04, 2018, 08:37:57 PM
 #10

how do I actually sweep private keys into electrum?


I pasted priv key in the dialog box but don't know how to save.

Sweeping a private key into another wallet requires you to create a new bitcoin transaction that send the bitcoins from that wallet to a new one with the private key held on the new wallet. So obviously you'll pay a fee.

If you want to do it for free then you should import it instead.
Follow the instructions here to import a private key into Electrum: http://docs.electrum.org/en/latest/faq.html#can-i-import-private-keys-from-other-bitcoin-clients
co1nb0y (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
January 07, 2018, 12:42:53 AM
 #11

Sweeping a private key into another wallet requires you to create a new bitcoin transaction that send the bitcoins from that wallet to a new one with the private key held on the new wallet. So obviously you'll pay a fee.

If you want to do it for free then you should import it instead.
Follow the instructions here to import a private key into Electrum: http://docs.electrum.org/en/latest/faq.html#can-i-import-private-keys-from-other-bitcoin-clients


Thanks for the pointer. Much appreciated.
co1nb0y (OP)
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
January 08, 2018, 01:25:52 AM
 #12

Is there a way to estimate a fee for a transaction?
Xynerise
Sr. Member
****
Offline Offline

Activity: 322
Merit: 363

39twH4PSYgDSzU7sLnRoDfthR6gWYrrPoD


View Profile
January 08, 2018, 06:45:34 AM
 #13

Is there a way to estimate a fee for a transaction?
bitcoinfees.21.co gives you an estimate fee in satoshis per byte.
To know the  exact fee you'd need to know the size of your transaction, then multiply it with the fee in Satoshi per byte.

Right now the recommended fee for quick confirmation is 490 Satoshi's per byte. the most common transaction type of one input and 2 outputs is 226 bytes.
Multiplying both of them gives you 106,220 Satoshi's, which is ~ 0.0010622BTC

The total fee will differ depending on the size of your transaction.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!