mirror of
https://github.com/LBRYFoundation/pool.git
synced 2025-08-23 17:37:25 +00:00
skunk: fix admin bg color + sample config
This commit is contained in:
parent
c53ff49a63
commit
c2ff8fdc8c
2 changed files with 17 additions and 1 deletions
16
stratum/config.sample/skunk.conf
Normal file
16
stratum/config.sample/skunk.conf
Normal 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
|
||||
|
|
@ -154,7 +154,7 @@ function getAlgoColors($algo)
|
|||
'skein2' => '#c8a060',
|
||||
'timetravel' => '#f0b0d0',
|
||||
'bitcore' => '#f790c0',
|
||||
'skunk' => '#051313',
|
||||
'skunk' => '#dedefe',
|
||||
'tribus' => '#c0d0d0',
|
||||
'vanilla' => '#f0f0f0',
|
||||
'velvet' => '#aac0cc',
|
||||
|
|
Loading…
Add table
Reference in a new issue