read.cash is a platform where you could earn money (total earned by users so far: $ 774,206.40).
You could get tips for writing articles and comments, which are paid in Bitcoin Cash (BCH) cryptocurrency,
which can be spent on the Internet or converted to your local money.
Our goal is to provide a set of libraries in various programming languages that simplifies application development, ease on-boarding of new developers and let them build their new ideas and really boost the Bitcoin Cash ecosystem.
Using the Knuth C#/.NET API you can use our node as a library.
It is now possible to launch a Knuth node using C# without the need for a configuration file. You can specify the node configuration using C# code.
var settings = Settings.GetDefault(NetworkType.Mainnet);
// avoid connecting to nodes of other coins
settings.Network.UserAgentBlacklist.Add("/Bitcoin SV");
if (DateTime.Now >= new DateTime(2020, 11, 15)) {
settings.Network.UserAgentBlacklist.Add("/Bitcoin ABC");
}