Created
February 7, 2019 13:56
-
-
Save donma/7a8c8ee21e5bdd3f19f0f1dde0841218 to your computer and use it in GitHub Desktop.
Restore Bitcoin Wallet By NBitcoin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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