Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: semajjames on February 06, 2016, 09:45:52 PM



Title: How to use "expiry,scan and Queue"
Post by: semajjames on February 06, 2016, 09:45:52 PM


where can i find out how to use expiry queue and scan for solo mining

cheers


Title: Re: How to use "expiry,scan and Queue"
Post by: tanoury on February 07, 2016, 10:08:50 PM


where can i find out how to use expiry queue and scan for solo mining

cheers

Greetings,

Use --help or -h after your miner . . . example: "cgminer.exe --help" or "sgminer.exe -h"

I am certainly no expert on this, so if I'm off base I'm sure the experts will chime in.

********************************************************

--expiry

Upper bound on how many seconds after getting work we consider a share from it stale

If you are getting lots of "stale shares", try lowering expiry.

********************************************************

--queue  

Minimum number of work items to have queued

Use a low queue (0 or 1) for fast pools or fast solo throughput. A higher queue on fast pools will result in frequent "stale shares".

********************************************************

--scan

Upper bound on time spent scanning current work, in seconds

For solo mining I would stick with the default setting.

If you are mining a multi coin pool that switches coins frequently, a long scan time will increases your work restart time. This long scan time results in reduced hashrate and Pool block errors. If you reduce this scan time, it will reduce your work restart time thus increasing your hashrate.


Title: Re: How to use "expiry,scan and Queue"
Post by: semajjames on February 08, 2016, 07:03:45 PM

--scan

Upper bound on time spent scanning current work, in seconds

For solo mining I would stick with the default setting.

If you are mining a multi coin pool that switches coins frequently, a long scan time will increases your work restart time. This long scan time results in reduced hashrate and Pool block errors. If you reduce this scan time, it will reduce your work restart time thus increasing your hashrate.

cheer's anyone know the default for scan


Title: Re: How to use "expiry,scan and Queue"
Post by: tanoury on February 10, 2016, 11:16:12 PM
Use --help or -h after your miner . . . example: "cgminer.exe --help" or "sgminer.exe -h"

cgminer --scan-time|-s <arg> Upper bound on time spent scanning current work, in seconds (default: 60)  

sgminer --scan-time|-s <arg> Upper bound on time spent scanning current work, in seconds (default: 7)