|
|
|
@ -170,16 +170,16 @@ bool AppInit2(int argc, char* argv[])
@@ -170,16 +170,16 @@ bool AppInit2(int argc, char* argv[])
|
|
|
|
|
" -gen=0 \t " + _("Don't generate coins\n") + |
|
|
|
|
" -min \t " + _("Start minimized\n") + |
|
|
|
|
" -datadir=<dir> \t " + _("Specify data directory\n") + |
|
|
|
|
" -proxy=<ip:port>\t " + _("Connect through socks4 proxy\n") + |
|
|
|
|
" -proxy=<ip:port> \t " + _("Connect through socks4 proxy\n") + |
|
|
|
|
" -addnode=<ip> \t " + _("Add a node to connect to\n") + |
|
|
|
|
" -connect=<ip> \t " + _("Connect only to the specified node\n") + |
|
|
|
|
" -server \t " + _("Accept command line and JSON-RPC commands\n") + |
|
|
|
|
" -daemon \t " + _("Run in the background as a daemon and accept commands\n") + |
|
|
|
|
" -rpcuser \t " + _("Username for JSON-RPC connection\n") + |
|
|
|
|
" -rpcpassword \t " + _("Password for JSON-RPC connection\n") + |
|
|
|
|
" -rpcuser=<user> \t " + _("Username for JSON-RPC connections\n") + |
|
|
|
|
" -rpcpassword=<pw>\t " + _("Password for JSON-RPC connections\n") + |
|
|
|
|
" -rpcport=<port> \t " + _("Listen for JSON-RPC connections on <port>\n") + |
|
|
|
|
" -rpcallowip=<ip>\t " + _("Allow JSON-RPC connections from specified IP address\n") + |
|
|
|
|
" -rpcconnect=<ip>\t " + _("Send commands to node running on <ip>\n") + |
|
|
|
|
" -rpcallowip=<ip> \t " + _("Allow JSON-RPC connections from specified IP address\n") + |
|
|
|
|
" -rpcconnect=<ip> \t " + _("Send commands to node running on <ip>\n") + |
|
|
|
|
" -? \t " + _("This help message\n"); |
|
|
|
|
|
|
|
|
|
#ifdef USE_SSL |
|
|
|
|