forknote / forknote-pool

Mining pool for Bytecoin/Forknote based coins such as Bytecoin and Dashcoin.
https://github.com/forknote/forknote-pool
GNU General Public License v2.0
123 stars 185 forks source link

install in my Scolcoin error #50

Open scolcoin opened 6 years ago

scolcoin commented 6 years ago

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 commented 6 years ago

had the same error.

blueavenue commented 6 years ago

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 },