1
1
I want to launch Bitcoin core connecting to a specific list of peers. I can do this using connect:
bitcoind -connect=<IP1> -connect=<IP2>
Is there a way I can put the peers I want to connect to into a file and give this file to bitcoind as input?
You can put them in the bitcoin.conf file, but I'm guessing that's not what you mean. Simply multiple lines with: connect=IP – Jannes – 2018-06-13T10:49:48.270
@Jannes "put them in the bitcoin.conf file" -- why not? Will the effect be as described? – Sergei Tikhomirov – 2018-06-13T11:03:02.590
Yeah it will work fine. I was just assuming you were getting some computer generated dynamic list from somewhere. – Jannes – 2018-06-14T01:02:26.070