Skip to content
brenmoss edited this page Apr 25, 2014 · 4 revisions

Failed RPC Connection

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

NPM Update Failed

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

Outdated Redis Version

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

Peercoin - ppcoind parse error for pool start

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.