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

install in my Scolcoin error #50

Open
scolcoin opened this issue Dec 14, 2017 · 2 comments
Open

install in my Scolcoin error #50

scolcoin opened this issue Dec 14, 2017 · 2 comments

Comments

@scolcoin
Copy link

Start: node init.js -config=config.json

2017-12-14 03:30:20 [master] Pool spawned on 2 thread(s)
2017-12-14 03:30:21 [unlocker] Started
2017-12-14 03:30:21 [unlocker] No blocks candidates in redis
2017-12-14 03:30:21 [charts] Started
2017-12-14 03:30:21 [chartsDataCollector] Started
2017-12-14 03:30:21 [payments] Started
2017-12-14 03:30:21 [charts] Started
2017-12-14 03:30:21 [payments] No workers' balances reached the minimum payment threshold
2017-12-14 03:30:21 [api] API started & listening on port 8117
2017-12-14 03:30:21 [api] Error getting daemon data {"code":"ECONNRESET","errno" :"ECONNRESET","syscall":"read"}
2017-12-14 03:30:21 [api] Stat collection finished: 200 ms redis, 202 ms daemon
2017-12-14 03:30:21 [api] Error collecting all stats
2017-12-14 03:30:21 [pool] (Thread 1) Error polling getblocktemplate {"code":"EC ONNRESET","errno":"ECONNRESET","syscall":"read"}
2017-12-14 03:30:21 [pool] (Thread 1) Could not start pool
.....
i need help

@calidion
Copy link

calidion commented Mar 7, 2018

had the same error.

@blueavenue
Copy link

blueavenue commented Mar 8, 2018

Try to change the port in pool config.json! Use under daemon the rpc-port not the p2p port.

Example in my case:

I have p2p-port at 39526 and rpc-port 39527

You have insert this in config.json (with your ports from coin.conf file)

"daemon": {
"host": "62.75.139.132", (this is my pool address - can also be 127.0.0.1)
"port": 39527
},
and the wallet should be:

"wallet": {
"host": "127.0.0.1",
"port": 8085
},

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