XDagger / xdagj

XDAGJ is an implementation of XDAG in Java. https://xdag.io
MIT License
117 stars 58 forks source link

Implement the separation of nodes and pools #295

Closed yyajphd closed 12 months ago

yyajphd commented 12 months ago

Implement the separation of nodes and pools. Complete the node generation task sending function to the mining pool, receive the share from the mining pool, and calculate the hash for verification. Send block rewards to the mining pool and send reward sending history records to the mining pool for easy query of reward history.