MPLCVHxzyDFP9n9zNDJzFRuAKaHueWHYMM
Thanks for the giveway. May I ask two questions:
1) Is there any way to avoid the miner to use all the cores?
2) Is there any way to set which pools are connected? Currently it seems there're 5 pools there.
Thanks.
First of all, 10 MMC sent to your wallet.
Now to your questions, the answer is similar:
Yes there is, but only if you run the miner manually and not through the client.
In your wallet installation folder you will find the file called yam-64bit-generic.exe
You can create a new configuration file, let's call it yam-mmc.cfg to set a configuration, for example:
threads = 8
mining-params = mmc:av=1&aesni=on
mine = getwork://MQdsjzu6KMgqzMAZ7xhmiRbyzTukGcrDPN@mmcpool.1gh.com:8080:8081:882:8083/mmc
mine = getwork://MQdsjzu6KMgqzMAZ7xhmiRbyzTukGcrDPN@work.mmcpool.com:80:8880:881:8882:8883/mmc
#proxy = socks4a://127.0.0.1:9150
#compact-stats = 1
print-timestamps = 1
I'm sure you can take it from here.
If you need more info, you should download the original miner and read the readme which has explanation about everything.
Thanks a lot. That answers my question.