blackmennewstyle / miningcore

Miningcore is a high-performance Mining Pool Software for Linux and Windows.
MIT License
21 stars 37 forks source link

Daemon has downloaded 100.00% of blockchain - infinite loop #72

Closed gdiscord closed 8 months ago

gdiscord commented 8 months ago

https://github.com/oliverw/miningcore/discussions/1605

I see this issue reported at the above link, but there is no explanation of why it is happening.

I've setup the pool for Arion (https://github.com/arioncoin/arioncoin/releases), and experiencing same issue.

Any pointers as to why the issue occurs and how to resolve?

blackmennewstyle commented 8 months ago

The coin you are talking about is not supported in my repo (and probably in the original repo as well), so you are out of spec here.

gdiscord commented 8 months ago

What steps must be followed to have Arion Coin supported?

Was under the impression that since it is based on Dash codebase, and Dash is supported, then the Arion would be supported too, with just coin.js needing to be updated with it.

I'd appreciate if you can outline the steps to have it supported.

blackmennewstyle commented 8 months ago

Well, couple of steps actually. Is the node daemon is closed enough to DASH in order to belong in the same family. What is the POW algorithm? Does that coin has some special feature like especially in the coinbase side: founder rewards, etc...

gdiscord commented 8 months ago

The coin is a clone of dash as at 2018. The POW algorithm is x11 There was a premine at block height 1 used for swapping users from an old chain. (premine blocks can be seen on explorer here https://arion.ccore.online/distribution)

gdiscord commented 8 months ago

I can confirm that, just as I had expected, the coin works fine with miningcore. I resolved the issue with the daemon sync and all good. closing sr.

blackmennewstyle commented 8 months ago

Congratulations.

If you want to contribute to the project, you can always submit a PR :)