diff --git a/stratum/config.sample/skunk.conf b/stratum/config.sample/skunk.conf new file mode 100644 index 0000000..0061f4f --- /dev/null +++ b/stratum/config.sample/skunk.conf @@ -0,0 +1,16 @@ +[TCP] +server = yaamp.com +port = 8433 +password = tu8tu5 + +[SQL] +host = yaampdb +database = yaamp +username = root +password = patofpaq + +[STRATUM] +algo = skunk +difficulty = 0.1 +max_ttf = 4000000 + diff --git a/web/yaamp/core/functions/yaamp.php b/web/yaamp/core/functions/yaamp.php index f404e2e..3032dcd 100755 --- a/web/yaamp/core/functions/yaamp.php +++ b/web/yaamp/core/functions/yaamp.php @@ -154,7 +154,7 @@ function getAlgoColors($algo) 'skein2' => '#c8a060', 'timetravel' => '#f0b0d0', 'bitcore' => '#f790c0', - 'skunk' => '#051313', + 'skunk' => '#dedefe', 'tribus' => '#c0d0d0', 'vanilla' => '#f0f0f0', 'velvet' => '#aac0cc',