Skip to main content

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.

1 vote
1 answer
1k views

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 ...
user170342's user avatar
0 votes
1 answer
120 views

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 ...
pbies's user avatar
  • 195
2 votes
0 answers
59 views

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 ...
Grunge Dreamboat's user avatar
1 vote
1 answer
390 views

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 ...
pbies's user avatar
  • 195
1 vote
2 answers
143 views

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 /...
Bitman's user avatar
  • 11
0 votes
1 answer
69 views

The exchange requests the beneficiary's VASP. What to indicate?
D А's user avatar
  • 1
2 votes
1 answer
320 views

If I use the listdescriptors true command, I only receive values like (pkh, sh, tr, wpkh). Did I do something wrong?
N.dhanush raj's user avatar
2 votes
1 answer
205 views

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 ...
Zenul_Abidin's user avatar
0 votes
0 answers
93 views

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 ...
Shadow's user avatar
  • 9
0 votes
1 answer
162 views

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 ...
miki 02's user avatar
0 votes
0 answers
1k views

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 ...
Cryptochessplayer's user avatar
0 votes
2 answers
262 views

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 ...
albaokilml's user avatar
1 vote
2 answers
2k views

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 ...
Carmen Duda's user avatar
2 votes
0 answers
58 views

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 ...
UuestGser's user avatar
1 vote
2 answers
508 views

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.
Mani T's user avatar
  • 225

15 30 50 per page
1
2 3 4 5 6