Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blinkhash/foundation-v1-stratum
(v1) A high performance Stratum pool-server written in Node.js
https://github.com/blinkhash/foundation-v1-stratum
deprecated foundation stratum v1
Last synced: 5 days ago
JSON representation
(v1) A high performance Stratum pool-server written in Node.js
- Host: GitHub
- URL: https://github.com/blinkhash/foundation-v1-stratum
- Owner: blinkhash
- License: gpl-2.0
- Created: 2020-06-04T21:47:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-10T03:02:20.000Z (4 months ago)
- Last Synced: 2024-12-14T02:46:45.219Z (18 days ago)
- Topics: deprecated, foundation, stratum, v1
- Language: JavaScript
- Homepage:
- Size: 1.31 MB
- Stars: 30
- Watchers: 5
- Forks: 34
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Foundation Stratum
[![Codecov Coverage](https://img.shields.io/codecov/c/github/blinkhash/foundation-stratum.svg?style=flat-square)](https://codecov.io/gh/blinkhash/foundation-stratum/)
[![Foundation CI](https://github.com/blinkhash/foundation-stratum/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/blinkhash/foundation-stratum/actions/workflows/build.yml)
[![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)
[![Downloads](https://img.shields.io/npm/dm/foundation-stratum.svg)](https://www.npmjs.com/package/foundation-stratum)
[![Version](https://img.shields.io/npm/v/foundation-stratum.svg)](https://www.npmjs.com/package/foundation-stratum)
[![Known Vulnerabilities](https://snyk.io/test/npm/foundation-stratum/badge.svg)](https://snyk.io/test/npm/foundation-stratum)
[![Discord](https://img.shields.io/discord/738590795384356904)](https://discord.gg/rNjez6VgNF)This portal is a high performance Stratum server written entirely in Node.js. One instance of this software can startup and manage multiple coin pools, each with their own daemon and Stratum ports. This server itself was built to be efficient, transparent, and easy to setup, while still maintaining greater scalability than many of the other open-source Stratum servers. This repository itself, however, is simply a module. It will do nothing on its own. Unless you're a Node.js developer who would like to learn more regarding stratum authentication and raw share data, this module will not be of use to you. For a complete backend server that implements this module, see https://github.com/blinkhash/foundation-server. It handles payments, database integration, multi-coin/pool support, and more.
#### Need Support?
If you need help with a code-related matter, the first place to look is our [Discord](https://discord.gg/rNjez6VgNF), where the developers will be available to answer any questions. However, please do not come to me with issues regarding setup. Use Google and the existing documentation for that.
---
### Donations
Maintaining this project has always been driven out of nothing more than a desire to give back to the mining community, however I always appreciate donations, especially if this repository helps you in any way.
- Bitcoin: 3EbrVYLxN5WeQmPpL6owo3A7rJELXecbbc
- Ethereum: 0xd3e3daED621d228244Fa89A3dd8AF07B52E72319
- Litecoin: MFWpARrSADAy3Qj79C4pSasS9F156QipwC
- ZCash: t1NSk8gyiou8TxWRZTVuUkfM5f9riopN58A---
### License
Released under the GNU General Public License v2. See http://www.gnu.org/licenses/gpl-2.0.html for more information
---