-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
pool not listening on the ports.. #228
Comments
solved? |
Not really ./deamond --rpc-bind-ip 100.100.10.101 --rpc-bind-port 18081 On first I run also simlewallet like this: ./simplewallet --wallet-file pool.wallet --password password --rpc-bind-port 8082 --daemon-address 100.100.10.101:18081 Both are on Ubuntu 16.04 Now on third VPS on ubuntu 14.04 I run the pool "daemon": {
}, And when simplewallet is on then pool is not listening on mining port like above but when I close simplewallet down the pool is starting as normal there is no errors and pool is working I am able to mine but in pool admin.html simplewallet is down then there is nothing in stats and of course no payments. |
Hi like you see on first one Total Hashes Submitted: 25384124 On second one like you see daemon and wallet is ON and on third picture you can see stat's |
Sorted... |
«دوچرخه سوارفول» در مایکت: |
Hi
My pool is starting witch no errors but listening only on API port
root@v**********:~/pool# node init.js
2017-11-20 22:01:22 [master] Pool spawned on 1 thread(s)
2017-11-20 22:01:23 [unlocker] Started
2017-11-20 22:01:23 [payments] Started
2017-11-20 22:01:23 [unlocker] No blocks candidates in redis
2017-11-20 22:01:23 [payments] No workers' balances reached the minimum payment threshold
2017-11-20 22:01:23 [charts] Started
2017-11-20 22:01:23 [charts] Started
2017-11-20 22:01:23 [chartsDataCollector] Started
2017-11-20 22:01:23 [api] API started & listening on port 8117
After some time I have some errors in console..
TypeError: Cannot read property 'pool' of undefined
at /root/pool/lib/charts.js:149:30
at IncomingMessage. (/root/pool/lib/apiInterfaces.js:31:17)
at IncomingMessage.emit (events.js:117:20)
at _stream_readable.js:944:16
at process._tickCallback (node.js:458:13)
2017-11-20 22:02:23 [master] chartsDataCollector died, spawning replacement...
2017-11-20 22:02:26 [charts] Started
2017-11-20 22:02:26 [chartsDataCollector] Started
and when I list ports on my server there is no ports 3333, 5555, 7777 like in config and I cant connect to pool by miners.
The text was updated successfully, but these errors were encountered: