Bitcoin Forum
May 06, 2024, 07:11:18 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: C# Bitcoin Wallet ?  (Read 5556 times)
Biitcoin (OP)
Sr. Member
****
Offline Offline

Activity: 353
Merit: 250


Zichain


View Profile WWW
December 17, 2014, 03:33:59 PM
 #1

Can't seem to find any on the forums Sad Is there is any Open source Bitcoin wallets written in C# or any projects related to BTC (no miners) written in C# ? Grin wanna check them out . thanks

1714979478
Hero Member
*
Offline Offline

Posts: 1714979478

View Profile Personal Message (Offline)

Ignore
1714979478
Reply with quote  #2

1714979478
Report to moderator
1714979478
Hero Member
*
Offline Offline

Posts: 1714979478

View Profile Personal Message (Offline)

Ignore
1714979478
Reply with quote  #2

1714979478
Report to moderator
"If you don't want people to know you're a scumbag then don't be a scumbag." -- margaritahuyan
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714979478
Hero Member
*
Offline Offline

Posts: 1714979478

View Profile Personal Message (Offline)

Ignore
1714979478
Reply with quote  #2

1714979478
Report to moderator
altcoinex
Sr. Member
****
Offline Offline

Activity: 293
Merit: 250


Director - www.cubeform.io


View Profile WWW
December 17, 2014, 04:03:45 PM
 #2

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... Cheesy


                                     ╓╢╬╣╣╖
                                   ┌║██████║∩
                                   ]█████████
                                    ╜██████╝`
                                      ╙╜╜╜`
                                   ╓╥@@@@@@╥╓
         ╓╖@@╖,                 ,@║██████████╢@,                 ,╓@@╖╓
       ╓╢██████╢.              ╓╢███████████████╖               ║╢█████║╓
       ║█████████    ,,╓╓,,   ┌║█████████████████┐   ,,╓╓,,    ]█████████
       └╢██████║` ╓╢║██████╢║∩``╙╙╙╙╙╙╙╙╙╙╙╙╙╙╙╙╙`»╢╢██████╢║╖  ║███████╜
         "╜╜╜╜` ╖╢█████████╣╜                      └╢██████████@ `╜╜╜╜╜
               ║██████████╜                          ╙╢██████████
              ┌█████████╜                              ╙╢█████████
              └███████╨`                                 ╜████████
               ║████╨╜                                    `╢█████
                ╙╢╣╜                                        └╢█╜
                ,,                                            ,,
             ╓@║██┐                                          ┌██║@╓
            ╢██████                                          ]█████H
           ╢███████∩                                        ┌████████
  ╓@@@@╓   █████████                                        ║████████`  ╓@@@@╖
╓╢██████║. █████████∩                                      ┌█████████ ,║███████╖
██████████ └█████████                                      ██████████ ]█████████
`║██████╜`  └╢████████                                    ┌███████╣╜   ╙██████╨`
  `╙╜╜╙`      `╙╨╢████                                    █████╝╜`       `╙╜╜`
                      ]@╓                              ╓╖H
                      ███╢║@╓,                    ,╓@╢╢███`
                      ████████╢@╖╓.           ╓╖@║████████`
                      ]███████████╢║@╓,  ,╓@╢╢████████████
                       ╙╢█████████████╨` ╜██████████████╜
                         ╙╝╢███████║╜`    `╜║████████╝╜`
                     ,╓@@@╓  `²╙``             `╙²`  ╓@@@╖,
                    ║╢█████╢H                      ╓╢██████H
                    █████████                      █████████`
                    ╙╢██████╜                      ╙╢██████╜
                      └╨╩╝┘                          └╨╩╝╜
WINFLOW.
██
██
██
██
██
██
██
██
██
██
██
██
██
..
██
██
██
██
██
██
██
██
██
██
██
██
██
.
Biitcoin (OP)
Sr. Member
****
Offline Offline

Activity: 353
Merit: 250


Zichain


View Profile WWW
December 17, 2014, 04:44:14 PM
 #3

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... Cheesy

Thank you very much , almost everything I wanted Grin
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

Nicolas Dorier
Hero Member
*****
Offline Offline

Activity: 714
Merit: 619


View Profile
January 26, 2015, 11:45:42 PM
 #4

If you choose NBitcoin, I wrote the first part of a book here : http://blockchainprogramming.azurewebsites.net/
This is probably the smoother curve to get started to bitcoin dev.

Bitcoin address 15sYbVpRh6dyWycZMwPdxJWD4xbfxReeHe
Biitcoin (OP)
Sr. Member
****
Offline Offline

Activity: 353
Merit: 250


Zichain


View Profile WWW
February 02, 2015, 06:27:20 PM
 #5

If you choose NBitcoin, I wrote the first part of a book here : 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

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!