Re: JSON-RPC password

Figures: lachesis

First of all, does “bitcoind getinfo” work?

Second, try to grab the attempt that jsonrpcclient.php makes with netcat (might have to install it first):

  1. Stop bitcoind
  2. netcat -l 8332
  3. Run your client code with a modified (insecure) username and password
  4. Ctrl-C netcat and post the output