im win 10, i have edited the bat file which was in folder, i just edited wallet adresses and started the mining,
and it only shows on ethermine (eth), not on 2miners (etc), any ideas? thanks
does it the split mining? eth and etc both?
or i am doing wrong
Are you specifying which devices are mining what? Or are you letting the rig just default to 3/4gb cards on ETC and the bigger cards on ETH.
Here is what the guide states and should work:
Use case B: Mine ETH on 8G cards while mining ETC on 4G cards
Usually miners allow using only one algorithm at a time. With lolMiner 1.20 the miner starts supporting to create two connections to your favorite pools and mine two algorithms within the same miner instance. Concretely this mode was build to mine ETCHASH on some GPUS while others stay on ETH.
To configure this follow the following steps:
a) Configure your ETH mining as normal, no further settings are required. b) Add the parameters --dualmode etc --dualstratum ETCWALLET.ETCWORKER@ETCPOOL:ETCPORT to your command line arguments or your extra user parameters. Replace here the elements in ETCWALLET, ETCWORKER, ETCPOOL and ETCPORT with your desired ETC mining credentials. Note that understands prefixes like "tls://" to activate ssl on the additional stratum connection. c) (Optionally) You can use --dualdevices to select those devices that shall mine ETC instead of ETH. The default is that all 3G and 4G cards will be pointed to the secondary algorithm, while the other cards remain on the primary one. The parameter takes a comma separated list of numbers, which needs to be a subset of the devices running. For example the combination of --devices 0,1,2,4,5 --dualdevices 4,5 will cause Cards 0,1 and 2 to mine the first algorithm, cards 4 and 5 the second algorithm and card 3 to be skipped from mining.