Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[POW] Bitcoin Based - No blocks generation #71

Open
CptPackage opened this issue May 31, 2024 · 0 comments
Open

[POW] Bitcoin Based - No blocks generation #71

CptPackage opened this issue May 31, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@CptPackage
Copy link

CptPackage commented May 31, 2024

Describe the bug
The pool isn't working with a network based on Bitcoin source code, even though if the miner is left for more than 24 hours in which at least 100 blocks would have been generated, still no blocks gets generated. And the single time when there was a block submit it had the error of "Txn Bad Merkle Tree".

I have checked the BitcoinJob file and logged the BlockTemplate.PreviousBlockHash and the hash in the "mining.notify" is different than the one given by getBlockTemplate (I know that the one from getBlockTemplate is Big Endian and the one in mining.notify is Little Endian, but converting both of them from Big to Little and Little to Big they don't match).

[D] [BitcoinJob] Daemon Block Template PreviousBlockHash: 0000000000000ed08ad913ab43628a31a77692f269bb95ba9bc4bb165211c2ee

[D] [BitcoinJob] Daemon Block Template PreviousBlockHash[REVERSED]: 5211c2ee9bc4bb1669bb95baa77692f243628a318ad913ab00000ed000000000

Is the problem with modifications since the fork from Legacy MiningCore of Oliverw, or the has to be some extra configuration other than: Coins.json & Config.json?

Please let me know.

Expected behavior
Generate blocks

Desktop:

  • OS: Linux

Additional context
Other OpenSource mining pools like NOMP work properly, so I won't say it's a problem in the communication with the network.

@CptPackage CptPackage added the bug Something isn't working label May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant