What access port for API port appears open in explorer?
I haven't any return of my API port. I'm using VPS. I gave 'allow' to port 443
My nxt.properties have this parameters:
nxt.platform=My_Token (not public)
nxt.adminPassword=My_Password (not public)
nxt.myAddress=My_IP (not public)
nxt.enablePeerUPnP=True
nxt.apiServerEnforcePOST=true
nxt.apiServerHost=0.0.0.0
nxt.allowedBotHosts=*
nxt.maxPrunableLifetime=-1
nxt.includeExpiredPrunable=true
Let me know if there's something wrong, if I should add or remove any parameters.