Is mining done on the serverside?
AkshatJain2005 opened this issue · 5 comments
AkshatJain2005 commented
i wonder if mining is done on the serverside or the clientside and how can we make a miner for this mining process?
conradoqg commented
The mining is done on the server side in another thread. I didn't get the second part of your question.
AkshatJain2005 commented
How can we make it so we can mine through the client side
AkshatJain2005 commented
So it is actual mining
conradoqg commented
How can we make it so we can mine through the client side
It can be developed. The main challenge is to not freeze the client, mining is quite processor heavy (maybe using workers?).
Best
MPAds commented
Send the mining to the GPU with GPU.js