node-stratum icon indicating copy to clipboard operation
node-stratum copied to clipboard

Stratum protocol server and client for Node.js

Results 10 node-stratum issues
Sort by recently updated
recently updated
newest added

Unhandled rejection Error: -24,Unauthorized worker, how do i fix it im using everything default copy and pasted except for this ```js client.connect(3333, 'localhost').then(function(socket){ socket.stratumSubscribe('NodeMiner'); socket.stratumAuthorize('user','password'); socket.stratumSubmit('user', 'job_id', 'extranonce2', 'ntime', 'nonce');...

can i set up an asic miner with this server???

I've used the client.js inside the example directory and tried to connect to a remote stratum server: https://gist.github.com/aashidham/dd33b949d8ad4eb9ba57301b7888065e But it fails with 'connection closed'. Any idea why?

Can I use this to connect to [https://minexmr.com/](url) or any other pool? Or am I restricted to only connect to the server from this repo? I think not but to...

#### Description This PR fixes one or more vulnerable packages in the `npm` dependencies of this project. See the [Snyk test report](https://snyk.io/test/github/3bc3a0e7-f35a-4056-b824-0a38d9776989/master..snyk-fix-qdoi85) for more details. #### Snyk Project: [pocesar/node-stratum:package.json](https://snyk.io/org/pocesar/project/3bc3a0e7-f35a-4056-b824-0a38d9776989) ####...

I wanted to give the client a test with my slushpool account. Everything is connecting fine, but there seems to be some kind of loop in which I'm repeatedly asking...

Hello, this is just an idea, as HTTP and TCP are both already supported in this project. Afaik a WebSocket connection starts out as HTTP, a handshake occurs and the...

What algorithms are supported?

example from server to stratum.Client: {"id": 1289739, "method": "client.get_version", "params": null}. Currently the library just throws an exception here: https://github.com/pocesar/node-stratum/blob/c4decc5be6c66173eac7a5ce76de576c9e9a184c/src/client.ts#L151 see: https://en.bitcoin.it/wiki/Stratum_mining_protocol#Methods_.28server_to_client.29 Would be nice to be able to handle...

Can i use my monerod with you module to use miner of this guy: https://github.com/howardchung/jsminer ?