diff --git a/eth/main.cpp b/eth/main.cpp index b3ba4c4fc..cbae6cab6 100644 --- a/eth/main.cpp +++ b/eth/main.cpp @@ -217,6 +217,9 @@ int main(int argc, char** argv) cout << " Code by Gav Wood, (c) 2013, 2014." << endl; cout << " Based on a design by Vitalik Buterin." << endl << endl; + if (!remoteHost.empty()) + c.startNetwork(listenPort, remoteHost, remotePort, mode, peers, publicIP, upnp); + while (true) { cout << "> " << flush;