I reply to all queries on the forums and via email, once per day, Monday to Friday (not weekends).

If you are new here, please see some information on how to ask for support. Thank you!

Reply To: cronjob link – 502 gateway error

dashed-slug.net Forums General discussion cronjob link – 502 gateway error Reply To: cronjob link – 502 gateway error

#6441
Anonymous
Inactive

using this php curl code i found here:

https://bitcointalk.org/index.php?topic=4409094.msg39299476#msg39299476

i can connect to the wallet and “getpeerinfo” or “getinfo” no problems at all.

so i was thinking maybe the vps was blocking my incoming connections but it does not look like it, because i have this code from the same IP and it gets the correct info back no issue

its weird how no matter what, the cron job will be spinning away but the second i close that wallet on the vps it will go right to the cron job showing success, and it doesnt appear to be any issues in the cron job debug either.

there is some break up or issue of communication that when wallet closes all is good bu that is not good