Exemplo n.º 1
0
        public static bool GetNewAddress()
        {
            Console.WriteLine("Starting GetNewAddress tests...");

            Console.WriteLine("GetNewAddress: " + Bitcoind.GetNewAddress("cs"));

            return(true);
        }