Open GoogleCodeExporter opened 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
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
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
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
Original issue reported on code.google.com by
ParkerKuivila
on 3 Mar 2014 at 5:52