stratum algos sample config

This commit is contained in:
root 2015-06-25 09:31:50 -04:00 committed by Tanguy Pruvot
parent cc92c825ef
commit 59ba108e90
18 changed files with 285 additions and 0 deletions

16
config/blake.conf Normal file
View file

@ -0,0 +1,16 @@
[TCP]
server = yaamp.com
port = 4533
password = tu8tu5
[SQL]
host = yaampdb
database = yaamp
username = root
password = patofpaq
[STRATUM]
algo = blake
difficulty = 1
max_ttf = 4000000

16
config/fresh.conf Normal file
View file

@ -0,0 +1,16 @@
[TCP]
server = yaamp.com
port = 4133
password = tu8tu5
[SQL]
host = yaampdb
database = yaamp
username = root
password = patofpaq
[STRATUM]
algo = fresh
difficulty = 4
max_ttf = 4000000

16
config/groestl.conf Normal file
View file

@ -0,0 +1,16 @@
[TCP]
server = yaamp.com
port = 5033
password = tu8tu5
[SQL]
host = yaampdb
database = yaamp
username = root
password = patofpaq
[STRATUM]
algo = groestl
difficulty = 0.1
max_ttf = 200000000000000

16
config/keccak.conf Normal file
View file

@ -0,0 +1,16 @@
[TCP]
server = yaamp.com
port = 5133
password = tu8tu5
[SQL]
host = yaampdb
database = yaamp
username = root
password = patofpaq
[STRATUM]
algo = keccak
difficulty = 0.1
max_ttf = 200000000000000

16
config/lyra2.conf Normal file
View file

@ -0,0 +1,16 @@
[TCP]
server = yaamp.com
port = 4433
password = tu8tu5
[SQL]
host = yaampdb
database = yaamp
username = root
password = patofpaq
[STRATUM]
algo = lyra2
difficulty = 0.1
max_ttf = 40000

16
config/neo.conf Normal file
View file

@ -0,0 +1,16 @@
[TCP]
server = yaamp.com
port = 4233
password = tu8tu5
[SQL]
host = yaampdb
database = yaamp
username = root
password = patofpaq
[STRATUM]
algo = neoscrypt
difficulty = 32
max_ttf = 400000000

16
config/nist5.conf Normal file
View file

@ -0,0 +1,16 @@
[TCP]
server = yaamp.com
port = 3833
password = tu8tu5
[SQL]
host = yaampdb
database = yaamp
username = root
password = patofpaq
[STRATUM]
algo = nist5
difficulty = 0.032
max_ttf = 4000000

16
config/quark.conf Normal file
View file

@ -0,0 +1,16 @@
[TCP]
server = yaamp.com
port = 4033
password = tu8tu5
[SQL]
host = yaampdb
database = yaamp
username = root
password = patofpaq
[STRATUM]
algo = quark
difficulty = 0.01
max_ttf = 200000000000000

16
config/qubit.conf Normal file
View file

@ -0,0 +1,16 @@
[TCP]
server = yaamp.com
port = 4733
password = tu8tu5
[SQL]
host = yaampdb
database = yaamp
username = root
password = patofpaq
[STRATUM]
algo = qubit
difficulty = 0.01
max_ttf = 200000000000000

12
config/run.sh Executable file
View file

@ -0,0 +1,12 @@
#!/bin/bash
ulimit -n 10240
ulimit -u 10240
cd /var/stratum
while true; do
./stratum $1
sleep 2
done
exec bash

16
config/scrypt.conf Normal file
View file

@ -0,0 +1,16 @@
[TCP]
server = yaamp.com
port = 3433
password = tu8tu5
[SQL]
host = yaampdb
database = yaamp
username = root
password = patofpaq
[STRATUM]
algo = scrypt
difficulty = 128
max_ttf = 40000

16
config/scryptn.conf Normal file
View file

@ -0,0 +1,16 @@
[TCP]
server = yaamp.com
port = 4333
password = tu8tu5
[SQL]
host = yaampdb
database = yaamp
username = root
password = patofpaq
[STRATUM]
algo = scryptn
difficulty = 32
max_ttf = 4000000000

17
config/sha.conf Normal file
View file

@ -0,0 +1,17 @@
[TCP]
server = yaamp.com
port = 3333
password = tu8tu5
[SQL]
host = yaampdb
database = yaamp
username = root
password = patofpaq
[STRATUM]
algo = sha256
difficulty = 512
max_ttf = 40000
reconnect = 1

16
config/skein.conf Normal file
View file

@ -0,0 +1,16 @@
[TCP]
server = yaamp.com
port = 4933
password = tu8tu5
[SQL]
host = yaampdb
database = yaamp
username = root
password = patofpaq
[STRATUM]
algo = skein
difficulty = 0.1
max_ttf = 200000000000000

16
config/x11.conf Normal file
View file

@ -0,0 +1,16 @@
[TCP]
server = yaamp.com
port = 3533
password = tu8tu5
[SQL]
host = yaampdb
database = yaamp
username = root
password = patofpaq
[STRATUM]
algo = x11
difficulty = 0.016
max_ttf = 40000

16
config/x13.conf Normal file
View file

@ -0,0 +1,16 @@
[TCP]
server = yaamp.com
port = 3633
password = tu8tu5
[SQL]
host = yaampdb
database = yaamp
username = root
password = patofpaq
[STRATUM]
algo = x13
difficulty = 0.008
max_ttf = 50000

16
config/x14.conf Normal file
View file

@ -0,0 +1,16 @@
[TCP]
server = yaamp.com
port = 3933
password = tu8tu5
[SQL]
host = yaampdb
database = yaamp
username = root
password = patofpaq
[STRATUM]
algo = x14
difficulty = 0.004
max_ttf = 200000000000000

16
config/x15.conf Normal file
View file

@ -0,0 +1,16 @@
[TCP]
server = yaamp.com
port = 3733
password = tu8tu5
[SQL]
host = yaampdb
database = yaamp
username = root
password = patofpaq
[STRATUM]
algo = x15
difficulty = 0.008
max_ttf = 50000