1/2. Select a stratum server
Stratum server location |
Asia |
Stratum server address |
nexellia.cedric-crispin.com |
Port with SSL |
4305 ⇒ (GPU/FPGA, initial difficulty: 4, minimum difficulty: 2)
|
Port without SSL |
4304 ⇒ (GPU/FPGA, initial difficulty: 4, minimum difficulty: 2)
|
Username |
<Your NXL Wallet address>[.<Worker>] (.<Worker> is optional) |
Password |
x[,d=<Difficulty>] (,d=<Difficulty> is optional) |
2/2. Configure a mining software
lolMiner |
Port with SSL |
./lolMiner
--algo KARLSEN
--pool nexellia.cedric-crispin.com:4305
--user nexellia:qp5hpz8ugfxzgwg66anqgyjlaugrselfkv032acgr99jdu4nm873qas6cfxhf.aegaeon
--pass x
--tls on
|
Port without SSL |
./lolMiner
--algo KARLSEN
--pool nexellia.cedric-crispin.com:4304
--user nexellia:qp5hpz8ugfxzgwg66anqgyjlaugrselfkv032acgr99jdu4nm873qas6cfxhf.aegaeon
--pass x
|
Rigel |
Port with SSL |
./rigel
--algorithm karlsenhash
--url stratum+ssl://nexellia.cedric-crispin.com:4305
--username nexellia:qp5hpz8ugfxzgwg66anqgyjlaugrselfkv032acgr99jdu4nm873qas6cfxhf.aegaeon
--password x
--no-strict-ssl
|
Port without SSL |
./rigel
--algorithm karlsenhash
--url stratum+tcp://nexellia.cedric-crispin.com:4304
--username nexellia:qp5hpz8ugfxzgwg66anqgyjlaugrselfkv032acgr99jdu4nm873qas6cfxhf.aegaeon
--password x
|
SRBMiner-MULTI |
Port with SSL |
./SRBMiner-MULTI
--algorithm karlsenhash
--pool stratum+ssl://nexellia.cedric-crispin.com:4305
--wallet nexellia:qp5hpz8ugfxzgwg66anqgyjlaugrselfkv032acgr99jdu4nm873qas6cfxhf.aegaeon
--password x
--disable-cpu
--retry-time 30
|
Port without SSL |
./SRBMiner-MULTI
--algorithm karlsenhash
--pool stratum+tcp://nexellia.cedric-crispin.com:4304
--wallet nexellia:qp5hpz8ugfxzgwg66anqgyjlaugrselfkv032acgr99jdu4nm873qas6cfxhf.aegaeon
--password x
--disable-cpu
--retry-time 30
|
Team Red Miner |
Port with SSL |
./teamredminer
-a karlsen
-o stratum+ssl://nexellia.cedric-crispin.com:4305
-u nexellia:qp5hpz8ugfxzgwg66anqgyjlaugrselfkv032acgr99jdu4nm873qas6cfxhf.aegaeon
-p x
|
Port without SSL |
./teamredminer
-a karlsen
-o stratum+tcp://nexellia.cedric-crispin.com:4304
-u nexellia:qp5hpz8ugfxzgwg66anqgyjlaugrselfkv032acgr99jdu4nm873qas6cfxhf.aegaeon
-p x
|
×
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 nexellia.cedric-crispin.com:4305
PING stratum nexellia.cedric-crispin.com (192.168.1.4) TLS port 4305
nexellia.cedric-crispin.com (192.168.1.4): seq=0, time=7.978193ms
nexellia.cedric-crispin.com (192.168.1.4): seq=1, time=1.073831ms
nexellia.cedric-crispin.com (192.168.1.4): seq=2, time=1.052141ms
nexellia.cedric-crispin.com (192.168.1.4): seq=3, time=1.10494ms
nexellia.cedric-crispin.com (192.168.1.4): seq=4, time=1.043254ms
--- nexellia.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 nexellia.cedric-crispin.com:4304
PING stratum nexellia.cedric-crispin.com (192.168.1.4) port 4304
nexellia.cedric-crispin.com (192.168.1.4): seq=0, time=6.406905ms
nexellia.cedric-crispin.com (192.168.1.4): seq=1, time=692.268µs
nexellia.cedric-crispin.com (192.168.1.4): seq=2, time=1.066089ms
nexellia.cedric-crispin.com (192.168.1.4): seq=3, time=1.015254ms
nexellia.cedric-crispin.com (192.168.1.4): seq=4, time=769.342µs
--- nexellia.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