nopara73

Results 312 comments of nopara73

For passwords, mnemonics and keys wherever possible.

Can you try now? I did a bit of refactoring, though I don't think it would affect your issue, because my send was working: https://github.com/MetacoSA/NBitcoin/issues/779#issuecomment-560055820 If not, then please explain...

Why did you uncomment that line? `test4.json` wallet file was only present in my old dev environment, even I don't have it now.

@MaxHillebrand you guys said you'll leave me out of this.

What you can download with the NuGet is different from the source code here, that's an older version and that doesn't multithread. In the meantime I completely rewritten DotNetTor from...

Made it optional and default false: `SocksPortHandler.IgnoreSslCertification`

Should be fixed in .NET Core and not just hacked around. Issue opened: https://github.com/dotnet/corefx/issues/21761

Need .NET Core SNI feature: https://github.com/dotnet/corefx/issues/9608

Fixed in .NET Core 3.1: https://github.com/nopara73/SslStreamBugCore3

Hi @kklara, I think this is related: https://github.com/nopara73/DotNetTor/issues/4 DotNetTor was originally written in .NET Core 1, which was lacking numerous things, I've tried to bring everything to new platforms, but...