Questions tagged [private-key-export]
Questions about extracting a private key from a wallet, e.g. for the purpose of creating a backup or importing them to another wallet.
80 questions
1 vote
1 answer
1k views
How to extract the seed phrase from a wallet DAT file?
I seem to have the opposite problem of similar posts: I found an old .dat file on a backup drive (seems to be binary), around 90 KB, from 2013 or earlier, and its name tells me that it's a Bitcoin ...
0 votes
1 answer
120 views
Python script - ckeys not extracted
I have this code: #!/usr/bin/env python3 # pip3 install pycryptodome bsddb3 import os import bsddb3.db as bdb import struct def extract_keys(wallet_path): try: # Open the wallet.dat ...
2 votes
0 answers
59 views
How to import Core Lightning closed channel outputs into Bitcoin Core
I have a Core Lightning node with multiple closed channel outputs, and I don't wish to open new channels with these. For backup reasons and for ease of use of the Bitcoin Core user interface I'd like ...
1 vote
1 answer
390 views
Bitcoin Core wallet.dat keys details
I have python script to dump wallet.dat details to json+hex file. It operates with bsddb3 library. There are keys and values. They can be divided into: addresses keys (private keys?) transactions ...
1 vote
2 answers
143 views
Why are there multiple payment addresses associated with a private key?
I use the wallet to generate a receiving address A starting with 3 and temporarily name it "A". I export the private key and temporarily name it "X". I run the command dumpwallet /...
0 votes
1 answer
69 views
VASP beneficiary exchange. What to indicate
The exchange requests the beneficiary's VASP. What to indicate?
2 votes
1 answer
320 views
why i can't get the xprv descriptor from the bitcoin-cli listdescriptors true
If I use the listdescriptors true command, I only receive values like (pkh, sh, tr, wpkh). Did I do something wrong?
2 votes
1 answer
205 views
What is the default private key type for legacy and segwit addresses?
In a library I'm reading, I can export a private key to a WIF, which takes a compressed boolean parameter. It reads: "...False if you want a standard WIF export (the most standard option). True ...
0 votes
0 answers
93 views
Export a taproot multisig wallet
I have created a wallet, added a descriptors to make it multisig with tr(KI, multi_a(2,pub1,pub2,pub3) command. Now, I want to import this to some UI but since the wallet doesn't have a private key I ...
0 votes
1 answer
162 views
Bitcoin Core for Mac not syncing, can't access private key
Wondering if you can help me guys, I'm new to using bitcoins and recently downloaded Bitcoin Core to my MacBook. I stupidly sent bitcoins to my wallet without realising i had to sync first, but it's ...
0 votes
0 answers
1k views
cannot export my private key from bitcoin core wallet [duplicate]
attempting to export private key from bitcoin core wallet with no pass phrase, when i enter the command "dumpprivkey" with my bitcoin address, it says, Only legacy wallets are supported by ...
0 votes
2 answers
262 views
Bitcoin node : importprivkey does not import all getnewaddress previously created
I have a problem with my bitcoin wallet recovery process. I have a wallet with thousand of address attached created with RPC method 'getnewaddress'. I would like to have a recovery process for this ...
1 vote
2 answers
2k views
Private key on Bitcoin Core
I can't create the private key of a legacy address on bitcoin core. When I do the command it writes me that it can only be done to legacy addresses. And my address is legacy. What should I do. Thank ...
2 votes
0 answers
58 views
listaddressgroupings or dumpwallet? I need to dump private keys from Bitcoin-QT
I have a Bitcoin-QT wallet and the client is more than a year out of sycn. It would take years and massive amount of data to get it synced so, this is out of the question. My plan was to move my coins ...
1 vote
2 answers
508 views
Export private keys from a wallet.dat file using BTCrecover
Is there a way to export private keys from a wallet.dat file using BTCrecover? I've been unsuccessful in achieving this using Bitcoin-qt or pywallet with an older wallet.dat file from 2018.