Re: Tying into the bitcoin network programmatically
by
drawoc
on 20/02/2012, 22:15:59 UTC
The typical (and most well-tested) route would be to run bitcoind, like DeathAndTaxes said.
Bitcoind is just the normal client, but without the gui, and with an interface for programmatic access. (It's in the same download as the GUI client) Then, you talk to bitcoind with the JSON-RPC interface.