GhostRider algorithm not functioning when miner connects #983
-
I've been trying to implement an algorithm called GhostRider for the currency Raptoreum. Although it detects the global stats and difficulty, it instantly gives this error whenever a miner connects:
Does anyone know why this is happening? The symbol is supposed to be |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I found the problem. I had accidentally forgotten to import the |
Beta Was this translation helpful? Give feedback.
I found the problem. I had accidentally forgotten to import the
gr.h
file properly.