I want to start mining Warthog Network (WART)
1/2. Select a stratum server
Stratum server location | Asia |
---|---|
Stratum server address | warthog.cedric-crispin.com |
Port with SSL |
4355 ⇒ (CPU/GPU, initial difficulty: 8192000000, minimum difficulty: 1024000000) |
Port without SSL |
4354 ⇒ (CPU/GPU, initial difficulty: 8192000000, minimum difficulty: 1024000000) |
Username | <Your WART Wallet address>[.<Worker>] (.<Worker> is optional) |
Password | x[,d=<Difficulty>] (,d=<Difficulty> is optional) |
2/2. Configure a mining software
BzMiner | |
Port with SSL |
./bzminer
-a warthog
-p stratum+ssl://warthog.cedric-crispin.com:4355
-w 79ea517ec0597c83d93f7ca302a3214833bb8938656cf3d3.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 warthog
-p stratum+tcp://warthog.cedric-crispin.com:4354
-w 79ea517ec0597c83d93f7ca302a3214833bb8938656cf3d3.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) |
JanusMiner | |
Port with SSL | JanusMiner doesn't support port with SSL! |
Port without SSL | ./wart-miner -h warthog.cedric-crispin.com -p 4354 -u 79ea517ec0597c83d93f7ca302a3214833bb8938656cf3d3.aegaeon --password=x |