Bitcoin Forum
May 06, 2024, 11:21:58 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 [37] 38 39 40 41 42 43 44 »
  Print  
Author Topic: Ethereum Mining NoDevFee 0% v15.0 🔥  (Read 164770 times)
rzrwolf
Newbie
*
Offline Offline

Activity: 14
Merit: 0


View Profile
December 06, 2017, 08:29:18 AM
 #721

Guys, Demion version is working as advertised by him - very good soft, no problems.

However it works only with claymore 10.0 - in newer version claymore have made some detection, so basically you still get shares from devfee, but mining is slower as with -nofee option..

So use ver. 10.0 and Demion soft - and you will be fine.
1714994518
Hero Member
*
Offline Offline

Posts: 1714994518

View Profile Personal Message (Offline)

Ignore
1714994518
Reply with quote  #2

1714994518
Report to moderator
Activity + Trust + Earned Merit == The Most Recognized Users on Bitcointalk
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714994518
Hero Member
*
Offline Offline

Posts: 1714994518

View Profile Personal Message (Offline)

Ignore
1714994518
Reply with quote  #2

1714994518
Report to moderator
1714994518
Hero Member
*
Offline Offline

Posts: 1714994518

View Profile Personal Message (Offline)

Ignore
1714994518
Reply with quote  #2

1714994518
Report to moderator
1714994518
Hero Member
*
Offline Offline

Posts: 1714994518

View Profile Personal Message (Offline)

Ignore
1714994518
Reply with quote  #2

1714994518
Report to moderator
MinerChad
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
December 06, 2017, 01:49:35 PM
 #722

Guys, Demion version is working as advertised by him - very good soft, no problems.

However it works only with claymore 10.0 - in newer version claymore have made some detection, so basically you still get shares from devfee, but mining is slower as with -nofee option..

So use ver. 10.0 and Demion soft - and you will be fine.


I can confirm it also works as advertised.  On Ethermine I get a second miner (with name "default") giving me ~2% shares, which are the redirected dev fees.

Does anyone know if this will work with Claymore's Monero/CryptoNight miner, or what one would have to do to run it with that miner?
flatounet
Jr. Member
*
Offline Offline

Activity: 56
Merit: 2


View Profile
December 14, 2017, 03:55:45 PM
Last edit: December 14, 2017, 04:14:14 PM by flatounet
 #723

im newbie & lost

about fee for minning.

