How do I refill the keypool?

algorithm

Quark (PoS)

source branch

3.3

updated July 8, 2021, 3:15 pm

Fix the error message "Error: Keypool ran out, please call keypoolrefill first" with the following steps.

Open your wallet.

Click on "Tools" -> "Debug console".

This is the console where you execute RPC commands.

Unlock your wallet with the following RPC command:

walletpassphrase yourpassword 600

Replace the text "yourpassword" with the password used to encrypt your wallet.
The number 600 is the amount of seconds your wallet is unlocked.

Fill the keypool with the following RPC command:

keypoolrefill