Skip to content

Latest commit

 

History

History
51 lines (33 loc) · 1.43 KB

README.md

File metadata and controls

51 lines (33 loc) · 1.43 KB

merit-miner-node

Node library that wraps libmeritminer.

Goals

  • Easily usable by other node programs.
  • Support connecting to a meritd instance.
  • Support connecting to stratum pool.
  • Support multithreaded cpu mining.
  • Support gpu mining.

Dependencies

Compiling

npm build .

Install Locally

npm link

Use Local Install

npm link merit-miner-node

Directories

Files/Directories Description
native C++ Node Wrapper for libmeritminer.
index.js Friendly interface to the wrapper.

License

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/.