Quote from: gavinandresen on July 22, 2010, 01:11:26 AMTODO: rpc.user/rpc.passwordが設定されていない場合、設定方法を説明するダイアログボックスまたはdebug.logの警告。 このRPC関連の多くのコンテキストでは、fprintf(stdoutでコンソールに出力できる。このように:
#if defined(__WXMSW__) && wxUSE_GUI
MyMessageBox("Warning: rpc password is blank, use -rpcpw=<password>
", "Bitcoin", wxOK | wxICON_EXCLAMATION);
#else
fprintf(stdout, "Warning: rpc password is blank, use -rpcpw=<password>
");
#endif