What's new
  • Due to abuse, registration is disabled.

    Registration is only required for posting topics or replies. To register, make a request on any of the PIVX social media or chat channels.

    NOTE: To enhance forum security, new accounts that have no posts within a 30-day period may be subject to banning.

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

A

ABC12345

Guest
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