Skip to content

Instantly share code, notes, and snippets.

@farukterzioglu
Created October 19, 2019 20:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save farukterzioglu/d140748ce94206997fc584948ade5d5f to your computer and use it in GitHub Desktop.
Save farukterzioglu/d140748ce94206997fc584948ade5d5f to your computer and use it in GitHub Desktop.
bitcoin sample
var network = Network.RegTest;
var client = new RPCClient(
credentials: new NetworkCredential(
userName: "myuser",
password: "SomeDecentp4ssw0rd"),
address: new Uri("http://127.0.0.1:443"),
network: network);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment