Skip to content

Instantly share code, notes, and snippets.

@donma
Created February 7, 2019 13:56
Show Gist options
  • Save donma/7a8c8ee21e5bdd3f19f0f1dde0841218 to your computer and use it in GitHub Desktop.
Save donma/7a8c8ee21e5bdd3f19f0f1dde0841218 to your computer and use it in GitHub Desktop.
Restore Bitcoin Wallet By NBitcoin
var walletA = NBitcoin.Key.Parse("6PYQBZhumqnrhETBXNvqW61XHpwYVefbTmZtM2BZcekPjunUbPgUPGe8H2", "your_pass_word", NBitcoin.Network.TestNet).GetWif(NBitcoin.Network.TestNet);
Console.WriteLine("Your Address : " + walletA.GetAddress());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment