Connecting to Regtest

1

I want to connect to a local node that I have set up in regtest mode using bitcoind. The node I am connection from is non bitcoind and I need to set the port that I want the peer discovery to take place from. What parameters do I need to set in my bitcoin.conf for bitcoind?

PJ Fitzpatrick

Posted 2018-07-08T14:25:03.057

Reputation: 13

Answers

1

The default port for bitcoin regtest is 18444. You can set a custom port with port=<port> in your bitcoin.conf or by passing -port=<port> as argument.

0xb10c

Posted 2018-07-08T14:25:03.057

Reputation: 953