aston668334 / nodepay-socks-python

Automated mining for Nodepay.
10 stars 1 forks source link

Feature Request: Publish Docker Image to github or DockerHub #4

Open engageub opened 2 weeks ago

engageub commented 2 weeks ago

Hi, Thank you for publishing the script. Could you please publish docker image to github or dockerhub where users can input the credentials through environment variables.

Thank you

aston668334 commented 2 weeks ago

I have update docker image on dockerhub. https://hub.docker.com/r/astonlee6403/nodepay-app You can try.

engageub commented 2 weeks ago

Thank you for the update. It has been observed that np_token is not always same. Tried logging in from different profiles and the np_token is different for both of them. How reliable is this token. Does it have expiry period.

Thank you

aston668334 commented 2 weeks ago

I am not sure of expiry period. But you can make sure this docker work by its web checking status of IP. This is how I check.

engageub commented 2 weeks ago

I am not sure of expiry period. But you can make sure this docker work by its web checking status of IP. This is how I check.

Thank you for the response. Could you please make this more easier and reliable for the users to enter the input. If it would be entering email address and password in the configuration, it would be much easier and we don't have to worry about getting the np_token manually from the browser which is not same all the time for the respective user.

Thank you

aston668334 commented 2 weeks ago

It will be a little difficult beacause need reCAPTCHA when login to your account.

engageub commented 2 weeks ago

It will be a little difficult beacause need reCAPTCHA when login to your account.

For recaptcha, there is a free solver available which works offline. Please find the link below. To verify if captcha is solved, you will need to check window.grecaptcha.getResponse()

https://chromewebstore.google.com/detail/rektcaptcha-recaptcha-sol/bbdhfoclddncoaomddgkaaphcnddbpdh

Thank you

aston668334 commented 1 week ago

But this still need to open the browser. I am finding another way to break it.