Optionally query moneropulse DNS records to check for updates

It just checks and prints a message if there is a new version
for now.
This commit is contained in:
moneromooo-monero
2017-02-18 16:30:29 +00:00
parent e3cae4ae2e
commit f640512c53
9 changed files with 261 additions and 18 deletions

View File

@@ -120,4 +120,9 @@ namespace command_line
, "How many blocks to sync at once during chain synchronization."
, BLOCKS_SYNCHRONIZING_DEFAULT_COUNT
};
const command_line::arg_descriptor<std::string> arg_check_updates = {
"check-updates"
, "Check for new versions of monero: [disabled|notify|download|update]"
, "notify"
};
}