From 1a625a38699890433e2bf0983cc01730449d0d33 Mon Sep 17 00:00:00 2001 From: Tanguy Pruvot Date: Wed, 24 Feb 2016 19:26:45 +0100 Subject: [PATCH] x14 --- rc.local | 1 + web/yaamp/core/functions/yaamp.php | 1 + 2 files changed, 2 insertions(+) diff --git a/rc.local b/rc.local index 99aa207..2a4510a 100644 --- a/rc.local +++ b/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 diff --git a/web/yaamp/core/functions/yaamp.php b/web/yaamp/core/functions/yaamp.php index de4c0b2..916b58f 100755 --- a/web/yaamp/core/functions/yaamp.php +++ b/web/yaamp/core/functions/yaamp.php @@ -23,6 +23,7 @@ function yaamp_get_algos() 'c11', 'x11', 'x13', + 'x14', 'x15', 'groestl', // dmd-gr -m 256 (deprecated) 'dmd-gr',