wildbunny

Results 4 issues of wildbunny

``` c# BatchRPC r = new BatchRPC(new Uri("http://127.0.0.1:8332"), new NetworkCredential("user", "password")); uint _tx = r.ListTransactions(); uint _bal = r.GetBalance(); uint _blk = r.GetBlockCount(); r.DoRequest(); ``` Fails with exception {"Error setting...

Test.cs has invalid characters within it causing a compile error.

I've run into this problem fitting a small MV dataset, any ideas how I might resolve it? `import numpy as np import pandas as pd from matplotlib import pyplot as...

I built in VS2013, debug or release. Each time the example never terminates in consensus - it just gets stuck in a loop with no messages to process.