Skip to content

Instantly share code, notes, and snippets.

@gavinandresen
Created March 17, 2012 00:45
Show Gist options
  • Save gavinandresen/2053916 to your computer and use it in GitHub Desktop.
Save gavinandresen/2053916 to your computer and use it in GitHub Desktop.
Alert params for 0.5.0 through 0.5.3
alert.nRelayUntil = GetTime() + 15 * 60;
alert.nExpiration = GetTime() + 365 * DAYS;
alert.nID = 1011;
alert.nCancel = 1010; // cancels previous messages up to this ID number
alert.nMinVer = 50000;
alert.nMaxVer = 50300;
alert.nPriority = 5000;
alert.strComment = "";
alert.strStatusBar = "URGENT: security fix for Bitcoin-Qt on Windows: http://bitcoin.org/critfix";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment