Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: bluefin on February 14, 2014, 12:05:52 AM



Title: bitcoind.dll?
Post by: bluefin on February 14, 2014, 12:05:52 AM
Does anybody have a port of bitcoind.exe for windows as a dll that I can use from managed c#?

For instance I would like to call:

validateaddress 1BlahBlah1223asdsf09sf0 and return true or false instead of having to rely on blockchain.info api for these types of calls or having to run bitcoind.exe on my server.

Thanks