https://github.com/captemulation/stratum-proxy
Stratum-to-stratum proxy
https://github.com/captemulation/stratum-proxy
Last synced: 10 months ago
JSON representation
Stratum-to-stratum proxy
- Host: GitHub
- URL: https://github.com/captemulation/stratum-proxy
- Owner: CaptEmulation
- License: apache-2.0
- Created: 2014-04-28T21:58:40.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-06T02:48:18.000Z (about 12 years ago)
- Last Synced: 2025-09-13T17:39:06.148Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 203 KB
- Stars: 10
- Watchers: 1
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Introduction
=============
Stratum-to-stratum proxy intended for connecting multiple miners to one or more pools. The proxy tries to hide the authentication of one side from the other and passes through all traffic. This turns out not to be enough to be able to submit shares-- but it is enough for clients to be issued work.
Background
============
Written to serve as a control point for a variety of hobbiest mining equipment, as an alternative to screen/web console based management of separate devices. Works in so much that there is a pool stratum client (target.js) module, a miner stratum server (server.js) module and related socket glue and factory pieces. The target side authenticates with the pool credentials and the server side authenticates (or rejects) mining clients.
Future
============
Project currently on hold due to an attempt to utilize bfgminer stratum proxy feature to allieviate the need for this module.