skunk: fix admin bg color + sample config

This commit is contained in:
Tanguy Pruvot 2017-07-22 07:31:53 +02:00
parent c53ff49a63
commit c2ff8fdc8c
2 changed files with 17 additions and 1 deletions

View file

@ -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

View file

@ -154,7 +154,7 @@ function getAlgoColors($algo)
'skein2' => '#c8a060',
'timetravel' => '#f0b0d0',
'bitcore' => '#f790c0',
'skunk' => '#051313',
'skunk' => '#dedefe',
'tribus' => '#c0d0d0',
'vanilla' => '#f0f0f0',
'velvet' => '#aac0cc',