Author

Topic: Encrypted wallet and dump priv key (Read 4484 times)

legendary
Activity: 1120
Merit: 1002
December 05, 2013, 07:37:52 AM
#5
I couldn't understand half of what you're saying, sorry...

To "dumpprivkey" for an encrypted wallet you would first have to use the "walletpassphrase" like:

walletpassphrase

...where specifies how long to keep the decryption key in memory (see: https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list)

example: if your passphrase is  "tagada", you have to write , in the console :
  walletpassphrase tagada 500

then type :

dumpprivkey your-bitcoin-adress-here

then it enter...
best regards
legendary
Activity: 2632
Merit: 1023
December 04, 2013, 06:34:18 AM
#4
Wallet can be unlocked from a debug console by using the following command:
walletpassphrase
After that you can dump your private keys.

See: https://en.bitcoin.it/wiki/How_to_import_private_keys


thanks!
hero member
Activity: 910
Merit: 1000
December 04, 2013, 05:56:34 AM
#3
I couldn't understand half of what you're saying, sorry...

To "dumpprivkey" for an encrypted wallet you would first have to use the "walletpassphrase" like:

walletpassphrase

...where specifies how long to keep the decryption key in memory (see: https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list)
full member
Activity: 131
Merit: 108
December 04, 2013, 05:54:50 AM
#2
Wallet can be unlocked from a debug console by using the following command:
walletpassphrase
After that you can dump your private keys.

See: https://en.bitcoin.it/wiki/How_to_import_private_keys
legendary
Activity: 2632
Merit: 1023
December 04, 2013, 04:42:18 AM
#1
when you have encrypted a wallet

If you use a password, can you put it into an un-ecrypted state by leaving the new password as blank

Can you then dumpprivkey?

if not how can you dumpprivkey for an encrypted wallet

will pywallet do this if you enter the password somewhere?

Thanks in advance
Jump to: