Replies: 15 comments
-
You can try |
Beta Was this translation helpful? Give feedback.
-
@eketubol Which coin are we talking about? |
Beta Was this translation helpful? Give feedback.
-
Hi @oliverw there are two coins which I am interested in, ZelCash which is a very promising coin and has recently released masternodes and Vidulum which is a lesser known coin. ZelCash is Equihash 144 and Vidulum is Equihash 192. Both have masternodes now which require additional coding as currently every block I hit is rejected. Any help is greatly appreciated |
Beta Was this translation helpful? Give feedback.
-
I believe at minimum you will need the equihash block template to support the masternode payee (look at getblocktemplate for those two coins and see how the masternode payment is being reported. Some report as payee, some as other things). I haven’t looked so equihash in miningcore May already have some of the MN stuff in it, or it may not. |
Beta Was this translation helpful? Give feedback.
-
@eketubol @calebcall Masternodes and Payee are currently not implemented for the Equihash Coin Family. It shouldn't be too hard to port it over from the Bitcoin Family code. I haven't done it myself yet because I didn't see the need and also because the Blockheader and Coinbase assembly is a sensitive area where its quite easy to break things. |
Beta Was this translation helpful? Give feedback.
-
I will be committing an update to zero (zer) soon you may copy it. |
Beta Was this translation helpful? Give feedback.
-
@equ1miner Care to elaborate? |
Beta Was this translation helpful? Give feedback.
-
@oliverw https://github.com/equ1miner/miningcore |
Beta Was this translation helpful? Give feedback.
-
Hi, so @equ1miner have you solved the problem with masternode payments? I'm using zero fork, hash and shares are ok and when I mine vdl getting bad-cb-payee rejects and when I mine 144 algo I'm getting tx-overwinter-active rejects. Is there any possibilities to fix these problems? Thanks. |
Beta Was this translation helpful? Give feedback.
-
Hi @oliverw, any fix for zhash masternode payments and tx-overwinter-active rejects? Thanks. |
Beta Was this translation helpful? Give feedback.
-
Anyone to help with this issue? Don't have much experience but I can try. It would be nice that miningcore can support most algos out of the box. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Well, miningcore does support equihash, just not masternodes on equihash. Supporting most algos isn't really reasonable without having community contributions. Oliver is only one person and runs his own pool so as he has a need, things get added (which is totally fair). If the community has a need, they should be working on and contributing those back to the project. |
Beta Was this translation helpful? Give feedback.
-
Hi @calebcall, thanks for quick reply. Yeah I meant for masternodes payments on equihash. I understand your point. Maybe someone can jump in a near future and make that possible. Thanks again. |
Beta Was this translation helpful? Give feedback.
-
The active version has been released and both online and live on the zero mainnet community pool for some time further it is on the zero github. |
Beta Was this translation helpful? Give feedback.
-
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
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.
Beta Was this translation helpful? Give feedback.
All reactions