sgminer-dev / sgminer

Scrypt GPU miner
GNU General Public License v3.0
631 stars 825 forks source link

"hamsi-expand-big" parse error (bitblock) #311

Open tex81 opened 10 years ago

tex81 commented 10 years ago

I have 3 cards. Wanna test this parameter (X15 algo). Set: "hamsi-expand-big" : "6,7,8", It generates single bin (with default "4") bitblockTahitigw64l4big4.bin

ystarnaud commented 10 years ago

Currently hamsi-expand-big only accepts 1 parameter. See https://github.com/sgminer-dev/sgminer/blob/v5_0/doc/configuration.md#hamsi-expand-big

Maybe we can make this parameter a per gpu setting at the same time we implement per-gpu kernels for people who have newer and older cards in the same systems.

platinum4 commented 9 years ago

@ystarnaud was this ever implemented or solved?