Node library that wraps libmeritminer.
- Easily usable by other node programs.
- Support connecting to a meritd instance.
- Support connecting to stratum pool.
- Support multithreaded cpu mining.
- Support gpu mining.
- Install libmeritminer.
npm build .
npm link
npm link merit-miner-node
Files/Directories | Description |
---|---|
native | C++ Node Wrapper for libmeritminer. |
index.js | Friendly interface to the wrapper. |
Copyright (c) 2017-2021 The Merit Foundation libmeritminer is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Foobar is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Foobar. If not, see http://www.gnu.org/licenses/.