Ejemplo n.º 1
0
 public static void ConnectToRpc(string daemonUrl, string rpcUsername, string rpcPassword, string walletPassword)
 {
     bitcoin_Logger = new responseTip.Helpers.Logger();
     bitcoin_Logger.SetPath("C:\\Users\\GereG\\Source\\Repos\\ResponseTip\\responseTip");
     CoinService = new BitcoinService(daemonUrl, rpcUsername, rpcPassword, walletPassword);
 }
Ejemplo n.º 2
0
 public static void ConnectToRpc(string daemonUrl, string rpcUsername, string rpcPassword, string walletPassword)
 {
     bitcoin_Logger = new responseTip.Helpers.Logger();
     bitcoin_Logger.SetPath("C:\\Users\\GereG\\Source\\Repos\\ResponseTip\\responseTip");
     CoinService = new BitcoinService(daemonUrl, rpcUsername, rpcPassword, walletPassword);
 }