From 2bab1d7b8aa4cf8c4d98275e028289a1d7c04575 Mon Sep 17 00:00:00 2001 From: Noel Maersk Date: Fri, 28 Feb 2014 04:00:58 +0200 Subject: [PATCH] doc: update BUGS.md. --- doc/BUGS.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/BUGS.md b/doc/BUGS.md index 0e89b0ce..19dedd9c 100644 --- a/doc/BUGS.md +++ b/doc/BUGS.md @@ -19,13 +19,17 @@ Information that may be relevant, depending on the nature of your issue: * GPUs used (`sgminer --ndevs`); * whether you're using a pre-compiled binary or built from source; * `sgminer` version (`sgminer --version` and/or `git describe`); -* contents of the configuration file; +* contents of the configuration file and pool connection info; * launch procedure (manual or via script); * steps to repeat; * expected result; * actual result; * debug output (`sgminer --text-only --debug --verbose`). +Be careful when posting the contents of your configuration file: although +pool connection and protocol information is relevant in a certain sub-class +of issues, login credentials (username and password) are most often not. + If there is a need to provide more than a screenfull of log data, it is preferred that a link is given instead. Try [gist](https://gist.github.com).