CryptoManiac / node-ethereum-stratum

A prototype of EthereumStratum implementation according to NiceHash specs. DO NOT use in production.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-ethereum-stratum

What is it?

A prototype of multi-threaded stratum server which is speaking NiceHash's EthereumStratum protocol. Please DO NOT USE in production.

Dependencies

Main dependency is NodeJS 10.x because I rely on BigInt class to check shares validity. Others are deasync, memdown and levelup modules, web3 api bindings and my fork of node-ethash.

Notable issues

There is a randomly appearing issue with web3.js module:

web3/web3.js#966

About

A prototype of EthereumStratum implementation according to NiceHash specs. DO NOT use in production.

License:Microsoft Reciprocal License


Languages

Language:JavaScript 100.0%