vagabondan / ric-nomp

SEGWIT, Dash 12.1 generation transaction format support and many bugfixes from almost all forks at github were implemented here on 2017-10-04. You can create Issues but code contribution is much more preferable.
GNU General Public License v2.0
22 stars 25 forks source link

GetBlockTemplate() { error: { code: -8, message: 'Invalid mode' }, #2

Open Sharmatta opened 6 years ago

Sharmatta commented 6 years ago

Hi, Facing "Error 8 Invalid Mode" at the start with a hybrid crypto daemon (PPC like). Tried UNOMP with the exact same daemon and it works. Thank you.

vagabondan commented 6 years ago

@Sharmatta please provide additional diagnostic info. Logs from both sides + info listed here

Sharmatta commented 6 years ago

node v6.11.2 OS Ubuntu 16.04 npm update works fine

sharmatta@stargate:~/rnomp$ node init.js 2017-11-26 04:03:06 [POSIX] [Connection Limit] (Safe to ignore) POSIX module not installed and resource (connection) limit was not raised 2017-11-26 04:03:06 [Master] [CLI] CLI listening on 127.0.0.1:17117 2017-11-26 04:03:07 [Payments] [mycoin] Payment processing setup to run every 60 second(s) with daemon (bitcoinrpc@127.0.0.1:6021) and redis (127.0.0.1:6379) 2017-11-26 04:03:07 [Website] [Server] Website started on 127.0.0.1:8080 2017-11-26 04:03:07 [Payments] [mycoin] Finished interval - time spent: 4ms total, 3ms redis, 3ms daemon RPC 2017-11-26 04:03:07 [Switching] [Setup] (Thread 1) Loading last proxy state from redis 2017-11-26 04:03:07 [Pool] [mycoin] (Thread 1) Share processing setup with redis (127.0.0.1:6379) GetBlockTemplate() { error: { code: -8, message: 'Invalid mode' }, response: null, instance: { host: '127.0.0.1', port: 6021, user: 'xxx', password: 'xxxx', index: 0 } }