Edit: I’m rewording this question as this is probably not the right forum for specific commands, but maybe the general question is relevant:
If I am running a Monero node on a PC on my home network, and want to use it to access the node from other devices also on my local network, do I have to specify the node’s IP address in the monerod command to run the node, or can I just use 127.0.0.1 as prescribed in the documentation?
Old version:
I’ve started over with running a full Monero node, this time on it’s own dedicated PC. I’ve downloaded monero wallet cli on Linux, and run the node with a ./monerod terminal command using screen.
Maybe this isn’t the right place to ask, but perhaps someone here knows, and I haven’t been on Reddit in ages:
If I want to run my node on my local network so I can connect Cake Wallet from my phone to it and also mine with xmrig and p2pool from another computer on my network, do I need to add
–rpc-bind-ip x.x.x.x --confirm-external-bind --zmq-pub tcp://x.x.x.x:18083
to the ./monerod command, where x.x.x.x is the IP address of that computer on the local network, or can I just use
--zmq-pub tcp://127.0.0.1:18083
as described on the P2Pool Github page?
I have been rereading the documentation around all of this, but some of the tutorials are now older and the core Monero and P2Pool documentation is written for people who know what they are doing.
It’s not always clear to me what is different when you are on a local network but using multiple devices on that network to access the node.