Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/powpool/node-xmr-pool
High performance Node.js (with native C addons) mining pool for Monero, Comes with lightweight example front-end app UI and script which uses the pool's AJAX API.
https://github.com/powpool/node-xmr-pool
mining-pool monero nodejs xmr
Last synced: 5 days ago
JSON representation
High performance Node.js (with native C addons) mining pool for Monero, Comes with lightweight example front-end app UI and script which uses the pool's AJAX API.
- Host: GitHub
- URL: https://github.com/powpool/node-xmr-pool
- Owner: PowPool
- License: gpl-2.0
- Created: 2021-11-12T13:08:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T10:07:09.000Z (about 1 year ago)
- Last Synced: 2024-04-18T04:12:32.528Z (7 months ago)
- Topics: mining-pool, monero, nodejs, xmr
- Language: JavaScript
- Homepage:
- Size: 384 KB
- Stars: 6
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
This directory contains your keys and certificates.
`privkey.pem` : the private key for your certificate.
`fullchain.pem`: the certificate file used in most server software.
`chain.pem` : used for OCSP stapling in Nginx >=1.3.7.
`cert.pem` : will break many server configurations, and should not be used
without reading further documentation (see link below).We recommend not moving these files. For more information, see the Certbot
User Guide at https://certbot.eff.org/docs/using.html#where-are-my-certificates.