Bitcoin Forum

Bitcoin => Wallet software => Topic started by: Biitcoin on December 17, 2014, 03:33:59 PM



Title: C# Bitcoin Wallet ?
Post by: Biitcoin on December 17, 2014, 03:33:59 PM
Can't seem to find any on the forums :( Is there is any Open source Bitcoin wallets written in C# or any projects related to BTC (no miners) written in C# ? ;D wanna check them out . thanks


Title: Re: C# Bitcoin Wallet ?
Post by: altcoinex on December 17, 2014, 04:03:45 PM
Quite a few wallets, libraries, tools, and wrappers for c#:

The most complete, and one that includes alot of documentation/publication on the web so if your looking to learn or understand is probably your best resource:
https://github.com/NicolasDorier/NBitcoin
Lots of technical explanation here to get you working with it:
http://www.codeproject.com/Articles/768412/NBitcoin-The-most-complete-Bitcoin-port-Part-Crypt

Other prominent projects:
https://code.google.com/p/bitcoinsharp/  (C# port of bitcoinJ ideal if your looking for just wallet functionality)
BitcoinLib: https://github.com/GeorgeKimionis/BitcoinLib
BitSharp: https://github.com/pmlyon/BitSharp
Bitcoin-Tool: https://bitcointalk.org/index.php?topic=148163.0 https://github.com/mb300sd/Bitcoin-Tool/
Bitcoin C# QT Wrapper: https://github.com/LarsHoldgaard/bitcoin-wrapper

I think that should cover anything your looking for, although I wonder how you were unable not to find them yourself... :D


Title: Re: C# Bitcoin Wallet ?
Post by: Biitcoin on December 17, 2014, 04:44:14 PM
Quite a few wallets, libraries, tools, and wrappers for c#:

The most complete, and one that includes alot of documentation/publication on the web so if your looking to learn or understand is probably your best resource:
https://github.com/NicolasDorier/NBitcoin
Lots of technical explanation here to get you working with it:
http://www.codeproject.com/Articles/768412/NBitcoin-The-most-complete-Bitcoin-port-Part-Crypt

Other prominent projects:
https://code.google.com/p/bitcoinsharp/  (C# port of bitcoinJ ideal if your looking for just wallet functionality)
BitcoinLib: https://github.com/GeorgeKimionis/BitcoinLib
BitSharp: https://github.com/pmlyon/BitSharp
Bitcoin-Tool: https://bitcointalk.org/index.php?topic=148163.0 https://github.com/mb300sd/Bitcoin-Tool/
Bitcoin C# QT Wrapper: https://github.com/LarsHoldgaard/bitcoin-wrapper

I think that should cover anything your looking for, although I wonder how you were unable not to find them yourself... :D

Thank you very much , almost everything I wanted ;D
and it's probably because I used google instead of bitcointalk search , and github isn't on the top of the results :p thanks again mate


Title: Re: C# Bitcoin Wallet ?
Post by: Nicolas Dorier on January 26, 2015, 11:45:42 PM
If you choose NBitcoin, I wrote the first part of a book here : http://blockchainprogramming.azurewebsites.net/ (http://blockchainprogramming.azurewebsites.net/)
This is probably the smoother curve to get started to bitcoin dev.


Title: Re: C# Bitcoin Wallet ?
Post by: Biitcoin on February 02, 2015, 06:27:20 PM
If you choose NBitcoin, I wrote the first part of a book here : http://blockchainprogramming.azurewebsites.net/ (http://blockchainprogramming.azurewebsites.net/)
This is probably the smoother curve to get started to bitcoin dev.

That's what Im talking about , good job brother
and thank you so much