Post
Topic
Board Development & Technical Discussion
Topic OP
bitcoind.dll?
by
bluefin
on 14/02/2014, 00:05:52 UTC
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