SilentCryptoMiner
SilentCryptoMiner copied to clipboard
XMRIG Proxy Config File
hi Unam love your work, great as always, I'm having issues with herominers where my miners become too much it will disable the payments and asks me to use xmrig proxy. so i'm trying to setup XMRing proxy but i don't know if i need to change anything other than just host and port in unam builder settings, and for the config.json file for xmrig proxy on the server i was thinking if you can send an example for herominers for zephyr i would be really thankfull. have a great day btw.
move to nanopool without xmrig proxy i think
Unfortunately my country can't connect to the pool Best scenario is to use xmrig proxy
On Thu, Mar 7, 2024, 1:17 AM tarekxxx @.***> wrote:
move to nanopool without xmrig proxy i think
— Reply to this email directly, view it on GitHub https://github.com/UnamSanctam/SilentCryptoMiner/issues/2251#issuecomment-1981859451, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQRGDFGIRHYYXUDD5ZCJWETYW6FHXAVCNFSM6AAAAABEJZTSMWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSOBRHA2TSNBVGE . You are receiving this because you authored the thread.Message ID: @.***>
in config file of xmrig put info of pool you want with address of yours then that's all make one name worker like Proxy then you should connect your miner in this ip address of your main PC or VPS you use example 127.0.0.1:3333 it should work like this but replace IP with your external one or VPS one
"pools": [ { "algo": "rx/0", "coin": null, "url": "us.zephyr.herominers.com:1123", "user": "WALLET", "pass": "Proxy", "rig-id": null, "keepalive": true, "enabled": true, "tls": true, "tls-fingerprint": null, "daemon": false } ],
"pools": [ { "algo": "rx/0", "coin": null, "url": "us.zephyr.herominers.com:1123", "user": "WALLET", "pass": "Proxy", "rig-id": null, "keepalive": true, "enabled": true, "tls": true, "tls-fingerprint": null, "daemon": false } ],
worked like charm, thanks so it's not needed to enable nice hash in miner builder settings? because in xmrig proxy config file it has written mode: nicehash
worked like charm, thanks so it's not needed to enable nice hash in miner builder settings? because in xmrig proxy config file it has written mode: nicehash
Since you are using the nicehash mode (which is recommended) then you should enable nicehash in the miner builder settings.
worked like charm, thanks so it's not needed to enable nice hash in miner builder settings? because in xmrig proxy config file it has written mode: nicehash
Since you are using the nicehash mode (which is recommended) then you should enable nicehash in the miner builder settings.
what is the diffrence tho? should i also use the nice hash port from herominers? because now im using port 1123 which doesnt support nicehash miners are connecting and working now but i was wondering what is the diffrence with nicehash and withour it
what is the diffrence tho? should i also use the nice hash port from herominers? because now im using port 1123 which doesnt support nicehash miners are connecting and working now but i was wondering what is the diffrence with nicehash and withour it
The NiceHash protocol allows the proxy to split each job so that each pool connection the xmrig-proxy opens can handle 256 miners. The port doesn't really matter, you're not using NiceHash for the pool, only the miners. Usually when pools talk about "NiceHash" they mean miners from the actual NiceHash website where you purchase hashrate and not the protocol itself.
oh ofcourse that's what what i thought, makes sense. and again thanks alot for your helps brother, enjoy your night.