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: How to "connect RPC API on a different machine than that of your WordPress"

dashed-slug.net Forums General discussion How to "connect RPC API on a different machine than that of your WordPress" Reply To: How to "connect RPC API on a different machine than that of your WordPress"

#6304
alexg
Keymaster

Hello,

It wouldn’t be smart to open all ports. Firewalls are there for a reason.

As you found out, bitcoin wallets by default require *incoming* TCP connections to 8332 for the RPC API and 8333 for P2P communication. The plugin connects to the RPC API. You can always change these default numbers with the settings port and rpcport (see https://en.bitcoin.it/wiki/Running_Bitcoin ). This also means that *outgoing* TCP 8332 must be allowed from your WordPress site.

Best of luck with setting up the tunnel, let me know if you have any questions.

with regards