Author

Topic: c# ltc/btc библиотека ищется (Read 4424 times)

ish
full member
Activity: 176
Merit: 106
newbie
Activity: 3
Merit: 0
Вопрос решен, надо было обновить клиент ltc.
newbie
Activity: 3
Merit: 0
Хочу програмно взаимодействовать с 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
Jump to: