@@ -199,7 +199,7 @@ std::string HelpMessage()
199199 strUsage += " -proxy=<ip:port> " + _ (" Connect through SOCKS5 proxy" ) + " \n " ;
200200 strUsage += " -tor=<ip:port> " + _ (" Use proxy to reach tor hidden services (default: same as -proxy)" ) + " \n " ;
201201 strUsage += " -dns " + _ (" Allow DNS lookups for -addnode, -seednode and -connect" ) + " \n " ;
202- strUsage += " -port=<port> " + _ (" Listen for connections on <port> (default: 42742 )" ) + " \n " ;
202+ strUsage += " -port=<port> " + _ (" Listen for connections on <port> (default: 17720 )" ) + " \n " ;
203203 strUsage += " -maxconnections=<n> " + _ (" Maintain at most <n> connections to peers (default: 125)" ) + " \n " ;
204204 strUsage += " -addnode=<ip> " + _ (" Add a node to connect to and attempt to keep the connection open" ) + " \n " ;
205205 strUsage += " -connect=<ip> " + _ (" Connect only to the specified node(s)" ) + " \n " ;
@@ -249,7 +249,7 @@ std::string HelpMessage()
249249 " solved instantly. This is intended for regression testing tools and app development." ) + " \n " ;
250250 strUsage += " -rpcuser=<user> " + _ (" Username for JSON-RPC connections" ) + " \n " ;
251251 strUsage += " -rpcpassword=<pw> " + _ (" Password for JSON-RPC connections" ) + " \n " ;
252- strUsage += " -rpcport=<port> " + _ (" Listen for JSON-RPC connections on <port> (default: 42746 )" ) + " \n " ;
252+ strUsage += " -rpcport=<port> " + _ (" Listen for JSON-RPC connections on <port> (default: 17721 )" ) + " \n " ;
253253 strUsage += " -rpcallowip=<ip> " + _ (" Allow JSON-RPC connections from specified IP address" ) + " \n " ;
254254 if (!fHaveGUI ){
255255 strUsage += " -rpcconnect=<ip> " + _ (" Send commands to node running on <ip> (default: 127.0.0.1)" ) + " \n " ;
@@ -1125,13 +1125,13 @@ bool AppInit2(boost::thread_group& threadGroup)
11251125 if (fServer )
11261126 StartRPCThreads ();
11271127
1128- /* #ifdef ENABLE_WALLET
1128+ #ifdef ENABLE_WALLET
11291129 // Mine proof-of-stake blocks in the background
11301130 if (!GetBoolArg (" -staking" , true ))
11311131 LogPrintf (" Staking disabled\n " );
11321132 else if (pwalletMain)
11331133 threadGroup.create_thread (boost::bind (&ThreadStakeMiner, pwalletMain));
1134- #endif*/
1134+ #endif
11351135
11361136 // ********************************************************* Step 12: finished
11371137
0 commit comments