예제 #1
0
 public static bool BackupWallet()
 {
     Console.WriteLine("Starting BackupWallet tests...");
     Bitcoind.BackupWallet("C:/Test/backup.dat");
     Bitcoind.BackupWallet("C:/Test/backup.dat.ass");
     return(true);
 }