MetacoSA / NBitcoin.Litecoin

Litecoin extensions for NBitcoin
MIT License
21 stars 24 forks source link

Incompatible with latest NBitcoin 4.0.0.50 #8

Open logikonline opened 6 years ago

logikonline commented 6 years ago

Did you remove "AddDNSSeeds" and "NetworkAddress"? I had to rollback to .38 for it to recognize those objects/properties.

logikonline commented 6 years ago

I was able to figure out it was System.Net.Http 4.3.3 which breaks the library. Just a heads up.

NicolasDorier commented 6 years ago

Mh this is related to a broken .net release (https://github.com/dotnet/corefx/issues/11100) . I will try to update to latest NBitcoin version, as well as updating this lib to what I am using in BTCPay.

NicolasDorier commented 6 years ago

I pushed 1.0.0.8, can you give a try ? I added Regtest and default path to cookiefile for litecoin. You also need to update NBitcoin to .50.