Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CROPCOIN [CROP] | Tiered Masternodes | PoS | Decentralized Marketplace
by
castillojim
on 04/04/2018, 13:30:41 UTC
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.gz
gunzip 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.