zbobyuan / DSTM-equihash-miner-NO-DEV-FEE

DSTM equihash miner v0.6 for windows no dev fee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DSTM equihash miner NO-DEV-FEE for Windows

XXX

Inspired by this linux fee rerouter, I wrote samething for Windows.

It's how it works:

  1. Run zm.exe and wait for initialization.
  2. Search signature of SSL functions, monitoring all stratum sessions.
  3. Watching mining.authorize and mining.submit, replace t1NEpmfunewy9z5TogCvAhCuS3J8VWXoJNv.n to user wallet.
  4. done.

Every mining.submit message will be write to console.

Usage

Download https://github.com/HazakiYoshimi/DSTM-equihash-miner-NO-DEV-FEE/blob/master/dstm_redirect.exe or full zip from https://github.com/HazakiYoshimi/DSTM-equihash-miner-NO-DEV-FEE/releases

put dstm_redirect.exe to your dstm dir, along with zm.exe.

change batch file, replace zm to dstm_redirect.

@echo off
@echo #######################################################
@echo Don't forget to change your pool and login information.
@echo #######################################################

dstm_redirect --cfg-file=zm_flypool.cfg

About

DSTM equihash miner v0.6 for windows no dev fee

License:Other


Languages

Language:Batchfile 100.0%