Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
46831022
Topic
5048579
Board
Bitcoin Technical Support
Merits
1 from 1 user
Re: Messy Private Keys Dump
by
Thirdspace
on
13/10/2018, 12:05:07 UTC
⭐ Merited by
ETFbitcoin
(1)
Quote from: ironfeast on October 11, 2018, 05:57:17 PM
Please help to understand all this messy thing.
that's why it's called wallet dump
basically each line represents info of a specific bitcoin address
# addr= hdkeypath=
Quote from: ironfeast on October 11, 2018, 05:57:17 PM
Could anyone explain me how to export and import bitcoin's private keys in bitcoin core.
depending on your intentions, there are a few dos and don'ts on exporting/importing keys
and there are a few commands that you can use:
dumpprivkey
: exports single private key of an address
dumpwallet
: exports all private keys to a file in wallet dump file format
importprivkey
: imports single key into bitcoin core
importaddress
: imports a watch-only address
importwallet
: imports private keys from a file in wallet dump file format
tell us your specific intention, so we can give you advise on how to do it properly and safely