encryptwallet - Spacecoin RPC Docs


encryptwallet "passphrase"

WARNING: encryptwallet is disabled.
To enable it, restart hushd with the -experimentalfeatures and
-developerencryptwallet commandline options, or add these two lines
to the SPACE.conf file:

experimentalfeatures=1
developerencryptwallet=1

Encrypts the wallet with 'passphrase'. This is for first time encryption.
After this, any calls that interact with private keys such as sending or signing 
will require the passphrase to be set prior the making these calls.
Use the walletpassphrase call for this, and then walletlock call.
If the wallet is already encrypted, use the walletpassphrasechange call.
Note that this will shutdown the server.

Arguments:
1. "passphrase"    (string) The pass phrase to encrypt the wallet with. It must be at least 1 character, but should be long.

Examples:

Encrypt you wallet
> spacecoin-cli encryptwallet "my pass phrase"

Now set the passphrase to use the wallet, such as for signing or sending SPACE
> spacecoin-cli walletpassphrase "my pass phrase"

Now we can so something like sign
> spacecoin-cli signmessage "SPACE_address" "test message"

Now lock the wallet again by removing the passphrase
> spacecoin-cli walletlock 

As a json rpc call
> curl --user myusername --data-binary '{"jsonrpc": "1.0", "id":"curltest", "method": "encryptwallet", "params": ["my pass phrase"] }' -H 'content-type: text/plain;' http://127.0.0.1:35593/


Learn more about spacecoin at spacecoin.network.
Docs generated by spacecoin v0.6.1.
Find this github repo at spacecoinSPACE/spacecoin-rpc-docs.

Spacecoin Logo



Auction











Lotto