Don't forget to stake !
Free coins and it helps securing the chain.
-Create/copy 2nd wallet for staking only.
-Move your mined coins to staking wallet.
-Unlock wallet :
In Debug > console :
walletpassphrase "passphrase" 100000000 true
walletpassphrase "passphrase" timeout stakeonly
Stores the wallet decryption key in memory for 'timeout' seconds.
This is needed prior to performing transactions related to private keys such as sending vortex
Arguments:
1. "passphrase" (string, required) The wallet passphrase
2. timeout (numeric, required) The time to keep the decryption key in seconds; capped at 100000000 (~3 years).
3. stakeonly optional true/false allowing only block staking.