MoneroOcean / xmr-node-proxy

Cryptonote/Forknote/Cryptonight/Light/Heavy coin proxy for nodejs-pool
77 stars 61 forks source link

Question #130

Open RealWorld-glich opened 4 years ago

RealWorld-glich commented 4 years ago

Just a stupid question, but there is any option to block some miners connection (IP BANNING) to my proxy node? I am using proxy node inside a docker. Thanks

MoneroOcean commented 4 years ago

There is no such functionality.

djfinch commented 4 years ago

You can block/allow IPs/range inside your firewall... Proxy can't do that (so far). I can made something to block miners depending on additional field inside config... E.g. if miner walletID is not the same as pool walletID... Or if miner password is different than password set in additional config field...