i see claymore take 2% ,but few tools send fee to your accout.
im minning zcash (dstm's ZCash),it's not write it take fee
after on board i see it take fee
after search i found add "–fee 0" at end command line for remove fee ...

someone can made "big topic" to know
wich miner have fee or not
and nodevfee option or app for remove fee ?

it's easy im newbie,and put some "alot" of cash in mining hardware & electricity
all i see ,it's get my cashback
when i got extra im totaly open to pay fee.

just here ,many miner look free
and after i see some hidden fee or with no fee option you lose more hashrate than with fee ...

someone can clearify , explain simply the situation of every miner ?

or put explain in first page ..
thank's you
gasya
Newbie
*
Offline Offline

Activity: 4
Merit: 0


View Profile
December 18, 2017, 11:57:54 AM
 #724

Hello!
plz help!
DevFee v8 is working last friday, but now does not work:
http://prntscr.com/hp1ij3

what can change?

kenbeannet
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
December 19, 2017, 01:05:51 PM
 #725

Is the dev wallet only suppose to have an ETH address?  What about if you do Dual Mining, should you put both wallet addresses in there?  On same line? Separate lines?
justsomeone
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
December 19, 2017, 02:42:55 PM
 #726

@Millenium Falcon
Can you please add a timestamp when DevFree Miner detects DevFee?? Would be great.
vuli
Full Member
***
Offline Offline

Activity: 233
Merit: 100


Andrius | Junior Business developer at Unboxed ICO


View Profile WWW
December 20, 2017, 06:16:07 PM
 #727

Hi. I coded small app which intercept (hook) network login packet (Winsock2 -> ws2_32.dll -> send -> eth_submitLogin) and changes all dev fee wallets to your wallet. It detects your wallet automatically, using first login packet with your wallet and remembering it.

How to use :
1. Copy "nodevfee.exe" and "nodevfeeDll.dll" from "nodevfee\x64\Release" to Claymore directory (in same directory with "EthDcrMiner64.exe").
2. Create bat file and use it "nodevfee.exe EthDcrMiner64.exe YOUR_USUAL_PARAMETERS" for instance "nodevfee.exe EthDcrMiner64.exe -epool eu1.ethermine.org:4444 -ewal 0xcb4effdeb46479caa0fef5f5e3569e4852f753a2.worker1 -epsw x"

Virustotal : https://www.virustotal.com/#/file/10778bd9a28f8705018f6a6049451a3ff78e13fd99a094569f3d690126286e4e/detection

I attach all sources you can check how it works and compile by yourself (Visual Studio 2015). Report bugs, I will try fix them.

Feel free to donate if you like it 0xcb4effdeb46479caa0fef5f5e3569e4852f753a2

https://github.com/Demion/nodevfee

Edit: Update links.

you are the man you know. Good job..
Btw anyone tried if it can do the same on cryptonote, e.g. monero?

Unboxed - rowing community of people getting paid to do what they love to get a share of the $36 billion brands are spending annually on Facebook Ads
nekidtruth
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
December 25, 2017, 03:10:47 PM
 #728

thanks, it's great.
will.yyc
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
December 27, 2017, 08:33:28 PM
 #729

Hi. I coded small app which intercept (hook) network login packet (Winsock2 -> ws2_32.dll -> send -> eth_submitLogin) and changes all dev fee wallets to your wallet. It detects your wallet automatically, using first login packet with your wallet and remembering it.

How to use :
1. Copy "nodevfee.exe" and "nodevfeeDll.dll" from "nodevfee\x64\Release" to Claymore directory (in same directory with "EthDcrMiner64.exe").
2. Create bat file and use it "nodevfee.exe EthDcrMiner64.exe YOUR_USUAL_PARAMETERS" for instance "nodevfee.exe EthDcrMiner64.exe -epool eu1.ethermine.org:4444 -ewal 0xcb4effdeb46479caa0fef5f5e3569e4852f753a2.worker1 -epsw x"

Virustotal : https://www.virustotal.com/#/file/10778bd9a28f8705018f6a6049451a3ff78e13fd99a094569f3d690126286e4e/detection

I attach all sources you can check how it works and compile by yourself (Visual Studio 2015). Report bugs, I will try fix them.

Feel free to donate if you like it 0xcb4effdeb46479caa0fef5f5e3569e4852f753a2

https://github.com/Demion/nodevfee

Edit: Update links.

Thanks man. I have been using it and I noticed that every month I was mining 1 day just for Claymore. Claymore is the most expensive piece of software out there. I don't mind paying for a software but perpetual fees is ridiculous. It's like having to pay Microsoft everyday to use your computer. 
Marvell2
Full Member
***
Offline Offline

Activity: 1148
Merit: 132


View Profile
December 28, 2017, 12:42:06 AM
 #730

Hi. I coded small app which intercept (hook) network login packet (Winsock2 -> ws2_32.dll -> send -> eth_submitLogin) and changes all dev fee wallets to your wallet. It detects your wallet automatically, using first login packet with your wallet and remembering it.

How to use :
1. Copy "nodevfee.exe" and "nodevfeeDll.dll" from "nodevfee\x64\Release" to Claymore directory (in same directory with "EthDcrMiner64.exe").
2. Create bat file and use it "nodevfee.exe EthDcrMiner64.exe YOUR_USUAL_PARAMETERS" for instance "nodevfee.exe EthDcrMiner64.exe -epool eu1.ethermine.org:4444 -ewal 0xcb4effdeb46479caa0fef5f5e3569e4852f753a2.worker1 -epsw x"

Virustotal : https://www.virustotal.com/#/file/10778bd9a28f8705018f6a6049451a3ff78e13fd99a094569f3d690126286e4e/detection

I attach all sources you can check how it works and compile by yourself (Visual Studio 2015). Report bugs, I will try fix them.

Feel free to donate if you like it 0xcb4effdeb46479caa0fef5f5e3569e4852f753a2

https://github.com/Demion/nodevfee

Edit: Update links.

Thanks man. I have been using it and I noticed that every month I was mining 1 day just for Claymore. Claymore is the most expensive piece of software out there. I don't mind paying for a software but perpetual fees is ridiculous. It's like having to pay Microsoft everyday to use your computer. 
so does this work yes or no and what about the other coin
will.yyc
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
December 28, 2017, 02:07:10 AM
 #731

Hi. I coded small app which intercept (hook) network login packet (Winsock2 -> ws2_32.dll -> send -> eth_submitLogin) and changes all dev fee wallets to your wallet. It detects your wallet automatically, using first login packet with your wallet and remembering it.

How to use :
1. Copy "nodevfee.exe" and "nodevfeeDll.dll" from "nodevfee\x64\Release" to Claymore directory (in same directory with "EthDcrMiner64.exe").
2. Create bat file and use it "nodevfee.exe EthDcrMiner64.exe YOUR_USUAL_PARAMETERS" for instance "nodevfee.exe EthDcrMiner64.exe -epool eu1.ethermine.org:4444 -ewal 0xcb4effdeb46479caa0fef5f5e3569e4852f753a2.worker1 -epsw x"

Virustotal : https://www.virustotal.com/#/file/10778bd9a28f8705018f6a6049451a3ff78e13fd99a094569f3d690126286e4e/detection

I attach all sources you can check how it works and compile by yourself (Visual Studio 2015). Report bugs, I will try fix them.

Feel free to donate if you like it 0xcb4effdeb46479caa0fef5f5e3569e4852f753a2

https://github.com/Demion/nodevfee

Edit: Update links.

Thanks man. I have been using it and I noticed that every month I was mining 1 day just for Claymore. Claymore is the most expensive piece of software out there. I don't mind paying for a software but perpetual fees is ridiculous. It's like having to pay Microsoft everyday to use your computer. 
so does this work yes or no and what about the other coin

Yes. It works great. I mine using Nanopool and Ethermine and I didn't have any problems. You'll see a second worked called "x" or "default"
I mine ethereum or ethereum/decred. I didn't try with another coin.
I've been mining for 2 years and I paid my fare share for Claymore.
Marvell2
Full Member
***
Offline Offline

Activity: 1148
Merit: 132


View Profile
December 28, 2017, 02:15:56 AM
 #732

Hi. I coded small app which intercept (hook) network login packet (Winsock2 -> ws2_32.dll -> send -> eth_submitLogin) and changes all dev fee wallets to your wallet. It detects your wallet automatically, using first login packet with your wallet and remembering it.

How to use :
1. Copy "nodevfee.exe" and "nodevfeeDll.dll" from "nodevfee\x64\Release" to Claymore directory (in same directory with "EthDcrMiner64.exe").
2. Create bat file and use it "nodevfee.exe EthDcrMiner64.exe YOUR_USUAL_PARAMETERS" for instance "nodevfee.exe EthDcrMiner64.exe -epool eu1.ethermine.org:4444 -ewal 0xcb4effdeb46479caa0fef5f5e3569e4852f753a2.worker1 -epsw x"

Virustotal : https://www.virustotal.com/#/file/10778bd9a28f8705018f6a6049451a3ff78e13fd99a094569f3d690126286e4e/detection

I attach all sources you can check how it works and compile by yourself (Visual Studio 2015). Report bugs, I will try fix them.

Feel free to donate if you like it 0xcb4effdeb46479caa0fef5f5e3569e4852f753a2

https://github.com/Demion/nodevfee

Edit: Update links.

Thanks man. I have been using it and I noticed that every month I was mining 1 day just for Claymore. Claymore is the most expensive piece of software out there. I don't mind paying for a software but perpetual fees is ridiculous. It's like having to pay Microsoft everyday to use your computer. 
so does this work yes or no and what about the other coin

Yes. It works great. I mine using Nanopool and Ethermine and I didn't have any problems. You'll see a second worked called "x" or "default"
I mine ethereum or ethereum/decred. I didn't try with another coin.
I've been mining for 2 years and I paid my fare share for Claymore.
1 post and you have been mining for two years? lol ok Need somone with a bit more credibility bro
DogeEconomist
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile WWW
December 28, 2017, 02:31:16 AM
 #733

There was already a thread where some retard did this. If you pay a bit of attention there you should've seen comments on that thread. You are thinking oh shit great I'm earning another 1.975$ a month, fuck ! But if claymore didn't make his miner your hashing speed would be much less and you would loose much more than that fucking 1.975$ a month

People like to complain about how greedy some developer is whilst it is really just projection of their own greed.

Which is worse really? Setting a known fee for a product or intentionally circumventing that known fee. I say the latter. It's downright theft really. No one forces anyone to use specific software and no one forces anyone to accept the terms of the license.

And of course the "developer" of the "nodevfee" software plugs donation addresses into it—seems like more greed shining through. More greed there, expecting to be paid for ripping others off.

 --
I've done a good bit of testing and so far claymore is my best option. I am greedy and openly admit such. Therefore I see it in my best interest to use the software within the terms provided, incenting continued development and support of the software. So far the fees are lower than the increased work. Enough so actually to cover pool fees + a bit of donation to the pools as well. I'm still a couple of percent ahead that way.

Jackwagons doing things like this could cause the developer to increase fees, implement more sophisticated controls, or even cease development altogether. But hey, he made an extra $2 a month or so, who cares if it hurts anyone else, is unethical, illegal, and all those pesky details?
feelthebern98
Member
**
Offline Offline

Activity: 63
Merit: 10


View Profile
December 28, 2017, 02:31:54 AM
 #734

How much did you pay for your 7 GPU rig?
will.yyc
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
December 28, 2017, 02:36:00 AM
 #735

Hi. I coded small app which intercept (hook) network login packet (Winsock2 -> ws2_32.dll -> send -> eth_submitLogin) and changes all dev fee wallets to your wallet. It detects your wallet automatically, using first login packet with your wallet and remembering it.

How to use :
1. Copy "nodevfee.exe" and "nodevfeeDll.dll" from "nodevfee\x64\Release" to Claymore directory (in same directory with "EthDcrMiner64.exe").
2. Create bat file and use it "nodevfee.exe EthDcrMiner64.exe YOUR_USUAL_PARAMETERS" for instance "nodevfee.exe EthDcrMiner64.exe -epool eu1.ethermine.org:4444 -ewal 0xcb4effdeb46479caa0fef5f5e3569e4852f753a2.worker1 -epsw x"

Virustotal : https://www.virustotal.com/#/file/10778bd9a28f8705018f6a6049451a3ff78e13fd99a094569f3d690126286e4e/detection

I attach all sources you can check how it works and compile by yourself (Visual Studio 2015). Report bugs, I will try fix them.

Feel free to donate if you like it 0xcb4effdeb46479caa0fef5f5e3569e4852f753a2

https://github.com/Demion/nodevfee

Edit: Update links.

Thanks man. I have been using it and I noticed that every month I was mining 1 day just for Claymore. Claymore is the most expensive piece of software out there. I don't mind paying for a software but perpetual fees is ridiculous. It's like having to pay Microsoft everyday to use your computer. 
so does this work yes or no and what about the other coin

Yes. It works great. I mine using Nanopool and Ethermine and I didn't have any problems. You'll see a second worked called "x" or "default"
I mine ethereum or ethereum/decred. I didn't try with another coin.
I've been mining for 2 years and I paid my fare share for Claymore.
1 post and you have been mining for two years? lol ok Need somone with a bit more credibility bro

I'm not here to prove anything to anybody, my time is spent making money, I don't waste my time writing on forums even though I read the forum regularly.
I don't even have social media. That's for losers. I don't need to be entertained . I have a busy life and I don't live in my mom's basement.
The only reason I replied to this thread is because I think Claymore's fees are ridiculously high.
DogeEconomist
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile WWW
December 28, 2017, 02:39:00 AM
 #736

Hi. I coded small app which intercept (hook) network login packet (Winsock2 -> ws2_32.dll -> send -> eth_submitLogin) and changes all dev fee wallets to your wallet. It detects your wallet automatically, using first login packet with your wallet and remembering it.

How to use :
1. Copy "nodevfee.exe" and "nodevfeeDll.dll" from "nodevfee\x64\Release" to Claymore directory (in same directory with "EthDcrMiner64.exe").
2. Create bat file and use it "nodevfee.exe EthDcrMiner64.exe YOUR_USUAL_PARAMETERS" for instance "nodevfee.exe EthDcrMiner64.exe -epool eu1.ethermine.org:4444 -ewal 0xcb4effdeb46479caa0fef5f5e3569e4852f753a2.worker1 -epsw x"

Virustotal : https://www.virustotal.com/#/file/10778bd9a28f8705018f6a6049451a3ff78e13fd99a094569f3d690126286e4e/detection

I attach all sources you can check how it works and compile by yourself (Visual Studio 2015). Report bugs, I will try fix them.

Feel free to donate if you like it 0xcb4effdeb46479caa0fef5f5e3569e4852f753a2

https://github.com/Demion/nodevfee

Edit: Update links.

Thanks man. I have been using it and I noticed that every month I was mining 1 day just for Claymore. Claymore is the most expensive piece of software out there. I don't mind paying for a software but perpetual fees is ridiculous. It's like having to pay Microsoft everyday to use your computer. 
so does this work yes or no and what about the other coin

Yes. It works great. I mine using Nanopool and Ethermine and I didn't have any problems. You'll see a second worked called "x" or "default"
I mine ethereum or ethereum/decred. I didn't try with another coin.
I've been mining for 2 years and I paid my fare share for Claymore.
1 post and you have been mining for two years? lol ok Need somone with a bit more credibility bro

I'm not here to prove anything to anybody, my time is spent making money, I don't waste my time writing on forums even though I read the forum regularly.
I don't even have social media. That's for losers. I don't need to be entertained . I have a busy life and I don't live in my mom's basement.
The only reason I replied to this thread is because I think Claymore's fees are ridiculously high.

Seems the right thing to do then if you think the "fees are ridiculously high" would be to not use the software.

Or is it that Claymore's software is somehow better than other options?
will.yyc
Newbie
*
Offline Offline

Activity: 15
Merit: 0


View Profile
December 28, 2017, 02:42:25 AM
 #737

Hi. I coded small app which intercept (hook) network login packet (Winsock2 -> ws2_32.dll -> send -> eth_submitLogin) and changes all dev fee wallets to your wallet. It detects your wallet automatically, using first login packet with your wallet and remembering it.

How to use :
1. Copy "nodevfee.exe" and "nodevfeeDll.dll" from "nodevfee\x64\Release" to Claymore directory (in same directory with "EthDcrMiner64.exe").
2. Create bat file and use it "nodevfee.exe EthDcrMiner64.exe YOUR_USUAL_PARAMETERS" for instance "nodevfee.exe EthDcrMiner64.exe -epool eu1.ethermine.org:4444 -ewal 0xcb4effdeb46479caa0fef5f5e3569e4852f753a2.worker1 -epsw x"

Virustotal : https://www.virustotal.com/#/file/10778bd9a28f8705018f6a6049451a3ff78e13fd99a094569f3d690126286e4e/detection

I attach all sources you can check how it works and compile by yourself (Visual Studio 2015). Report bugs, I will try fix them.

Feel free to donate if you like it 0xcb4effdeb46479caa0fef5f5e3569e4852f753a2

https://github.com/Demion/nodevfee

Edit: Update links.

Thanks man. I have been using it and I noticed that every month I was mining 1 day just for Claymore. Claymore is the most expensive piece of software out there. I don't mind paying for a software but perpetual fees is ridiculous. It's like having to pay Microsoft everyday to use your computer. 
so does this work yes or no and what about the other coin

Yes. It works great. I mine using Nanopool and Ethermine and I didn't have any problems. You'll see a second worked called "x" or "default"
I mine ethereum or ethereum/decred. I didn't try with another coin.
I've been mining for 2 years and I paid my fare share for Claymore.
1 post and you have been mining for two years? lol ok Need somone with a bit more credibility bro

I'm not here to prove anything to anybody, my time is spent making money, I don't waste my time writing on forums even though I read the forum regularly.
I don't even have social media. That's for losers. I don't need to be entertained . I have a busy life and I don't live in my mom's basement.
The only reason I replied to this thread is because I think Claymore's fees are ridiculously high.

Seems the right thing to do then if you think the "fees are ridiculously high" would be to not use the software.

Or is it that Claymore's software is somehow better than other options?

I don't pay for stuff that I can get for free. Simple as that. Sorry if offending all Claymore's fanboys
Coinerrr
Newbie
*
Offline Offline

Activity: 10
Merit: 0


View Profile
December 28, 2017, 02:18:16 PM
 #738

Is there something like this for Claymore Cryptonight miner? 10.2 or 11?
 (From a trust worthy member)
zertor
Jr. Member
*
Online Online

Activity: 56
Merit: 6


View Profile
December 28, 2017, 02:31:13 PM
 #739

Quote
Hi. I coded small app which intercept (hook) network login packet (Winsock2 -> ws2_32.dll -> send -> eth_submitLogin) and changes all dev fee wallets to your wallet. It detects your wallet automatically, using first login packet with your wallet and remembering it.

How to use :
1. Copy "nodevfee.exe" and "nodevfeeDll.dll" from "nodevfee\x64\Release" to Claymore directory (in same directory with "EthDcrMiner64.exe").
2. Create bat file and use it "nodevfee.exe EthDcrMiner64.exe YOUR_USUAL_PARAMETERS" for instance "nodevfee.exe EthDcrMiner64.exe -epool eu1.ethermine.org:4444 -ewal 0xcb4effdeb46479caa0fef5f5e3569e4852f753a2.worker1 -epsw x"

Virustotal : https://www.virustotal.com/#/file/10778bd9a28f8705018f6a6049451a3ff78e13fd99a094569f3d690126286e4e/detection

I attach all sources you can check how it works and compile by yourself (Visual Studio 2015). Report bugs, I will try fix them.

Feel free to donate if you like it 0xcb4effdeb46479caa0fef5f5e3569e4852f753a2

https://github.com/Demion/nodevfee

Edit: Update links.

Is this works correctly with latest Claymore versions 10.1 or 10.2?
o08
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
December 28, 2017, 08:00:47 PM
 #740

please make for ubuntu (hiveos.farm)
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 [37] 38 39 40 41 42 43 44 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!