UpdateAs of today (after 19th nov, 23.59), all nodes not running the latest release have been cut off from the network.
Today the Systemnode update will complete. When enforcement is turned on (in a couple of hours from now), miners can no longer contribute to the Crown ledger if
they are not up to date.
This has two further implications for Master- and Systemnode holders:
- 1. Masternodes MUST update to the latest version to keep receive rewards*
- 2. Systemnodes will receive a reward in every block, since all mining is now on the latest update (before enforcement, some blocks did not reward SNs)
*:Please follow these instructions if you haven't done so already! (to check: run
crown-cli getinfo, if version is
not 120300, you need to update)
http://op.crownlab.eu/projects/crown-atomic/wiki/updating-your-vps-hosted-masternode For your convenience, the VPS update commands:
crown-cli stop
(if this gives an error, go to the 'sudo wget' command)
sleep 5
sudo wget https://github.com/Crowndev/crowncoin/releases/download/v0.12.3.0/Crown-Linux64.zip
sudo apt-get install unzip -y
unzip -o -d Crown Crown-Linux64.zip
cd Crown/648.5-x86_64-unknown-linux-gnu/bin
sudo cp crownd crown-cliusr/local/bin
sed -i 's/throne/masternode/g#' ~/.crown/crown.conf
Restart the wallet and check if version is 120300:
crownd
crown-cli getinfo