diff --git a/lib/services/p2p/index.js b/lib/services/p2p/index.js index 7ad56414..f7f32a4d 100644 --- a/lib/services/p2p/index.js +++ b/lib/services/p2p/index.js @@ -439,13 +439,13 @@ P2P.prototype._startBcoin = function(callback) { var port; if (['livenet', 'live', 'main', 'mainnet'].indexOf(this.node.network) !== -1) { network = 'main'; - port = this._configPeers[0].port || 7313; + port = this._configPeers[0].port || 7312; } else if (this.node.network !== 'regtest') { network = 'testnet'; - port = this._configPeers[0].port || 17313; + port = this._configPeers[0].port || 17312; } else { network = this.node.network; - port = this._configPeers[0].port || 47414; + port = this._configPeers[0].port || 48444; } self._bcoin = new Bcoin({