danielmcclure / bitcoinj

Automatically exported from code.google.com/p/bitcoinj
Apache License 2.0
0 stars 1 forks source link

JSON-RPC Support #529

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Would be great if bitcoinj would accept RPC commands, like bitcoind does :)

Original issue reported on code.google.com by ParkerKuivila on 3 Mar 2014 at 5:52

GoogleCodeExporter commented 9 years ago
It would be nice to be able to use bitcoinj code for a bitcoind java 
implementation. In its core bitcoinj has to implement most of the features 
anyway, right? What about using something like http://restlet.org/ for this 
task?

Original comment by flymaste...@gmail.com on 3 Mar 2014 at 1:50

GoogleCodeExporter commented 9 years ago
It would, especially because then we could use the bitcoind regression test 
suite instead of making our own.

Original comment by mh.in.en...@gmail.com on 3 Mar 2014 at 3:18

GoogleCodeExporter commented 9 years ago
I'm not sure how much of bitcoind's regtests run directly against the RPC api, 
but someone implementing an application which just emulates the RPC api backed 
by bitcoinj would be a really cool drop-in replacement.

Original comment by BlueMatt...@gmail.com on 3 Mar 2014 at 3:38

GoogleCodeExporter commented 9 years ago
I will try to implement something (https://github.com/TBoehm/bitcoinj) but I 
think it will take some weeks at least... I will use 
http://software.dzhuvinov.com/json-rpc-2.0.html as json-rpc lib.

Original comment by flymaste...@gmail.com on 9 Mar 2014 at 11:30