Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AEON: Scalable, private, mobile-friendly cryptocurrency
by
stoffu
on 21/10/2021, 09:15:43 UTC
Speaking of mining, is anybody looking at porting the Monero p2pool to aeon? It would likely work even better here given the verification-friendly PoW, lower barrier to running a node, etc.

Interesting, I haven't been following those recent developments.

Unfortunately, it seems to use some relatively recent functionality related to ZMQ and I think porting the changes to the aeon code (which is far behind monero) is rather difficult.

https://github.com/SChernykh/monero/commit/dfee15eee18a97be5a8fb9822527f98ebd1b33e9

Hmm, that didn't look so complicated, it's adding a few requests, right?

Are we missing ZMQ altogether or something?

First of all, I'm not knowledgeable about networking protocols including ZMQ. The aeon codebase currently has zmq_server.cpp/h, so I think there is some kind of ZMQ functionality, but the above monero code makes changes to zmq_pub.cpp/h which doesn't exist in aeon yet. If we were to adopt the code, we'd first need to merge any relevant upstream patches that eventually introduce zmq_pub.cpp/h. I imagine there will be lots of merge conflicts while cherry picking those commits out of order compared to monero.

Currently the P2Pool in monero has less than 3% of the total hashrate - the network is still dominated by large pools. I don't see much value in enabling P2Pool for aeon right now when the adoption is so low. I imagine the usage of it to be very low unless aeon mining becomes extremely popular.