Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hkalexling/crystalmine
An XMR pool miner implemented in Node.js
https://github.com/hkalexling/crystalmine
Last synced: 21 days ago
JSON representation
An XMR pool miner implemented in Node.js
- Host: GitHub
- URL: https://github.com/hkalexling/crystalmine
- Owner: hkalexling
- License: mit
- Created: 2018-03-02T15:38:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T15:59:47.000Z (over 6 years ago)
- Last Synced: 2024-05-23T00:35:29.421Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CrystalMine
An XMR pool miner implemented in Node.js, **for educational purpose**. It's by no means a fast miner, so don't use it for actual mining.
### Why?
- Almost all CryptoCurrency miners are written in C/C++, which is great in performance, but it can be hard for people interested in implementing a miner to read the source code. CrystalMine is written with readability in mind, and leaving only the minimal function, so it should be pretty easy to read and understand.
- Most of other miners are licensed under GPL, which is quite strict, while CrystalMine is licensed under MIT.### Usage
- Edit `config.js`
- Run `node index.js`
- Enjoy your mining!