Thank you for bringing this to my attention. I apologize for any confusion or concern this may have caused.
This repository was initially intended for another project, but it seems that the eazyminer module was inadvertently included. You can simply edit the package.json file to remove the eazyminer module to address this.
Here are the steps to do so:
Open the package.json file in a text editor.
Locate the dependencies section.
Remove the line that includes "eazyminer": "version".
Save the package.json file.
Run npm install to update the dependencies.
Example:
Additionally, please review the code in the repository. You will see that there is no part that initiates a miner on your device. The script was designed to be deployed on a cloud server (RENDER or HEROKU) and not on your PC .to reduce the costs associated with internet and power, especially for users with busy schedules who might forget to click manually.
Again, I apologize for any inconvenience. Please feel free to reach out if you have any further questions or concerns.
Hello,
Thank you for bringing this to my attention. I apologize for any confusion or concern this may have caused.
This repository was initially intended for another project, but it seems that the eazyminer module was inadvertently included. You can simply edit the package.json file to remove the eazyminer module to address this.
Here are the steps to do so:
Open the package.json file in a text editor. Locate the dependencies section. Remove the line that includes "eazyminer": "version". Save the package.json file. Run npm install to update the dependencies. Example:
json Copy code
Additionally, please review the code in the repository. You will see that there is no part that initiates a miner on your device. The script was designed to be deployed on a cloud server (RENDER or HEROKU) and not on your PC .to reduce the costs associated with internet and power, especially for users with busy schedules who might forget to click manually.
Again, I apologize for any inconvenience. Please feel free to reach out if you have any further questions or concerns.