conradoqg/naivecoin

Is mining done on the serverside?

AkshatJain2005 opened this issue · 5 comments

i wonder if mining is done on the serverside or the clientside and how can we make a miner for this mining process?

The mining is done on the server side in another thread. I didn't get the second part of your question.

How can we make it so we can mine through the client side

So it is actual mining

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