Bitcoin Forum
May 06, 2024, 04:32:21 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: How to dump all private keys from wallet.dat ?  (Read 3005 times)
Uniex (OP)
Jr. Member
*
Offline Offline

Activity: 115
Merit: 2


View Profile
August 04, 2017, 04:04:53 PM
 #1

I need to dump all private keys from wallet.dat because it has too much addresses, so I cant use dumpprivkey for each address
1715013141
Hero Member
*
Offline Offline

Posts: 1715013141

View Profile Personal Message (Offline)

Ignore
1715013141
Reply with quote  #2

1715013141
Report to moderator
1715013141
Hero Member
*
Offline Offline

Posts: 1715013141

View Profile Personal Message (Offline)

Ignore
1715013141
Reply with quote  #2

1715013141
Report to moderator
Bitcoin addresses contain a checksum, so it is very unlikely that mistyping an address will cause you to lose money.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715013141
Hero Member
*
Offline Offline

Posts: 1715013141

View Profile Personal Message (Offline)

Ignore
1715013141
Reply with quote  #2

1715013141
Report to moderator
1715013141
Hero Member
*
Offline Offline

Posts: 1715013141

View Profile Personal Message (Offline)

Ignore
1715013141
Reply with quote  #2

1715013141
Report to moderator
1715013141
Hero Member
*
Offline Offline

Posts: 1715013141

View Profile Personal Message (Offline)

Ignore
1715013141
Reply with quote  #2

1715013141
Report to moderator
jackg
Copper Member
Legendary
*
Offline Offline

Activity: 2856
Merit: 3071


https://bit.ly/387FXHi lightning theory


View Profile
August 04, 2017, 05:55:43 PM
 #2

I need to dump all private keys from wallet.dat because it has too much addresses, so I cant use dumpprivkey for each address

Can you not make a new wallet, send all of the coins from your first wallet to the second and then just delete the old wallet.dat?
If you have fewer private keys to import than expoert, then that might be a good solution for it.
Uniex (OP)
Jr. Member
*
Offline Offline

Activity: 115
Merit: 2


View Profile
August 05, 2017, 07:25:16 AM
 #3

I need to dump all private keys from wallet.dat because it has too much addresses, so I cant use dumpprivkey for each address

Can you not make a new wallet, send all of the coins from your first wallet to the second and then just delete the old wallet.dat?
If you have fewer private keys to import than expoert, then that might be a good solution for it.

Thats idea, but I need exactly what I need - extract all private keys from wallet.dat Smiley
ranochigo
Legendary
*
Offline Offline

Activity: 2954
Merit: 4166


View Profile
August 05, 2017, 07:52:22 AM
Merited by Yaremi (2), Heisenberg_Hunter (1)
 #4

To export all the keys, you have to use dumpwallet command. The command will export all your keys and your master private key which can generate any future address unencrypted so use it with care.

1.Go to help>debug window>console.
2. Key in this if you have your wallet encrypted:
Code:
walletpassphrase PASSWORDHERE 600
replacing the relevant parts.
3. Create a blank txt file in whatever directory you want and name it walletdump.txt. For example, I stored mine in C:/ with the name walletdump.txt.
4. Key in this:
Code:
dumpwallet C:/walletdump.txt
. The command will export every of your private keys into that text file. You can change the directory if you stored your text file on another directory.

.
.HUGE.
▄██████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄███████████████████████▄
▄█████████████████████████▄
███████▌██▌▐██▐██▐████▄███
████▐██▐████▌██▌██▌██▌██
█████▀███▀███▀▐██▐██▐█████

▀█████████████████████████▀

▀███████████████████████▀

▀█████████████████████▀

▀█████████████████▀

▀██████████▀▀
█▀▀▀▀











█▄▄▄▄
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
.
CASINSPORTSBOOK
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀▀█











▄▄▄▄█
khalidxpert
Member
**
Offline Offline

Activity: 270
Merit: 31

Payment Gateway http://Al-Buraq.Net/PaymentGateway


View Profile WWW
August 19, 2020, 12:22:43 PM
 #5

I want to know if want to make any specific wallet address as dump key how to do that

We are providing Crypto Payment Gateway Solution. http://Al-Buraq.Net/PaymentGateway

If you partner with us you can get upto 25% discount on Listing your coin to be used on Checkout Integrations on BigCommerce, Shopify, WooCommerce, HTML-5, WHMCS, Marketplace.

http://Al-Buraq.Net/PaymentGateway
PawGo
Legendary
*
Offline Offline

Activity: 952
Merit: 1367


View Profile
August 19, 2020, 12:24:20 PM
 #6

I want to know if want to make any specific wallet address as dump key how to do that

dumpprivkey "address"
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!