-
Notifications
You must be signed in to change notification settings - Fork 1k
Common Problems
Symptoms
An error message related to daemon RPC with
{"type":"offline","message":"connect ECONNREFUSED"}
Solution
Review your daemon coin.conf settings for RPC and make sure they match your pool_configs/coin.json settings for RPC
Symptoms
When you run
npm update
it fails to complete
Solution
FOLLOW THE README and install the latest stable version of Node.js and also use Linux to run NOMP
Symptoms
Payment processor is outputting things like "could not find shares for block/round XXXX"
Missing coin_shares key in redis
Solution
FOLLOW THE README and install the latest stable version of Redis
Symptoms
Pool processor is outputting this on peercoin pool startup "(Thread 1) Could not start pool, error with init batch RPC call: {"code":-32700,"message":"Parse error"}"
Solution
Currently no solution as ppcoind appears not to support batch RPC commands, either node-stratum-pool needs to be updated to work around ppcoind or ppcoind gets updated to support batched RPC commands... the later is more appropriate and hopefully the solution.