Post
Topic
Board Announcements (Altcoins)
Re: [XC][XCurrency] Decentralised Trustless Privacy Platform / Encrypted XChat / Pos
by
KimmyF
on 20/09/2014, 22:16:49 UTC

To be able to send private transactions/collect fees you will need to set up your router opening port tcp 32348 and be sure you firewall allows xc app trough port 32348. If one of those is set up wrongly your private transactions/mixer fee will not work there is a readme file as well where it explains it in ver 2.49.02

According to portcheckers.com, port 32348 is open and my Windows Firewall allows the XC app. Not sure if there is anything else I should be checking....

Sad
If you are on Windows can you try the following command in a cmd box?
netstat -an | find "32348"

It will show all in & out connections your wallet has.
example from my own setup: (192.168.0.49 is my local ip)
TCP    192.168.0.49:32348     178.221.54.98:62146    ESTABLISHED
this is a connection to my wallet from the outside

and this are some outgoing connections to other Xnode/Xmixers
  TCP    192.168.0.49:50000     81.82.165.203:32348    ESTABLISHED
  TCP    192.168.0.49:50079     78.108.54.193:32348    ESTABLISHED

if you see no connections and only a line like this:
  TCP    0.0.0.0:32348          0.0.0.0:0              LISTENING

then you still have a firewall or nat problem



Hi kimmy hope you are still here..

I see the connections that you said in many lines that are between two lines the first one is like your:

 TCP    0.0.0.0:32348          0.0.0.0:0              LISTENING

the last one is

TCP     [::]:32348               [::]:0                  LISTENING

Is that ok?
Yes, thats perfect, your wallet is listening on both IP4 & 6
if you have at least one connection with
:32348 that also means your router config is ok, eg: other wallets are connected to yours


Ok thank you .. so I see on the left I have all the column of my Internal Ip address with :32348 and :519717 and other 5thousands on the right I have all other bunches of IP addresses but non of them is my local ip

Afaik that means that other wallets can connect to your wallet on port 32348.
Everything on the left with :32348 are incomming connections, everything with :32348 on the right are outgoing connections. If all are "established" your setup is ok