Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blinkhash/foundation-v2-garlicoin
A scalable stratum pool for Garlicoin that interfaces with other modules in the Foundation project
https://github.com/blinkhash/foundation-v2-garlicoin
foundation stratum v2
Last synced: about 1 month ago
JSON representation
A scalable stratum pool for Garlicoin that interfaces with other modules in the Foundation project
- Host: GitHub
- URL: https://github.com/blinkhash/foundation-v2-garlicoin
- Owner: blinkhash
- License: gpl-3.0
- Created: 2022-06-16T02:26:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-19T23:53:39.000Z (over 1 year ago)
- Last Synced: 2024-10-09T10:32:17.211Z (about 1 month ago)
- Topics: foundation, stratum, v2
- Language: C
- Homepage:
- Size: 2.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT
- Security: SECURITY.md
Awesome Lists containing this project
README
# Foundation Stratum (Garlicoin, v2)
[![Codecov Coverage](https://img.shields.io/codecov/c/github/blinkhash/foundation-v2-garlicoin.svg?style=flat-square)](https://codecov.io/gh/blinkhash/foundation-v2-garlicoin/)
[![Foundation CI](https://github.com/blinkhash/foundation-v2-garlicoin/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/blinkhash/foundation-v2-garlicoin/actions/workflows/build.yml)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![Downloads](https://img.shields.io/npm/dm/foundation-v2-garlicoin.svg)](https://www.npmjs.com/package/foundation-v2-garlicoin)
[![Version](https://img.shields.io/npm/v/foundation-v2-garlicoin.svg)](https://www.npmjs.com/package/foundation-v2-garlicoin)
[![Known Vulnerabilities](https://snyk.io/test/npm/foundation-v2-garlicoin/badge.svg)](https://snyk.io/test/npm/foundation-v2-garlicoin)
[![Discord](https://img.shields.io/discord/738590795384356904)](https://discord.gg/rNjez6VgNF)This portal is a high performance stratum server written entirely in Node.js. 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. While this module will allow you to connect and mine directly on the a coin's blockchain, it doesn't include support for an API, payment processor, or share handler. For a complete server that includes these features and allows you to integrate multiple of these modules, see [here](https://github.com/blinkhash/foundation-v2-server).
#### 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: 38QX2MXNuUt53WTCeSM8zjQkgqqpCHN4p3
- Dash: Xenf25o7Dv7EMp9sPo4fU865Vvzr3DMPju
- Dogecoin: DQTiorDQCUmDXtu8aA83VBAn3E9ARfQEez
- Ethereum: 0x923Ba122453d44bf614c6ee377A236970772952B
- Litecoin: M8hA7wbyw39qChoDYerR1Gyp9pdDCZvpvz
- Ravencoin: RUYstAgw1k9WQkjCASjfKo6HsUM1bD4f3j
- ZCash: t1NvXnerxQPnoUsYruaPFMRTijEZ1KKqDSR---
### License
Released under the GNU General Public License v3. See https://www.gnu.org/licenses/gpl-3.0 for more information
---