-
Notifications
You must be signed in to change notification settings - Fork 595
Example to configure Dual Mining ETH ETC UBQHASH TON
That guide will show how to mine real dual mining. We are talking how to mine ETH/ETC/UBQHASH and TON at the same time in this 3 OS:
- HiveOS
- MMMPOS
- RaveOS
First of all you need minimum lolMiner 1.43 and we need that the Linux OS has updated his interface to show the dual mining configuration.
We should also considered that our PSU is able to support some extra Watts.
Here is what we will get after configuring it.
Just configure your normal ETH/ETC/UBQHASH flightsheet/profile/wallet and go to:
HiveOS: Enter in Setup Miner Config and write in Extra config arguments.
Select TONDUAL then you should fill:
- Tonwhales.com Pool : https://pool.services.tonwhales.com Wallet: Your_Ton_Wallet
- Ton-pool.com Pool : https://next.ton-pool.com Wallet: Your_Ton_Wallet
- Toncoinpool.io Pool : wss://pplns.toncoinpool.io/stratum Wallet: Your_Ton_Wallet
MMPOS: Go to Miner Profiles , manage Profile and Advanced and select the Secondary Coin, and in arguments:
--algo ETHASH %pool_protocol% --pool %pool_server%:%pool_port% --user %user% --pass %password% %custom_trm_lol_worker% --dualmode TONDUAL --dualpool %pool_server:TONCOIN%:%pool_port:TONCOIN% --dualuser %wallet_address:TONCOIN% --dualworker %rig_name%%miner_id% --apiport %api_port% --log off
RaveOS: Just select our pool in our wallet and click in the pencil of lolMiner 1.43
There we should add for:
- Tonwhales.com --dualmode TONDUAL --dualpool https://pool.services.tonwhales.com --dualuser Your_Ton_Wallet
- Ton-pool.com --dualmode TONDUAL --dualpool https://next.ton-pool.com --dualuser Your_Ton_Wallet
- Toncoinpool.io --dualmode TONDUAL --dualpool wss://pplns.toncoinpool.io/stratum --dualuser Your_Ton_Wallet