3
I found this C# tool to generate addresses for Bitcoin (compressed and uncompressed):
https://en.bitcoin.it/wiki/Bitcoin_Address_Utility
https://github.com/casascius/Bitcoin-Address-Utility
It works perfectly for Bitcoin, but for Litecoin it seems not to work.
Any ideas how to use similar code to generate Litecoin Addresses?
Thanks
1I accepted your answer because of your Alternative suggestion of using CoinService.GetNewAddress(String). That sounds like a very good idea, since Bitcoinlib supports not just Bitcoin but other altcoins. Thanks a lot!
For the record - Selecting Litecoin in the Drop Down Menu DOESN'T WORK, it generates wrong addresses. it looks that Bitcoin_Address_Utility is just working 100% for Bitcoin. – Gustir – 2015-02-19T12:49:25.187