I'm trying to configure bitcoin-js-remote (http://tcatm.github.io/bitcoin-js-remote/) on my ubuntu server and can't get it to work.
I've followed everything stated in the wiki: https://en.bitcoin.it/wiki/Bitcoin-js-remote and it won't work.
If I use SSLserver.py, it works, but I need to stay logged in to keep it working so I would prefer to use apache.
When I go to http://localhost/jbc I got asked in for my rpcuser and rpcpassword. after that, I just get a white page with this:
{"result":null,"error":{"code":-32700,"message":"Parse error"},"id":null}
What does this mean?
I tested the CURL command at the bottom of the wiki and it's working.
Someone have an idea?
Thanks !