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

Stratum proxy relay for mining altcoin

Results 9 stratum-relay issues
Sort by recently updated
recently updated
newest added

Not sure this is an error or a duh, facepalm moment on my part. Attempting to connect to herominers with the ergo Autolykos V2 miner in the title Running arch...

Will this allow me to forward different mining users to a pool and have them be able to use their own wallet addresses etc?

How effective is the actual application of stratum-relay? Which pools have used stratum-relay?

`ccminer` connected via relay says like: ``` stratum time is at least 58s in the future ``` Without the relay everything seems Ok. Besides, I have an NTP client running,...

on one console: python3 strelay.py -v 4 on another: echo '{ "query":"setpool", "host":"pool.com", "port":"3333" }' | nc 127.0.0.1 2222 pointing a miner at :3333 on the machine functions as expected,...

Is it possible to implement extranonce subscribe suitable for nicehash? I have miners that don't support it and I am searching for a way to do that. May be filtering...

hi, ive tried to communicate with the releay server over port 4444 as configured, but i cannot figure out what exactly the server expects, ive tried with jsonrpcclient but recieve...

Hello @p4u tell me please, how i can get hashrate of worker? i know, i can call `echo '{ "query":"getshares" }' | nc 127.0.0.1 4444` but it return only shares,...

updated deprecated method call `isAlive` --> `is_alive`