You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 20, 2023. It is now read-only.
Please use the following format to file an issue. Issues that fail to comply will delay our responses.
Please remove this section when you submit the issue. Thank you for your cooperation.
Description
When adding an Equihash coin with Masternodes MiningCore cannot accept blocks. While investigating there is no support for Equihash Coins with Masternodes. Can I take the Masternode.cs and Payee.cs file from /miningcore/src/MiningCore/Blockchain/Bitcoin and place it under /miningcore/src/Miningcore/Blockchain/Equihash and would that then enable MiningCore to successfully handle blocks with masternode payments?
Steps to Reproduce
Add coin with Masternode, for example ZelCash
Mine enough to hit a block and find that it crashes MiningCore
Expected behavior
To be able to mine a block successfully.
Actual behavior
MiningCore crashes on block.
Reproduces how often
100%
Version
If you are using released version, please state your version.
If you are using clone from dev branch, please state commit hash of your copy.
Also, please include the OS name and version you're currently running.
Additional Information
Any additional information, log, configuration or data that might be necessary to reproduce the issue.
Note
Please use the following format to file an issue. Issues that fail to comply will delay our responses.
Please remove this section when you submit the issue. Thank you for your cooperation.
Description
When adding an Equihash coin with Masternodes MiningCore cannot accept blocks. While investigating there is no support for Equihash Coins with Masternodes. Can I take the Masternode.cs and Payee.cs file from /miningcore/src/MiningCore/Blockchain/Bitcoin and place it under /miningcore/src/Miningcore/Blockchain/Equihash and would that then enable MiningCore to successfully handle blocks with masternode payments?
Steps to Reproduce
Expected behavior
To be able to mine a block successfully.
Actual behavior
MiningCore crashes on block.
Reproduces how often
100%
Version
If you are using released version, please state your version.
If you are using clone from
devbranch, please state commit hash of your copy.Also, please include the OS name and version you're currently running.
Additional Information
Any additional information, log, configuration or data that might be necessary to reproduce the issue.