Bitcoin Forum

Bitcoin => Wallet software => Topic started by: Nicolas Dorier on October 24, 2014, 03:58:03 PM



Title: Command line tool in C# for common key and base58 operations
Post by: Nicolas Dorier on October 24, 2014, 03:58:03 PM
For my development needs, I made a simple console application for creating BIP38 addresses as well as decrypt it.
I also added the possibility to parse a base58 to see what it is. This tool is based on NBitcoin in C#.

Not a big deal, but if you find yourself wanting some new features for common operation, let me know on github.

Source (and binary link) : https://github.com/NicolasDorier/NBitcoin.Tools (https://github.com/NicolasDorier/NBitcoin.Tools)