public static bool ListReceivedByAccount() { Console.WriteLine("Starting ListReceivedByAccount tests..."); Console.WriteLine("ListReceivedByAccount: " + Bitcoind.ListReceivedByAccount()); Console.WriteLine("ListReceivedByAccount with 50 confirmations: " + Bitcoind.ListReceivedByAccount("50")); Console.WriteLine("ListReceivedByAccount with 50 confirmations showing empties: " + Bitcoind.ListReceivedByAccount("50", true)); return(true); }