public static bool SignMessage() { Console.WriteLine("Starting SignMessage tests..."); _helloSigned = Bitcoind.SignMessage("mmx8vJ6F4sBcBuhbEF1UAGevAMmyaSfLxx", "Hello world"); _genesisSigned = Bitcoind.SignMessage("n1dPhwHRC8jNwUEJD7jThf4RkFVvcYLqmz", "The Times 03/Jan/2009 Chancellor on brink of second bailout for banks"); Console.WriteLine("SignMessage: " + _helloSigned); Console.WriteLine("SignMessage: " + _genesisSigned); return(true); }