Secure Sockets Layer (SSL) connection is available at 2Miners pools.
In order to find the SSL port go to the bottom of "How to Start" page of the coin you mine.
For example for Ethereum (ETH):
https://eth.2miners.com/en/help
Please note that the mining software settings could be different.
PhoenixMiner (All Ethash coins)
Add ssl:// before the host name for SSL pool for example
PhoenixMiner.exe -coin eth -pool ssl://eth.2miners.com:12020 -wal YOUR_ADDRESS.RIG_ID
Ethminer (All Ethash coins)
Add stratum1+tls:// before the host name for SSL pool for example
ethminer.exe --farm-recheck 2000 -U -P stratum1+tls://YOUR_ADDRESS.RIG_ID@eth.2miners.com:12020
Gminer (AE, GRIN, BTG, BTCZ, ZEL)
Add --ssl 1 parameter for example
miner.exe --algo aeternity --server ae.2miners.com --port 14040 --user YOUR_ADDRESS.RIG_ID --ssl 1
T-Rex (RVN, XZC)
Add stratum+ssl:// before the host name for SSL pool for example
t-rex.exe -a kawpow -o stratum+ssl://rvn.2miners.com:16060 -u YOUR_ADDRESS.RIG_ID -p x
kawpowminer (RVN)
Add stratum+tls:// before the host name for SSL pool for example
kawpowminer -U -P stratum+tls://YOUR_ADDRESS.RIG_ID:16060
XMR-Stak (Monero)
Use "use_tls": true parameter for example
{
"pool_list": [
{
"pool_address": "xmr.2miners.com:12222",
"wallet_address": "YOUR_ADDRESS",
"rig_id": "RIG_ID",
"pool_password": "x",
"use_nicehash": false,
"use_tls": true,
"tls_fingerprint": "",
"pool_weight": 1
}
],
"currency": "monero"
}
If you don't know what is SSL connection and how to set it up, use the standard settings.
2Miners mining pools: https://2miners.com/
2CryptoCalc mining profit calculator: https://2cryptocalc.com/
Comments
0 comments
Article is closed for comments.