Bitcoin Forum
May 13, 2024, 07:30:39 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Where is a command line sticky for Bitcoin QT?  (Read 2164 times)
Quicker_777 (OP)
Newbie
*
Offline Offline

Activity: 58
Merit: 0



View Profile
May 26, 2013, 02:36:22 PM
 #1

I'm just lookin' for the basics - maybe I missed that somewhere in the GUI, but I don't think so.   Huh

Does anybody know of a good place that walks through the steps for:

1) Backing up all your private keys / accessing what those keys are
2) Steps on how to restore a wallet with your private keys using command line?

Any help would be greatly appreciated!    Smiley
If you want to be a moderator, report many posts with accuracy. You will be noticed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715628639
Hero Member
*
Offline Offline

Posts: 1715628639

View Profile Personal Message (Offline)

Ignore
1715628639
Reply with quote  #2

1715628639
Report to moderator
DannyHamilton
Legendary
*
Offline Offline

Activity: 3388
Merit: 4653



View Profile
May 26, 2013, 03:18:02 PM
 #2

I'm just lookin' for the basics - maybe I missed that somewhere in the GUI, but I don't think so.   Huh

Does anybody know of a good place that walks through the steps for:

1) Backing up all your private keys / accessing what those keys are
2) Steps on how to restore a wallet with your private keys using command line?

Any help would be greatly appreciated!    Smiley


Due to the way Bitcoin-Qt handles the "change" when you send transactions, it is a very bad idea to try to just back up "private keys" of a Bitcoin-Qt wallet that you are actively using.  You really need to backup the entire wallet.dat file on a regular basis, and it would be a good idea to keep at least the three most recent backups in case you have issues restoring one of them.

If you really want to access the private keys, you can do so.  You can use "listunspent" to get a list of all the unspent outputs in the wallet.  Then you can look up each of those transaction outputs (either at a website such as blockchain.info or with the getrawtransaction and decoderawtransaction commands).  Once you have a list of addresses that have outputs associated with them, you can use dumpprivkey with each address to get the private keys.  Later if you want to import any of these private keys into Bitcoin-Qt you can use importprivkey.
grue
Legendary
*
Offline Offline

Activity: 2058
Merit: 1431



View Profile
May 26, 2013, 04:38:13 PM
 #3

all the command line options: https://en.bitcoin.it/wiki/Running_Bitcoin

to backup your wallet, just copy+paste %appdata%\bitcoin\wallet.dat

It is pitch black. You are likely to be eaten by a grue.

Adblock for annoying signature ads | Enhanced Merit UI
Quicker_777 (OP)
Newbie
*
Offline Offline

Activity: 58
Merit: 0



View Profile
May 27, 2013, 12:29:23 AM
 #4

all the command line options: https://en.bitcoin.it/wiki/Running_Bitcoin

to backup your wallet, just copy+paste %appdata%\bitcoin\wallet.dat

Thank you for the advice and link!  Very helpful.  I looked through the Wiki some more and found another very helpful page for others reading this post: https://en.bitcoin.it/wiki/Securing_your_wallet

Enjoy!  Smiley
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!