/bitcoin-miner

A simple project to use Worker Threads in NodeJS.

Primary LanguageJavaScriptMIT LicenseMIT

Bitcoin miner using worker threads

The Worker Threads module enables the use of threads that execute JavaScript in parallel. It's useful for performing CPU-intensive JavaScript operations.

Use

To execute the project, type the following command in the terminal:

yarn start

or

npm start

License

MIT