Re: JSON-RPC password

Quote from: lachesis on July 23, 2010, 18:22:08 The password definitely shouldn’t be required. I strongly disagree; software should be secure by default, and running bitcoind without a password (or bitcoin -server) is definitely NOT secure. I just don’t see somebody saying “Man, Bitcoin sucks because I have to add […]

Read more

Re: bitcoind not responding to RPC

Occasionally bitcoind will not respond to RPC I’m calling it from php and I get this error: Warning: fopen(http://127.0.0.1:8332) [function.fopen]: failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error It happens a lot locally on my windows machine and less frequently on my linux server. Anyone else […]

Read more

Re: JSON-RPC password

I’ve updated the RPC wiki page for how the password stuff will work in Bitcoin 0.3.3. One nice side effect: you can prepare for the changes now; create a bitcoin.conf file with a username and password and modify your JSON-RPC code to do the HTTP Basic Authentication thing.  Old code […]

Read more
1 3 4 5 6 7 15