tspacepilot
Legendary
Offline
Activity: 1456
Merit: 1081
I may write code in exchange for bitcoins.
|
|
July 12, 2017, 04:22:42 PM |
|
So, in your firewall, are you doing nat to map 18333 to 8332? If one program is listening on a different port than the other is sending on then that seems like the place to look.
Again, sorry this is so general, I don't know your script. On GNU/Linux, you generally find logs for system programs in /var/log/. I've used apache more than nginx, so /var/log/apache2/ for those logs. nginx may be in /var/log/nginx (that's where I'd look). I suppose I was thinking more about just debugging using echo >> somelogfile in your php program. And, since it's been a while since I messed with bitcoin rpc, I can't remember if/where rpc logs are but maybe in ~/.bitcoin/debug.log
|