At the moment, the “initialize” button has a bug.
You will need to use the console.
To do that
- Click on “Window->Console”
- Unlock your wallet by entering
walletpassphrase [PASSPHRASE] [SECONDS]
- replace
[PASSPHRASE]
with your passphrase - replace
[SECONDS]
by the number of seconds after which you want the client to lock the wallet again.
- replace
- Initialize your masternode by entering
masternode initialize [LABEL]
- replace
[LABEL]
with the name of the masternode you want to restart.
- replace
- Lock your wallet again by entering
walletlock
.
Done, should all be working now.
If it doesn’t your masternode isn’t set up correctly or your Syscoin-Qt isn’t synced fully.