Post
Topic
Board Development & Technical Discussion
Re: Running on a port other than 8333
by
piotr_n
on 24/02/2017, 01:33:37 UTC
It's in net.cpp

Look for:

Code:
// do not allow non-default ports, unless after 50 invalid addresses selected already
if (addr.GetPort() != Params().GetDefaultPort() && nTries < 50)
    continue;