Git Product home page Git Product logo

eth_removedevfee's Introduction

Version Changelog:

PhoenixMinerBoost.exe: Doesnt have the -s flag, made just for ethereum based mining only.

PhoenixMinerBoost-2.2.exe: has the -s flag if you wish to use this with a non ethereum based coin.
You would specify the "String" found in the wireshark traffic dump.
It defaults to eth_submitLogin if -s is not used.

PhoenixMinerBoost-2.3.exe: added -r flag whatever is supplied in -r will be replaced by -w flag

Example:

by passing -w 0xdeadbeef1234 -r 0x1234567f1234

"{ action: "eth_submitLogin" data: '0x1234567f1234' }"
would be replaced by
"{ action: "eth_submitLogin" data: '0xdeadbeef1234' }"

TODO

build in app proxy to monitor SSL ports and provide the same function for SSL users.

Compatible with:

PhoenixMiner5.6d (tested)
ClaymoreMiner (tested)
LOLMiner (tested)

If you test this with an untested miner in the above list, notify me so i can update the tested list

Version 2.3 Only

It is designed to work with any miner, any coin.
By sniffing traffic and replacing the developers wallet with your wallet.
This is still being tested. but in pretrial it has worked perfectly under a controlled environment.

Version 2.2 Only

The -s string searches for a string you supply.
Such as eth_submitLogin or xmr_worker then replaces the wallet found using whats supplied in -w.

Version 1.0 Only

This only works on ethereum/ethereum classic or any ethereum based pool.
as long as it sends eth_submitLogin. it will work.



If you want to know if it works, download wireshark and capture traffic data
Look at the outgoing addresses and look for eth_submitLogin
If you see that in the traffic, then this will work with your miner

Download Windows .net 3.1

DotNet 3.1 Direct Download

Create a bat file with this inside

   @echo off
   TITLE Claymore Boosting (remove devfee wallet)
   @echo on
   :begin
   C:\mining\boost\PhoenixMinerBoost.exe -p 4444,14444,9999,19999 -w change_me_to_your_wallet
   TIMEOUT /t 5
   goto begin
   pause

Make sure you change the path in the above to where you saved it.
Then block the mining pools SSL port by doing the below.

How to block a port in windows 7/8/10

To block all TCP and UDP on port 5555 by windows defender firewall inbound and outbound rule, you could follow the steps:

1. Control panel > System and Security > Windows Firewall > Advanced settings
2. Right-click Outbound Rules and click new rule.
3. Choose Port and next.
4. Choose TCP and UDP, type 5555 in Specific local port(s), and next.
5. Choose Block the connection and next.
6. Choose the profile you want to apply and next.
7. Type the name and Description you want and finish.

You can google for a how-to as well. Incase the above doesn't fit your case use.

I suggest using ethermine's pool and just block 5555 (ssl)

Right click on PhoenixMinerBoost and set to "Run as Administrator".

Right click on your batch file to "Run as Administrator" (wont work unless it has admin permissions)

Then wait 1-2 hours for the program to begin the boost.

How this NoDevFee works

This program works by replacing the devs wallet with your wallet.
Causing the shares to be submitted to your address. and it will show up as "default" or unknown worker
on the status page of your mining pool (if the pool shows that).
So make sure your mining rig has its own name so you can see when the devfee replacement takes place

Donations?

etc:
0xb30A5ABD22456777D20618C54aA241a0fa2ef141

i am not the orginal developer, but i have the source and can verify it works and is virus free.

eth_removedevfee's People

Contributors

geekism avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.