The monero daemon has this option:
--check-updates arg (=notify) Check for new versions of monero:
[disabled|notify|download|update]
I tried running my node with --check-updates update
, but no update/notification takes place.
$ ./monero-v0.10.2.1/monerod --check-updates update
status
shows up to date.
Height: 1275771/1275771 (100.0%) on mainnet, not mining, net hash 57.12 MH/s, v4, up to date, 8(out)+21(in) connections, uptime 0d 23h 59m 3s
Is it implemented/working?
If yes, how does it work?
--check-update update
will download new version first before update. – A.D. Mar 28 '17 at 23:31