diff --git a/lib/geth_commands.js b/lib/geth_commands.js index 73de5333d..46e0e1ad8 100644 --- a/lib/geth_commands.js +++ b/lib/geth_commands.js @@ -80,7 +80,7 @@ GethCommands.prototype.mainCommand = function(address) { cmd += this.commonOptions(); - cmd += "--port " + "30303" + " "; + cmd += "--port " + config.port + " "; cmd += "--rpc "; cmd += "--rpcport " + config.rpcPort + " "; cmd += "--rpcaddr " + config.rpcHost + " ";