I am following the CoinCashew Guide.
I’m stuck at section 12 where I am supposed to upload the poolMetaData.json to gitHub following this guid (How to upload poolMetaData.json to Github).
At step 11.Download your json with wget
from your git.io url:
wget -O poolMetaData.jsonhttps://git.io/JOFNk
I am getting failed connections performing this from the block producing node:
Resolving git.io (git.io)... 52.204.138.61, 34.235.106.23, 34.193.233.154, ...
Connecting to git.io (git.io)|52.204.138.61|:443... failed: Connection timed out.
Given that my block producing node can only communicate with the Relay node, would i need to at this stage change the security settings so that it can connect with the outside world? Or have I missed something…
Please can someone advise?