Bitcoin Forum

Other => Beginners & Help => Topic started by: Zeergan on July 20, 2011, 04:35:52 AM



Title: Java and bitcoind. An example?
Post by: Zeergan on July 20, 2011, 04:35:52 AM
Can someone provide how to interact with bitcoind via URL from Java program? wiki have only Authenticator description.

Let it be minimal example, like "Connect to bitcoind and ask it balace".


Title: Re: Java and bitcoind. An example?
Post by: TeraPool on July 20, 2011, 05:15:05 AM
Can someone provide how to interact with bitcoind via URL from Java program? wiki have only Authenticator description.

Let it be minimal example, like "Connect to bitcoind and ask it balace".

So long as you can find a java module that works with JSON RPC ... you're golden.

I know nothing about Java, except that it consists of thousands of customized modules, in which case I am sure there is a way to communicate with bitcoin via RPC. See here for more details. (https://en.bitcoin.it/wiki/PHP_developer_intro)