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