pk910 / PoWFaucet

Modularized faucet for EVM chains with different protection methods (Captcha, Mining, IP, Mainnet Balance, Gitcoin Passport and more)
GNU Affero General Public License v3.0
4.01k stars 1.52k forks source link

concurrent sessions error. #252

Closed HuangNingPangZi closed 2 months ago

HuangNingPangZi commented 3 months ago

Hello, I'm getting the concurrent sessions error. Even though I'm not running any other sessions. Is there a way to get around this?

pk910 commented 2 months ago

Heya, The error means that someone from the same IP Address is already using the faucet. This can happen if you're already mining with another device, or your ISP uses CG-NAT.

If you're sure you're not mining with another device, try restarting your router or try again at different times. If that still doesn't work, try using a VPN.

Unfortunately there is not much I can do from my side, as removing the IP restriction would open the door for all kind of mass mining, which negatively affects all other users of the faucet.