https://bitcointalksearch.org/topic/m.56535610
Network hash rate has crashed somewhat which is a shame but ...
As sampei7777 observes, the dtc.graymines.net pool is still mining. Go to https://dtc.graymines.net/index.php?id=start for downloadable Windows binaries of the GPU xpmclient poolminer.
version 10.2 beta, ~260 CPD on GFX 1080.
version 10.1 beta, ~240 CPD on GFX 1080.
version 10.0 beta, ~130 CPD on Radeon 280X, 200 CPD on GFX 1080.
version 9.4.1, version 8.2, ~180 CPD on Radeon 280X.
Sample config.txt
port = "4444";
# Your DTC payout addressaddress = "DXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";
# You can give this machine a custom name
# Computer name is used as default
#name = "custom-name";
# GPU crash handling
# Enter OS terminal command here
# for example:
# onCrash = "shutdown -r 1"
onCrash = "0";
# - Valid cpuload range: 0 to 4
# - More than 2 does not make sense
# - You can use 0 for really slow CPUs
cpuload = "1";
# Target Cunningham chain length, default = auto (adjust to difficulty)
target = "auto";
# Sieve size in stripes (1 stripe = 16384 bits)
# Big sieve size gives more candidates with less prime probability
sieveSize = "210";
# Weave depth (primes number count using by sieve)
# Big weave depth increases prime probability, but sieve generate less candidates
weaveDepth = "65536";
# Sieve layers number, optimal value is target*2; default = auto (target*2)
width = "auto";
# Sieve window size
windowSize = "12288";
# Maximal bit size of multipliers using with primorials 13, 14 and 15;
# Default values are 24, 31, 35
# Less values increases prime probability, but sieve generate less candidates
multiplierLimits = ["24", "31", "35"];
# - The following settings have one entry per GPU
# - If you have more than 4 just add more entries or leave it as is to use defaults
# - All entries must be separated by commas and set between double quotes
# 0 = don't use device
# 1 = use device
devices = ["1", "1", "1", "1", "1", "1", "1", "1"];
# sieves per round value, default = 5
sievePerRound = ["5", "5", "5", "5", "5", "5", "5", "5"];
# -1 means don't change; not supported for NVidia
corefreq = ["-1", "-1", "-1", "-1", "-1", "-1", "-1", "-1"];
memfreq = ["-1", "-1", "-1", "-1", "-1", "-1", "-1", "-1"];
powertune = ["-1", "-1", "-1", "-1", "-1", "-1", "-1", "-1"];
fanspeed = ["-1", "-1", "-1", "-1", "-1", "-1", "-1", "-1"];
I have the latest Linux xpmclient-cuda-10.3-linux binary for nVidia GPUs (courtesy of eXtremal's coinsforall.io) which I've got pointed at dtc.graymines.net and is happily running on my old Dell XPS 9560 laptop's built-in GeForce 1050. (I needed to heed its instructions to use xpmclientnv -c to adjust it to handle graymines' use of the older protocol.
Cheers
Graham