mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
x14
This commit is contained in:
parent
1d4551e004
commit
1a625a3869
2 changed files with 2 additions and 0 deletions
1
rc.local
1
rc.local
|
@ -22,6 +22,7 @@ screen -dmS debug tail -f $LOG_DIR/debug.log
|
|||
screen -dmS c11 $STRATUM_DIR/run.sh c11
|
||||
screen -dmS x11 $STRATUM_DIR/run.sh x11
|
||||
screen -dmS x13 $STRATUM_DIR/run.sh x13
|
||||
screen -dmS x14 $STRATUM_DIR/run.sh x14
|
||||
screen -dmS x15 $STRATUM_DIR/run.sh x15
|
||||
screen -dmS sha $STRATUM_DIR/run.sh sha
|
||||
screen -dmS scrypt $STRATUM_DIR/run.sh scrypt
|
||||
|
|
|
@ -23,6 +23,7 @@ function yaamp_get_algos()
|
|||
'c11',
|
||||
'x11',
|
||||
'x13',
|
||||
'x14',
|
||||
'x15',
|
||||
'groestl', // dmd-gr -m 256 (deprecated)
|
||||
'dmd-gr',
|
||||
|
|
Loading…
Add table
Reference in a new issue