Bitcoin Forum
September 21, 2025, 09:06:59 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Local / Кодеры / Простые исходники blockchain есть? on: May 12, 2016, 08:15:12 PM
Хочу сделать сделать свою простую валюту, чтобы при майнинге вносить в свою БД какую-то информацию по принципу blockchain. Никому ничего на гитхабе не попадалось?
2  Local / Кодеры / Re: c# ltc/btc библиотека ищется on: July 05, 2015, 11:02:15 AM
Вопрос решен, надо было обновить клиент ltc.
3  Local / Кодеры / c# ltc/btc библиотека ищется on: July 04, 2015, 10:19:25 AM
Хочу програмно взаимодействовать с 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
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!