People that have VPS installed with Zoldur's script, can update to the latest wallet 1.1.0.1 with tiered masternode reward fixed doing this as root.
wget
https://cdn.discordapp.com/attachments/415210317534986240/431046251719688192/cropcoind.gzgunzip cropcoind.gz
systemctl stop cropcoin.service
chmod +x cropcoind
mv /usr/local/bin/cropcoind /usr/local/bin/cropcoind-1.1.0.0
cp cropcoind /usr/local/bin
systemctl start cropcoin.service
Thanks to @OS for the precompiled binaries.