UnamSanctam / SilentXMRMiner

A Silent (Hidden) Monero (XMR) Miner Builder
MIT License
570 stars 163 forks source link

Xmrig-proxy #22

Closed shinobiclan closed 3 years ago

shinobiclan commented 3 years ago

Hello, how to properly configure to use xmrig-proxy ?

UnamSanctam commented 3 years ago

There are many tutorials on YouTube on how to set it up, then only enable Nicehash mining in the miner and it'll work.

shinobiclan commented 3 years ago

Sorry, I didn't put the question correctly it's all about the translator)

when I try to specify a dns proxy instead of a pool, I get an error message

how to set up a miner to work on a proxy? if the miner asks to enter the address directly into the pool

UnamSanctam commented 3 years ago

Just input the DNS proxy and port instead of the pool and it should work, what error do you get?

shinobiclan commented 3 years ago

in the pool field I enter data from the proxy in the format dns:port I leave the wallet address and password field blank

when trying to build a build, it displays: Please enter valid pool settings

UnamSanctam commented 3 years ago

Enter your wallet address as well.

shinobiclan commented 3 years ago

if you change the wallet address in the proxy settings will this affect the miner's performance? in the build of which, let's say the old address is specified

shinobiclan commented 3 years ago

please add iplogger in the new assembly it will be very good

thanks for the advice after specifying dns and address build was created

UnamSanctam commented 3 years ago

Great that it works.

If you have set the --user=WALLET_ADDRESS in your xmrig-proxy then it will use that address instead of the one you entered into the miner so it won't affect old builds.

Adding an IP logger wouldn't make much sense since normally the miner only ever connects to the pool and nothing else but if you use xmrig-proxy I believe you can use the --access-log-file=N parameter to log all access to the proxy.

shinobiclan commented 3 years ago

Thank you so much!