Author

Topic: Encrypting Wallet From Command Line (Read 964 times)

legendary
Activity: 910
Merit: 1000
★YoBit.Net★ 350+ Coins Exchange & Dice
August 19, 2014, 08:16:59 AM
#4
Are you trying to encrypt an unencrypted wallet for the first time ?

If so, you can do it with "encryptwallet " command

List of commands is here if you need it for future ref Smiley
https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list

sr. member
Activity: 350
Merit: 250
★YoBit.Net★ 350+ Coins Exchange & Dice
August 18, 2014, 12:36:43 PM
#3
The RPC method to change the passphrase is: walletpassphrasechange (it's right at the bottom of the RPC calls listed here: https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list).

As regarding whether that matters when running a server it just depends upon whether that server is going to *use* a wallet (it is actually possible now to start up the server without a wallet at all).


Thank you for your help Smiley
legendary
Activity: 1890
Merit: 1086
Ian Knowles - CIYAM Lead Developer
August 18, 2014, 12:35:16 PM
#2
The RPC method to change the passphrase is: walletpassphrasechange (it's right at the bottom of the RPC calls listed here: https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list).

As regarding whether that matters when running a server it just depends upon whether that server is going to *use* a wallet (it is actually possible now to start up the server without a wallet at all).

If your bitcoin server doesn't need a wallet then perhaps consider using the -disablewallet option.
sr. member
Activity: 350
Merit: 250
★YoBit.Net★ 350+ Coins Exchange & Dice
August 18, 2014, 12:31:30 PM
#1
Hi,

I have bitcoind running on ubuntu with BTC in the wallet and have a couple of questions.

1) Is there a way to encrypt this from the command line? or do I need to encrypt it from Bitcoin-QT?

2) as im running a server is it even a good idea to encrypt the wallet?

Thanks

Jump to: