1/2. Select a stratum server
Stratum server location |
Asia |
Stratum server address |
ubiq.cedric-crispin.com |
Port with SSL |
3385 ⇒ (GPU/FPGA/ASIC, initial difficulty: 0.128, minimum difficulty: 0.0128)
|
Port without SSL |
3384 ⇒ (GPU/FPGA/ASIC, initial difficulty: 0.128, minimum difficulty: 0.0128)
|
Username |
<Your UBQ Wallet address>[.<Worker>] (.<Worker> is optional) |
Password |
x[,d=<Difficulty>] (,d=<Difficulty> is optional) |
×
Warning
There are massive reports of bad actors currently taking advantage of old, out-dated and insecured ETHASH RPC methods: eth_getWork & eth_submitWork, in order to perform Man-In-The-Middle attacks, allowing them to steal hash-rate and thus rewards.
Therefore, the use of these RPC methods has been disabled on this mining pool.
We strongly recommend everyone to use the following necessary and mandatory options with their favorite mining software.
2/2. Configure a mining software
lolMiner |
Port with SSL |
./lolMiner
--algo UBQHASH
--pool ubiq.cedric-crispin.com:3385
--user 0x6101Ee22AB2cd3907E5CA0b70EF12A2afE842A56.aegaeon
--pass x
--tls on
--ethstratum ETHV1
|
Port without SSL |
./lolMiner
--algo UBQHASH
--pool ubiq.cedric-crispin.com:3384
--user 0x6101Ee22AB2cd3907E5CA0b70EF12A2afE842A56.aegaeon
--pass x
--ethstratum ETHV1
|
SRBMiner-MULTI |
Port with SSL |
./SRBMiner-MULTI
--algorithm ubqhash
--pool stratum+ssl://ubiq.cedric-crispin.com:3385
--wallet 0x6101Ee22AB2cd3907E5CA0b70EF12A2afE842A56.aegaeon
--password x
--esm 2
--disable-cpu
--retry-time 30
|
Port without SSL |
./SRBMiner-MULTI
--algorithm ubqhash
--pool stratum+tcp://ubiq.cedric-crispin.com:3384
--wallet 0x6101Ee22AB2cd3907E5CA0b70EF12A2afE842A56.aegaeon
--password x
--esm 2
--disable-cpu
--retry-time 30
|
×
Good practice
Always check if the pool latency, relative to your geographical location, is within a range of acceptance: < 300ms.
Download the open source tool: Stratum ping.
Using port with SSL
./stratum-ping -tls ubiq.cedric-crispin.com:3385
PING stratum ubiq.cedric-crispin.com (192.168.1.4) TLS port 3385
ubiq.cedric-crispin.com (192.168.1.4): seq=0, time=7.978193ms
ubiq.cedric-crispin.com (192.168.1.4): seq=1, time=1.073831ms
ubiq.cedric-crispin.com (192.168.1.4): seq=2, time=1.052141ms
ubiq.cedric-crispin.com (192.168.1.4): seq=3, time=1.10494ms
ubiq.cedric-crispin.com (192.168.1.4): seq=4, time=1.043254ms
--- ubiq.cedric-crispin.com ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 5.121688332s
min/avg/max = 1.043254ms, 2.450471ms, 7.978193ms
Using port without SSL
./stratum-ping ubiq.cedric-crispin.com:3384
PING stratum ubiq.cedric-crispin.com (192.168.1.4) port 3384
ubiq.cedric-crispin.com (192.168.1.4): seq=0, time=6.406905ms
ubiq.cedric-crispin.com (192.168.1.4): seq=1, time=692.268µs
ubiq.cedric-crispin.com (192.168.1.4): seq=2, time=1.066089ms
ubiq.cedric-crispin.com (192.168.1.4): seq=3, time=1.015254ms
ubiq.cedric-crispin.com (192.168.1.4): seq=4, time=769.342µs
--- ubiq.cedric-crispin.com ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 5.012300743s
min/avg/max = 692.268µs, 1.989971ms, 6.406905ms