Title: read and display BTC balance c# (unity) Post by: dwaring28720 on September 22, 2014, 04:55:46 PM Hi im not sure where to look so im looking for a little help here. Im making an interactive app in unity and im trying to find a way to display the current balance of a predetermined wallet address using c# in a GUI.Box. Any help will be appreciated on this
Title: Re: read and display BTC balance c# (unity) Post by: FaSan on September 22, 2014, 04:58:35 PM Hi im not sure where to look so im looking for a little help here. Im making an interactive app in unity and im trying to find a way to display the current balance of a predetermined wallet address using c# in a GUI.Box. Any help will be appreciated on this Blockparser on github read and manipolate blockchain data : https://github.com/znort987/blockparser FaSan Title: Re: read and display BTC balance c# (unity) Post by: Nicolas Dorier on September 26, 2014, 06:18:19 PM Use NBitcoin https://github.com/NicolasDorier/NBitcoin
I documented it with lots of article, one relevant to you is (Manual scanning part): http://www.codeproject.com/Articles/784519/NBitcoin-How-to-scan-the-Blockchain (http://www.codeproject.com/Articles/784519/NBitcoin-How-to-scan-the-Blockchain) |