forked from dvandal/cryptonote-nodejs-pool
-
Notifications
You must be signed in to change notification settings - Fork 1
Troubleshooting
dvandal edited this page May 15, 2018
·
2 revisions
This error is generally due to a bad cryptonight algorithm configuration.
| Parameter | Details |
|---|---|
| cnAlgorithm | Set Cryptonight algorithm. Supported values: cryptonight (default). cryptonight_light and cryptonight_heavy |
| cnVariant | Set Cryptonight algorithm variant. Supported variants for "cryptonight": 0 (Original), 1 (Monero v7), 3 (Stellite). Supported variants for "cryptonight_light": 0 (Original), 1 (Aeon v7), 2 (IPBC). |
| cnBlobType | Set Cryptonight BLOB type. Supported values: 0 (Default), 1 (Forknote v1), 2 (Forknote v2), 3 (Cryptonote v2 / Masari) |
This error is generally due to pool daemon connecting to the wrong port for wallet RPC daemon. Please check your configuration.
Some forknote coins have an issue with block height in RPC request, see: https://github.com/forknote/forknote-pool/issues/48
To fix this issue you can set config.blockUnlocker.fixBlockHeightRPC to true