1/2. Select a
Decred (DCR) stratum server
Stratum server location | Asia |
---|---|
Stratum server address | decred.cedric-crispin.com |
Port with SSL |
4495 ⇒ (GPU, initial difficulty: 64, minimum difficulty: 16) |
Port without SSL |
4494 ⇒ (GPU, initial difficulty: 64, minimum difficulty: 16) |
Username | <Your DCR Wallet address>[.<Worker>] (.<Worker> is optional) |
Password | x[,d=<Difficulty>] (,d=<Difficulty> is optional) |
2/2. Configure a
Decred (DCR) mining software
BzMiner | |
Port with SSL |
./bzminer
-a decred
-p stratum+ssl://decred.cedric-crispin.com:4495
-w DsgtH6CdzrKGbhMzeFKTrRfrBCYvM9WaENP.aegaeon
--pool_password x
--nc 1
--allow_stales false
* DO NOT USE the following options: -r, -r2 & -r3. They are not compatible with our stratum(s) |
Port without SSL |
./bzminer
-a decred
-p stratum+tcp://decred.cedric-crispin.com:4494
-w DsgtH6CdzrKGbhMzeFKTrRfrBCYvM9WaENP.aegaeon
--pool_password x
--nc 1
--allow_stales false
* DO NOT USE the following options: -r, -r2 & -r3. They are not compatible with our stratum(s) |
Decred Go(golang)Miner | |
Port with SSL | Decred Go(golang)Miner doesn't support port with SSL! |
Port without SSL | ./gominer-(nvidia|opencl) -o stratum+tcp://decred.cedric-crispin.com:4494 -m DsgtH6CdzrKGbhMzeFKTrRfrBCYvM9WaENP.aegaeon -n x |
SRBMiner-MULTI | |
Port with SSL | ./SRBMiner-MULTI --algorithm blake3_decred --pool stratum+ssl://decred.cedric-crispin.com:4495 --wallet DsgtH6CdzrKGbhMzeFKTrRfrBCYvM9WaENP.aegaeon --password x --disable-cpu --send-stales false --retry-time 30 |
Port without SSL | ./SRBMiner-MULTI --algorithm blake3_decred --pool stratum+tcp://decred.cedric-crispin.com:4494 --wallet DsgtH6CdzrKGbhMzeFKTrRfrBCYvM9WaENP.aegaeon --password x --disable-cpu --send-stales false --retry-time 30 |