diff --git a/lib/services/p2p/index.js b/lib/services/p2p/index.js index 1026413c..5afba065 100644 --- a/lib/services/p2p/index.js +++ b/lib/services/p2p/index.js @@ -439,10 +439,10 @@ P2P.prototype._startBcoin = function(callback) { var port; if (['livenet', 'live', 'main', 'mainnet'].indexOf(this.node.network) !== -1) { network = 'main'; - port = this._configPeers[0].port || 8333; + port = this._configPeers[0].port || 7312; } else if (this.node.network !== 'regtest') { network = 'testnet'; - port = this._configPeers[0].port || 18333; + port = this._configPeers[0].port || 17312; } else { network = this.node.network; port = this._configPeers[0].port || 48444; diff --git a/package.json b/package.json index 4d0083d5..b12378c4 100644 --- a/package.json +++ b/package.json @@ -5,12 +5,12 @@ "node": ">=8.0.0" }, "author": "BitPay ", - "version": "5.0.0-beta.57", + "version": "5.0.0-beta.58", "main": "./index.js", - "repository": "git://github.com/bitpay/flocore-node.git", - "homepage": "https://github.com/bitpay/flocore-node", + "repository": "git://github.com/oipwg/flocore-node.git", + "homepage": "https://github.com/oipwg/flocore-node", "bugs": { - "url": "https://github.com/bitpay/flocore-node/issues" + "url": "https://github.com/oipwg/flocore-node/issues" }, "bin": { "flocore-node": "./bin/flocore-node"