Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
17956891
Topic
589
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;