Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
1587653
Topic
149467
Board
Development & Technical Discussion
Re: [5 btc bounty] http error from json-rpc in php
by
Anduck
on
05/03/2013, 22:08:26 UTC
Try setting stream_context timeout to longer time, might help.
Or try cURL!
And try taking the http:// outta there.
And if it helps, here's an example on how to do it:
http://pastebin.com/YCYb0nPv
Let me know if any of these works.