Author

Topic: Bitcoin cli wallet unlock question (Read 73 times)

full member
Activity: 217
Merit: 109
April 15, 2021, 05:51:46 PM
#5
Correct... Bitcoin Core is basically bitcoind with a pretty GUI on top... so anything that Bitcoin Core would do, bitcoind would also do.
Grrr, okay thanks for your help as usual. Smiley
HCP
legendary
Activity: 2086
Merit: 4316
April 15, 2021, 05:50:07 PM
#4
Correct... Bitcoin Core is basically bitcoind with a pretty GUI on top... so anything that Bitcoin Core would do, bitcoind would also do.
full member
Activity: 217
Merit: 109
April 15, 2021, 05:14:28 PM
#3
bitcoin-cli is just the way to interact with bitcoind... it passes the commands to the bitcoind daemon and then returns the responses to you.

The wallet would already need to be loaded by bitcoind (which is essentially the same as having it loaded via the Bitcoin Core GUI) for the walletpassphrase option to work. Same with using dumpwallet with bitcoin-cli... the wallet would already need to be loaded by bitcoind.
So I'm assuming it would get mauled again, rather than being in it's original raw form?
HCP
legendary
Activity: 2086
Merit: 4316
April 15, 2021, 05:09:43 PM
#2
bitcoin-cli is just the way to interact with bitcoind... it passes the commands to the bitcoind daemon and then returns the responses to you.

The wallet would already need to be loaded by bitcoind (which is essentially the same as having it loaded via the Bitcoin Core GUI) for the walletpassphrase option to work. Same with using dumpwallet with bitcoin-cli... the wallet would already need to be loaded by bitcoind.
full member
Activity: 217
Merit: 109
April 15, 2021, 04:17:08 PM
#1
Can this command decrypt the wallet.dat in the directory even if it has never been loaded into bitcoin core? Also, does it leave that file sitting in the directory unencrypted? Thanks for any info.
Jump to: