-
Notifications
You must be signed in to change notification settings - Fork 13
Troubleshooting
blockinator edited this page Feb 19, 2020
·
1 revision
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