Хочу програмно взаимодействовать с ltc или btc.
Пока что пробовал только ltc и либу
https://github.com/GeorgeKimionis/BitcoinLibЗапускаю сам демон
litecoind.exe -daemon -debug=net -printtoconsole
Инициализирую:
private readonly ILitecoinService _litecoinService = new LitecoinService();
_litecoinService = new LitecoinService(ConfigurationManager.AppSettings["Litecoin_DaemonUrl"],
ConfigurationManager.AppSettings["Litecoin_RpcUsername"],
ConfigurationManager.AppSettings["Litecoin_RpcPassword"],
ConfigurationManager.AppSettings["Litecoin_WalletPassword"]
);
При запросе получения баланса
decimal balance = _litecoinService.GetBalance();
Пишет:
An exception of type 'BitcoinLib.ExceptionHandling.Rpc.RpcInternalServerErrorException' occurred in BitcoinLib.dll but was not handled in user code
Additional information: getbalance [account] [minconf=1]
If [account] is not specified, returns the server's total available balance.
If [account] is specified, returns the balance in the account.
Есть ли еще какие-то опробованные варианты для ltc?
Сейчас качаю многогиговый клиент для btc.
Есть ли какие-то либы на шарпе для других кошельков, кроме оригинального клиента?
https://bitcoin.org/ru/choose-your-wallet