Correct checksum computation
[NovacoinLibrary.git] / NovacoinTest / Program.cs
index 645c8e7..592f7ff 100644 (file)
@@ -55,6 +55,10 @@ namespace NovacoinTest
             Console.WriteLine("Key ID: {0}", Interop.ToHex(keyID.hashBytes));
             Console.WriteLine("Novacoin address: {0}\n", keyID.ToString());
 
+            string strPubKeyTest = "029780fac8b85b4a47a616acb4e19d7958eaf02acc5123f65e7824ce720b1ae788";
+            CPubKey pubKeyTest = new CPubKey(Interop.ParseHex(strPubKeyTest));
+            Console.WriteLine("Donations may be sent to: {0}\n", pubKeyTest.GetKeyID().ToString());
+
             /// ECDSA keypair signing test
 
             string data = "Превед!";