1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 12:34:27 +00:00

doc: update FAQ.

There have been several reports like

https://github.com/veox/sgminer/issues/16

and

https://github.com/veox/sgminer/issues/66

not mentioning reddit and litecointalk and who knows where else.
This commit is contained in:
Noel Maersk 2014-02-07 01:15:23 +02:00
parent 8043af5ec7
commit 3c324a6427

View File

@ -1,8 +1,17 @@
# FAQ # FAQ
Q: Why is the network difficulty wrong?
A: It is not wrong. Sharediff of 1 (historically) corresponds to a
network difficulty of 1/65536. Throughout the inteface, share difficulty
is displayed as whole numbers, not fractionals. Pools use the same
convention (with the notable exception of P2Pool). Until pools start
using true network difficulty to display share difficulty, there is no
reason to display difficulty differently. This is a vicious cycle and a
remnant of Bitcoin mining on GPUs.
Q: Can I mine on servers from different networks (eg litecoin and Q: Can I mine on servers from different networks (eg litecoin and
dogecoin) at the same time? dogecoin) at the same time?
A: No, sgminer keeps a database of the block it's working on to ensure A: 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 it does not work on stale blocks, and having different blocks from two
networks would make it invalidate the work from each other. networks would make it invalidate the work from each other.