What's new

Linux Wallet running MNs on other servers and want to unlock for staking only

ABC12345

New Pivian
I'm running my wallet on Linux and have several masternodes on other servers.

Wallet is encrypted. How to I unlock wallet for staking only.

what is -cli command - it's easy on windows, I just don't know what the cli command is to unlock for staking only on linux

thanks in advance

:)
 
Hi @ABC12345

The command is as follows:
Code:
walletpassphrase <passphrase> 0 true

The statement "true" means to unlock for staking only.
 
Top