Skip to content

Instantly share code, notes, and snippets.

View xeniacx's full-sized avatar

xeniacx xeniacx

View GitHub Profile

Keybase proof

I hereby claim:

  • I am kimionis on github.
  • I am kimionis (https://keybase.io/kimionis) on keybase.
  • I have a public key whose fingerprint is 1BEC EA47 41CA 04A0 6DCA F14C 00D4 3BE7 9FD6 AA0C

To claim this, I am signing this object:

IBitcoinService bitcoinService = new BitcoinService(useTestnet:false);
UInt64 counter = 0;
TimeSpan minTimeSpan = new TimeSpan();
TimeSpan maxTimeSpan = new TimeSpan();
while (true)
{
Stopwatch watch = Stopwatch.StartNew();
IList<ListUnspentResponse> listUnspentResponses = bitcoinService.ListUnspent();