MULTI-אלגוריתם
כיצד לקבל החלפה אוטומטית לאלגוריתם הטוב ביותר.
Use בבסיס סיסמה parameter להגיש defהנוכחייםe a set of אלגוריתםs you want להגיש mine. התוצאות miner connection will סגור (and switch להגיש בבסיס הבא configured אלגוריתם) אם בבסיס algorithm is לא בבסיס most profitable in התוצאות set.
-p x11,neoscrypt,lyra2
-p scrypt,scryptn
בבסיס קושי parameter can be combined עם בבסיס algorithms.
-p d=64,scrypt,scryptn
או עם כל אחד אחר.
-p rig1,scrypt,scryptn
לאte that the password parameter must be all together, i.e. without spaces.
להשלמת ההגדרה, הגדירו את הכורה לסבב בין אלגוריתמים.
דוגמת קובץ batch של Windows עבור ccminer.
:start ccminer -r 0 -a x11 -o stratum+tcp://stratum.koinium.it:3533 -u joe.mydevice -p x11,x13,x14,x15,quark,lyra2 ccminer -r 0 -a x13 -o stratum+tcp://stratum.koinium.it:3633 -u joe.mydevice -p x11,x13,x14,x15,quark,lyra2 ccminer -r 0 -a x15 -o stratum+tcp://stratum.koinium.it:3733 -u joe.mydevice -p x11,x13,x14,x15,quark,lyra2 ccminer -r 0 -a lyra2 -o stratum+tcp://stratum.koinium.it:4433 -u joe.mydevice -p x11,x13,x14,x15,quark,lyra2 ccminer -r 0 -a quark -o stratum+tcp://stratum.koinium.it:4033 -u joe.mydevice -p x11,x13,x14,x15,quark,lyra2 sleep 5000 goto start
טבלת פקטורים מובנית לנרמול רווחיות כברירת מחדל.
'scrypt' => 1, 'scryptn' => 0.5, 'c11' => 2.0, 'x11' => 5.5, 'x13' => 3.9, 'x14' => 3.7, 'x15' => 3.5, 'nist5' => 6.0, 'zr5' => 10.0, 'drop' => 5.0; 'neoscrypt' => 0.3, 'lyra2' => 1.3, 'quark' => 6,
ניתן גם להגדיר פקטורי רווחיות מותאמים אישית לכל אלגוריתם.
-p x11=5.1,neoscrypt=0.5,lyra2=2