From 394c200c88b544ebf808c3a30eab5bfba4b425ab Mon Sep 17 00:00:00 2001 From: Noel Maersk Date: Thu, 27 Feb 2014 17:14:32 +0200 Subject: [PATCH] doc: minor FAQ update (formatting and reference a Q from another). --- doc/FAQ.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/FAQ.md b/doc/FAQ.md index 9b86a926..d4bd051e 100644 --- a/doc/FAQ.md +++ b/doc/FAQ.md @@ -57,14 +57,17 @@ client if you want to customise the display. ## Can I mine on servers from different networks... -...(e.g. litecoin and dogecoin) at the same time? +...(e.g. Litecoin and Dogecoin) at the same time? No. `sgminer` keeps a database of the block it's working on to ensure it does not work on stale blocks, and having different blocks from two networks would make it invalidate the work from each other. +A workaround is running separate instances (see next question). -## Can I mine with different login credentials or pools for each separate device? + +## Can I mine with different login credentials or pools for each separate +device? No. Run per-device instances with `-d`.