diff --git a/config/blake.conf b/config/blake.conf new file mode 100644 index 0000000..6174098 --- /dev/null +++ b/config/blake.conf @@ -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 + diff --git a/config/fresh.conf b/config/fresh.conf new file mode 100644 index 0000000..4bf8094 --- /dev/null +++ b/config/fresh.conf @@ -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 + diff --git a/config/groestl.conf b/config/groestl.conf new file mode 100644 index 0000000..25651f0 --- /dev/null +++ b/config/groestl.conf @@ -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 + diff --git a/config/keccak.conf b/config/keccak.conf new file mode 100644 index 0000000..79217fb --- /dev/null +++ b/config/keccak.conf @@ -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 + diff --git a/config/lyra2.conf b/config/lyra2.conf new file mode 100644 index 0000000..d2f7361 --- /dev/null +++ b/config/lyra2.conf @@ -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 + diff --git a/config/neo.conf b/config/neo.conf new file mode 100644 index 0000000..e3e883d --- /dev/null +++ b/config/neo.conf @@ -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 + diff --git a/config/nist5.conf b/config/nist5.conf new file mode 100644 index 0000000..d903961 --- /dev/null +++ b/config/nist5.conf @@ -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 + diff --git a/config/quark.conf b/config/quark.conf new file mode 100644 index 0000000..48d413d --- /dev/null +++ b/config/quark.conf @@ -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 + diff --git a/config/qubit.conf b/config/qubit.conf new file mode 100644 index 0000000..aa5fc76 --- /dev/null +++ b/config/qubit.conf @@ -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 + diff --git a/config/run.sh b/config/run.sh new file mode 100755 index 0000000..682d44f --- /dev/null +++ b/config/run.sh @@ -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 + diff --git a/config/scrypt.conf b/config/scrypt.conf new file mode 100644 index 0000000..cad035a --- /dev/null +++ b/config/scrypt.conf @@ -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 + diff --git a/config/scryptn.conf b/config/scryptn.conf new file mode 100644 index 0000000..b1f7d02 --- /dev/null +++ b/config/scryptn.conf @@ -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 + diff --git a/config/sha.conf b/config/sha.conf new file mode 100644 index 0000000..b4b59eb --- /dev/null +++ b/config/sha.conf @@ -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 + diff --git a/config/skein.conf b/config/skein.conf new file mode 100644 index 0000000..adba19b --- /dev/null +++ b/config/skein.conf @@ -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 + diff --git a/config/x11.conf b/config/x11.conf new file mode 100644 index 0000000..cbe2790 --- /dev/null +++ b/config/x11.conf @@ -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 + diff --git a/config/x13.conf b/config/x13.conf new file mode 100644 index 0000000..7d81cb3 --- /dev/null +++ b/config/x13.conf @@ -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 + diff --git a/config/x14.conf b/config/x14.conf new file mode 100644 index 0000000..3e132e0 --- /dev/null +++ b/config/x14.conf @@ -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 + diff --git a/config/x15.conf b/config/x15.conf new file mode 100644 index 0000000..cfef9f7 --- /dev/null +++ b/config/x15.conf @@ -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 +