×
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.
×
Good practices
ALWAYS decentralize POW networks, it's your first duty as a crypto-miner.
NEVER mine directly to an exchange address, rule number one in blockchain: NOT your private keys, NOT your coins.
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