Giter Club home page Giter Club logo

Comments (3)

Jefreesujit avatar Jefreesujit commented on August 12, 2024

Hi, first of all i m happy that someone had looked into my code! :P

Well, could you elaborate on what is the actual error? How are you trying to run this application? Did you try changing something in code?

I assume you tried to run the application in your local using a server. Had you tried starting from the index.html page? This app doesnt require a server, so try accessing using the file directly. If that works then the issue would be something related to server.

Hope this helps, if not feel free to bug me ;)

from easyminer.

emonkz avatar emonkz commented on August 12, 2024

This is my step :

  1. Found your repo :P

  2. Fork

  3. Rent cheap vps for testing

  4. Git clone your repo ( I didn't try changing anything something on easyminer code)

  5. Install nginx

  6. Duplicate all easyminer file into var www html directory

  7. And now I can access from this http://45.77.255.89

  8. Insert trtl pool url,insert port, change currency into turtle coin, insert address. Click Get Started button.

  9. Error 404 not found like this http://45.77.255.89/miner?pool=trtl.mine2gether.com&port=1115&currency=trtl&address=TRTLv1HRHkYEFHzx2yS8qAjZM3N7ApuQwETcy4WUU5xA1LkB9vKoWAd9cUvsLRq5pbaGjrwkSYaNMDC4SwE6kzDzEydzVAc2sqq

from easyminer.

Jefreesujit avatar Jefreesujit commented on August 12, 2024

Hi, I just took a look at your app, try using this, it should work:

http://45.77.255.89/miner.html?pool=trtl.mine2gether.com&port=1115&currency=trtl&address=TRTLv1HRHkYEFHzx2yS8qAjZM3N7ApuQwETcy4WUU5xA1LkB9vKoWAd9cUvsLRq5pbaGjrwkSYaNMDC4SwE6kzDzEydzVAc2sqq

Since you are trying to run from a nginx server, it is looking for a route called "/miner" which is not available, hence it throws 404 error.

You can do two things:

  1. Add a route "/miner" in your server and serve the miner.html as response to that route.
  2. Make changes to form action attribute to point to "miner.html" instead of "miner".

Hope this helps.

PS: If you are interested, i still have some improvements to this app, you can help me build that out. :)

from easyminer.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.