Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: DeathAndTaxes on May 10, 2012, 09:22:05 PM



Title: Is there any Bitcoin libarary/SDK in .NET?
Post by: DeathAndTaxes on May 10, 2012, 09:22:05 PM
I found this:
http://sourceforge.net/projects/bitnet/

but it looks to be abandoned.


Title: Re: Is there any Bitcoin libarary/SDK in .NET?
Post by: digibo on May 10, 2012, 10:52:59 PM
http://code.google.com/p/bitcoinsharp/ is a port of bitcoinj to C#/.NET. BitcoinJ is really good, so I'd recommend the .NET port over what you posted.


Title: Re: Is there any Bitcoin libarary/SDK in .NET?
Post by: DeathAndTaxes on May 10, 2012, 11:37:56 PM
Thanks I will take a look at it.


Title: Re: Is there any Bitcoin libarary/SDK in .NET?
Post by: Sergio_Demian_Lerner on May 12, 2012, 03:12:18 PM
Yesterday I downloaded the lastest version and I had to modify a couple of lines of code to make Bitcoinshap work. I have not the modified source here but I remember two things:

- Allow checksum for version messages
- Initialize a semaphore with other arguments other than (0,0)  -> (0,1)


Bye!