Skip to content

Troubleshooting

blockinator edited this page Feb 19, 2020 · 1 revision

Error: Failed to parse block

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)

Error: Last response:{"bytesParsed" :0,"code" :"HPE_INVALID_CONSTANT" }

This error is generally due to pool daemon connecting to the wrong port for wallet RPC daemon. Please check your configuration.

All blocks found are getting orphaned

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