Post
Topic
Board Development & Technical Discussion
Re: How bitcoin get info of connection to peers?
by
jrian
on 05/03/2018, 12:39:12 UTC
Are there no way to start ./bitcoind  without connect to other peer? I just want to test source revision and function test without connect to peers.

try to run bitcoind with  -connect=0

Code:
  -connect=
       Connect only to the specified node(s); -connect=0 disables automatic
       connections (the rules for this peer are the same as for
       -addnode)