ArQmA Network
1 min readMar 31, 2020

--

Arqma update 30.03.2020

Hello.

I would like to share small update related to previous medium post https://link.medium.com/y168906Xi5

Actual release 6.0.2 of ArQmA daemon include zmq protocol. To use it just start arqmad — zmq-enabled.

Thanks to Muscleman we have also updated pool code https://github.com/arqma/cryptonote-nodejs-pool

Those code use also zmq function and it’s much more efficient. Also less cpu and memory resources is needed to run pool.

Generally pools will run the same number of pool threads as cores. and these are consistently using 0.3–07% cpu and 0.3% memory.

Mathematically there is an amount of time when polling every 500ms where a block could be available and but the pool does not have the block. ZMQ eliminates this. So the test pool is currently running with a 85%-90% effort.

We did update electron wallet but not yet modified for zmq usage.

Cheers

--

--