Bitcoin Forum

Bitcoin => Bitcoin Technical Support => Topic started by: wsxdrfv on June 24, 2018, 11:43:39 AM



Title: walletpassphrase change password or remove password?
Post by: wsxdrfv on June 24, 2018, 11:43:39 AM
I know there is command that can change password , but are there also remove password and make wallet status as no password?



Title: Re: walletpassphrase change password or remove password?
Post by: TryNinja on June 24, 2018, 01:04:20 PM
I don't think so. You could just change the password to a single space to make things easier.


Title: Re: walletpassphrase change password or remove password?
Post by: DannyHamilton on June 24, 2018, 04:05:43 PM
I don't think so. You could just change the password to a single space to make things easier.

Or send the coins to a new wallet that doesn't have a password.


Title: Re: walletpassphrase change password or remove password?
Post by: Lakai01 on June 25, 2018, 06:20:00 AM
Yes, just send the coins to a wallet whitout a password. But why would you leave your wallet unprotected?
If you have an larger amount of coins/token value I would in any case consider buying a hardware wallet like Ledger Nano S!


Title: Re: walletpassphrase change password or remove password?
Post by: wsxdrfv on July 01, 2018, 12:23:10 PM
Yes, just send the coins to a wallet whitout a password. But why would you leave your wallet unprotected?
If you have an larger amount of coins/token value I would in any case consider buying a hardware wallet like Ledger Nano S!
Then how deal the case that daemon communicate with web? Need to make address, send coin. Then incoming code should have unlock password process?


Title: Re: walletpassphrase change password or remove password?
Post by: TryNinja on July 01, 2018, 04:05:16 PM
Then how deal the case that daemon communicate with web? Need to make address, send coin. Then incoming code should have unlock password process?
Quote
Run bitcoind or bitcoin-qt -server. You can control it via the command-line bitcoin-cli utility or by HTTP JSON-RPC (http://json-rpc.org/wiki/specification) commands.

You must create a bitcoin.conf configuration file setting an rpcuser and rpcpassword; see Running Bitcoin (https://en.bitcoin.it/wiki/Running_Bitcoin) for details.

[...]
Source: https://en.bitcoin.it/wiki/API_reference_(JSON-RPC)