Open Dewamade opened 6 years ago
Mine doesn't show anything. Been trying to get this pool to work for 2 months now. Got some of the backend problems worked out after 10hours non stop working on it.
I think the code needs a little cleaning and updating for Ubuntu 16 and better guides for everything.
It works fine, set it up right
Ok so i run test with ember test --server and here is the output
TEST'EM 'SCRIPTS!
Open the URL below in a browser to connect.
http://localhost:7357/
PhantomJS
global failure
Error: Could not find module open-ethereum-pool/resolver
imported from open-ethereum-pool/tests/helpers/resolver
http://localhost:7357/assets/vendor.js:256
global failure
Error: Assertion Failed: The tests file was not loaded. Make sure your tests index.html includes" assets/tests.js".
http://localhost:7357/assets/vendor.js:17488
Error: Could not find module open-ethereum-pool/resolver
imported from open-e thereum-pool/tests/helpers/resolver
at http://localhost:7357/assets/vendor.js, line 256
Error: Assertion Failed: The tests file was not loaded. Make sure your tests index.html includes "assets/tests.js". at http://localhost:7357/assets/vendor.js, line 17488
Read the README
@mikeyb write readme and FAQ. can write good answer?
browser dev console tools probably lead you to the answer you seek. Assuming there is an error in the content it is trying to load.
Error: Could not find module open-ethereum-pool/resolver imported from open-ethereum-pool/tests/helpers/resolver
Tells me you probably dont have all the npm modules installed
@mikeyb )))
open-ethereum-pool/www/node_modules/ember-resolver
so probably it installed?
What is the output when make
ing the repo and build.sh
the frontend?
https://github.com/sammy007/open-ethereum-pool#building-on-linux
https://github.com/sammy007/open-ethereum-pool#building-frontend
What command are you running when you start the pool? Do you see any errors in the console of the browser dev tools?
Do you see any errors in the console of the browser dev tools?
Uncaught Error: Could not find module ember-resolver/container-debug-adapter
imported from open-ethereum-pool/initializers/container-debug-adapter
What command are you running when you start the pool? screen -dmS pirl_pool ./pirlpool config.json
Sounds like one of the required library dependencies is missing. Try re-installing the npm modules
cd www
rm -rf node_modules
npm install -g ember-cli@2.9.1
npm install -g bower
npm install
bower install
./build.sh
Also what version of nodejs do you have on the system? If you are on ubuntu uninstall the system version sudo apt remove nodejs
and use nvm to install nodejs on the system. The ubuntu system packages for nodejs are ancient and could be part of the problem
@AlexSpain Hi, did you figure this out? I get blank page or Stats API Temporarily Down message.
I get below error message when I run "ember test --server"
Global error: Error: Could not find module open-ethereum-pool/resolver
imported from open-ethereum-pool/tests/helpers/resolver
at http://localhost:7357/a
ssets/vendor.js, line 256
Global error: Error: Assertion Failed: The tests file was not loaded. Make sure your tests index.html includes "assets/tests.js". at http://localhost:7357/as sets/vendor.js, line 17996
@AlexSpain Hi, did you figure this out? I get blank page or Stats API Temporarily Down message.
I get below error message when I run "ember test --server"
Global error: Error: Could not find module
open-ethereum-pool/resolver
imported fromopen-ethereum-pool/tests/helpers/resolver
at http://localhost:7357/a ssets/vendor.js, line 256Global error: Error: Assertion Failed: The tests file was not loaded. Make sure your tests index.html includes "assets/tests.js". at http://localhost:7357/as sets/vendor.js, line 17996
put this file into www/node-modules and rebuild again. intl-format-cache.zip
System information
Geth version: { Geth Version: source Protocol Versions: [63 62] Network Id: 64 Go Version: go1.10 OS: linux GOPATH= GOROOT=/usr/lib/go-1.10 }
Redis version:
4.0.8
OS & Version: Linux
Commit branch and hash: master
Expected behaviour
Header, Main content, and footer show properly
Actual behaviour
Nothing show on frontend except footer, i think main content not loaded
Steps to reproduce the behaviour
Opening website
Backtrace
I think nothing seems suspicious from the backtrace when test the ember