Is there a Linux noob guide to updating Masternodes ?
If not, could someone make a idiots guide to updating and post it over at darkcointalk

Also, in case anyone hasn't figured out how to update and restart their masternodes with the newfangled cold/remote setup, here is what worked for me:
On remote:
darkcoind stop
mv darkcoind darkcoind-old-version-number
wget
http://www.darkcoin.io/downloads/rc/darkcoindchmod 755 darkcoind
darkcoind
...wait for it to sync up if needed
On local:
Stop local client if running
Edit your darkcoin.conf and put back in:
masternode=1
masternodeprivkey=your-priv-key-for-that-masternode
masternodeaddr=x.x.x.x:9999
Rename your copy wallet for that masternode back to wallet.dat and fire up the local client or daemon
Wait for it to sync up if needed, then
masternode start 'your-wallet-passphrase'
- you should get 'masternode started sucessfully' and you can now take the local wallet offline again, your masternode should appear at
http://drk.poolhash.org/masternode.html within a minute or two.