Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Localhost not working #6

Open
jacobmaio opened this issue Dec 29, 2017 · 17 comments
Open

Localhost not working #6

jacobmaio opened this issue Dec 29, 2017 · 17 comments

Comments

@jacobmaio
Copy link

Followed all the steps in the installation process however the localhost does not work. I have installed all the yarn dependencies etc, and the webpage does not work.

Any assistance would be appreciated.

@krystianity
Copy link
Owner

I would need more information to help you, what is the exact error?

Regards,
Chris

@jacobmaio
Copy link
Author

jacobmaio commented Jan 14, 2018 via email

@irmandos
Copy link

@jacobmaio
Do you actually run this on the machine you work with or do you have this setup on a different machine.
If you have it setup on a different machine please check your firewall (I had to configure my VPS to accept port 3333-3335 connections)

If you run this on your local machine have you tried using http://127.0.0.1:3333/ ?

This works on my VPS after I opened the needed firewall ports.

@jacobmaio
Copy link
Author

jacobmaio commented Feb 16, 2018 via email

@jacobmaio
Copy link
Author

jacobmaio commented Feb 16, 2018 via email

@jacobmaio
Copy link
Author

jacobmaio commented Feb 16, 2018 via email

@krystianity
Copy link
Owner

@jacobmaio first screen is just the access log of the web request for the ui.
Second shows incoming transfers, which means yes just wait for a while to collect data for the dataset.
Then call the endpoint to create a neuronal network and predictions should appear.

@jacobmaio
Copy link
Author

jacobmaio commented Feb 18, 2018 via email

@irmandos
Copy link

Try using the url you used in order to get the first screen then adding "/graph" at the end without the " and see if you get any graphs.

@jacobmaio
Copy link
Author

jacobmaio commented Feb 19, 2018 via email

@jacobmaio
Copy link
Author

jacobmaio commented Feb 19, 2018 via email

@irmandos
Copy link

From the front page:
Constant Prediction

  • Based on timing ~ 12 minutes constant predictions are made that will stick in in front-end charts as well as they build the basis for future performance tests, as we can use them in the future to compare the predictions with the actually course state (price) these are called "drifts"

Prediction

  • Neuronal Networks can be trained on the fly (triggered by http endpoints) they are also stored on disk at ./nets/${currency}.nn, networks are also reloaded on process start

The way I understand it is you train the network to create a baseline prediction and then the constant prediction adjusts with every update so you can compare easily against your original baselined prediction. I may be totally wrong and @krystianity can correct me please.

@jacobmaio
Copy link
Author

jacobmaio commented Feb 19, 2018 via email

@irmandos
Copy link

Dude,, not to be rude or anything but would you mind checking and reading through the front page before asking questions.

The question is already answered on the front page of this project, please check it out.

@jacobmaio
Copy link
Author

jacobmaio commented Feb 19, 2018 via email

@irmandos
Copy link

That's the red line you see in your graph.

@jacobmaio
Copy link
Author

jacobmaio commented Feb 19, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants