Bitcoin Forum
June 17, 2025, 06:22:18 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 »
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [LIF] Winding Tree - Decentralized Travel Distribution || LUFTHANSA, SWISS on: December 11, 2017, 06:10:32 PM
Anybody knows what is the total supply of Lif tokens?

update - from smart contract code it looks like a mintable token with no fixed total supply. Appreciate if you can let us know how the supply of lif minted, with yearly inflation.

Thanks
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [LIF] Winding Tree - Decentralized Travel Distribution || LUFTHANSA, SWISS on: December 11, 2017, 06:08:43 PM
I understand that, so all that have CEO and other team members now and in the future is 20% of WT tokens?
No profit, only this 20% of tokens.

This is from the contract source

/**
     @dev Internal. Distribute extra tokens among founders,
     team and the foundation long-term reserve. Founders receive
     12.8% of tokens in a 4y (1y cliff) vesting schedule.
     Foundation long-term reserve receives 5% of tokens in a
     vesting schedule with the same duration as the MVM that
     starts when the MVM ends. An extra 7.2% is transferred to
     the foundation to be distributed among advisors and future hires
   */
  function mintExtraTokens(uint256 foundationMonthsStart) internal {
    // calculate how much tokens will the founders,
    // foundation and advisors will receive
    uint256 foundersTokens = token.totalSupply().mul(128).div(1000);
    uint256 foundationTokens = token.totalSupply().mul(50).div(1000);
    uint256 teamTokens = token.totalSupply().mul(72).div(1000);

seems quite high for a decentralized solution!!
3  Alternate cryptocurrencies / Mining (Altcoins) / Re: Ethereum Mining 0.1% DevFee v8.0 🔥 on: December 03, 2017, 02:48:29 AM
I'm testing just a few days with my rig just over 100mhs in dual mining the devfee v8 but very rarely get dev fees ... I have entered this address for testing .. is that normal ?: https://ethermine.org/miners/C23d8cf6D5ADadbA72BDb1C9Fb27E71932165D51

unfortunately the original post will not work and should not be used. There has been other by Damion, opensourced on github https://github.com/Demion/nodevfee
4  Alternate cryptocurrencies / Mining (Altcoins) / Re: Ethereum Mining 0.1% DevFee v8.0 🔥 on: December 01, 2017, 03:05:20 AM
anyone tested with new claymore 10.2 version?
5  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Ethereum Mining NoDevFee v8.0 🔥 on: November 10, 2017, 02:09:21 AM
see for instruction how to use nodevfee software...!!!
https://bitcointalk.org/index.php?topic=2375943

Are you crazy? copying the code for donations!!! If you care please contribute to the code. If you contribute enough, demion sure will add your address to the github page for doantions
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore 10.1 nodevfee released on: November 10, 2017, 02:07:06 AM
Did you just copy paste from my project and changed donation wallet?  Huh

Original : https://github.com/Demion/nodevfee

https://bitcointalk.org/index.php?topic=1792180.msg23444415#msg23444415

Update:

I checked it fluently.

- EXE / DLL Checksum is different (so it is recompiled).
- 0x2515c3F8858052B5978520ff9D0A910a7Ac5C6c2 wallet inside DLL at 00210D18 address (you can check in WinHex). So it is most likely redirecting (stealing) to this wallet.

Beware!

This is the original code, Demion90 did all the hard work..
faanigee is fraud who stole the code forked so that ppl donate him, if you want to be safe use demion90's github and binary.. and if you donate, pls do to demion90..
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Ethereum Mining NoDevFee v8.0 🔥 on: November 06, 2017, 03:25:15 AM
Hi,

Why not open source ?  i'm waiting for your answer.

kind regard


the new Demion version is already open sourced https://github.com/Demion/nodevfee
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Ethereum Mining NoDevFee v8.0 🔥 on: November 04, 2017, 12:53:24 AM
Try new version download from github, it seems works but pool for devfee not always ethermine.

what do you mean mining solo mode on ethermine?
Nothing special. I meant I dont mine 2nd coin, but it should not matter. My bat for example is : nodevfee.exe EthDcrMiner64.exe -epool eu2.ethermine.org:4444 -ewal 0xcb4effdeb46479caa0fef5f5e3569e4852f753a2.worker1 -epsw x -r 1
Try experimental version it is meant to fix pool switch problem, but I cant really test, cause havent noticed mine switch pools.
You should see NoDevFee: connect -> message in console if connection is being redirected.

If you are mining ETH only, did you try using ethminer? I read its faster than Calymore and its opensource.
9  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Ethereum Mining NoDevFee v8.0 🔥 on: October 29, 2017, 10:17:19 PM
Program just simply replace wallet number, nothing else. As I recall, there were discussions in Claymore Ethereum Miner topic about stale shares might be related with Dev Fee itself (something about it commits share to dev fee and your wallet at same time, not sure if that is the case though) . Also after Byzantium it seems like stale share increased, not sure if that is related either.

I dont know about other pools or why dev fee switching pool (never happend to me). As always feel free to send me log, I will look what can be fixed.

Thanks. May be its just a coincidence that I noticed stale shares. Your hack works on ethermine. Ethermine has been reporting low hashrates lately, not sure what going on with ethermine.
10  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Ethereum Mining NoDevFee v8.0 🔥 on: October 29, 2017, 09:20:50 PM
C:\Users\Desktop\Ethmining\Claymores\nodevfee.exe EthDcrMiner64.exe -epool asia1.ethermine.org:4444 -epsw x -allpools 1 -dcri 1 -altnum 1 -esm 1 -ewal 0xxxxxxxxxxxxxxxx.Miner01
Only work with esm 0 or without this parameter (default = 0).
-eworker xxx   are not supported   Smiley
You tested it? Different packet structure from using -ewal WALLET.WORKER?

I am seeing lot of stale shares. Is it possible this program increasing stale share rate?
11  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Ethereum Mining NoDevFee v8.0 🔥 on: October 26, 2017, 01:13:19 AM
- Claymores ZCash Miner most likely impossible with this method (traffic interception by Winsock winapi hook). Because, as stash2coin said, it is forced SSL encryption, but still would be nice to see full actual packet log from my Test Log DLL.
- v10.0 works fine for me on ethermine.org, as long as you are refering to Claymores Ethereum Miner.
- I might create github later when I make something worth effort like finishing all ETH protocols.
- xiphon, thanks for authorization packets. As far as I know, some protocols also send wallet when submiting shares. Would be nice if someone who really use different pool / protocol would use Test Log DLL for few hours and send me full log, then it would be easier to add those packets in DLL. Thanks.

Thanks a lot.. Your stuff deserves a separate thread!!!
12  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Ethereum Mining NoDevFee v8.0 🔥 on: October 25, 2017, 03:12:02 AM
Code:
send: {"id": 1, "method": "mining.subscribe", "params": ["equihashminer", null, "eu1-zcash.flypool.org", "3443"]}
09:40:10:536 4d8 send: {"id": 2, "method": "mining.authorize", "params": ["t1dn3KXy6mBi5TR1ifRwYse6JMgR2w7zUbr","x"]}
09:40:10:536 4d8 send: {"id": 5, "method": "mining.extranonce.subscribe", "params": []}
09:40:10:536 4d8 DevFee: ZEC: Stratum - Connected (eu1-zcash.flypool.org:3443)

......................................................................................

DevFee: ZEC: 10/18/17-09:40:13 - SHARE FOUND - (GPU 1)
09:40:13:172 4d8 send share: {"id": 4, "method": "mining.submit", "params": ["t1dn3KXy6mBi5TR1ifRwYse6JMgR2w7zUbr","aff439a5d1b69cd6cf1d","05f7e659","d40100000000000000000000000000000000000000000000000000","fd400500655b2453cb8ca5
09:40:13:266 4d8 got 23 bytes
09:40:13:266 4d8 buf: {"id":4,"result":true}
09:40:13:266 4d8 parse packet: 22


Not much different this is his devfee address from the log file.
EDIT there is a problem he is connecting to SSL port of flypool for the devfee, if the data is already encrypted(openssl) in the socket buffer your method may not work.
I think it will work with claymore 9.7 and below.
13  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Ethereum Mining NoDevFee v8.0 🔥 on: October 25, 2017, 03:01:58 AM
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"

Download : https://drive.google.com/file/d/0B6aSrIo2Pi0ea0RfdzNqcU1OZXM/view?usp=sharing
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

Thanks for your work.. Would you mind putting the source on github so that others can contribute?
14  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Ethereum Mining NoDevFee v7.1 on: August 10, 2017, 01:46:36 AM
If you want no fee, why don't use sgminer-gm?

I actually do - with a kernel I wrote myself in GCN assembly. Faster and more stable than Claymore's. So why did I patch the *nix version of his miner, I hear you thinking... Simply because he attempted to stop folks from doing it, and it was a fun challenge. I'd lose hashrate going to Claymore's... and that's before accounting for fee.
How fast is it on GCN2/3/4/5?

I need to work on GCN 5 shit, and doesn't support GCN 1/2. Usually a couple % faster than Claymore's - I could test to get hard numbers again later, but it depends on if you're core or memory limited. My kernel is happy with higher memclocks than his, and also utilizes the core more efficiently, allowing me to drop it further without losing hash. I also hide the memory latency to some degree, meaning I lost hash slower than his miner did when the DAG got big.

Does sigminer work with Nvidia cards under windows?
15  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Ethereum Mining NoDevFee v7.1 on: July 29, 2017, 12:13:43 AM
With a worker name of "default" ?
Is claymore also using the same ??

To be pricese.. did Falcon get the same from claymore for obvious reasons... ?


If you do not set a worker name, it shows up as default in ethermine. Claymore does that, and even if someone is running miner with no worker name, it will show up as default.
16  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Ethereum Mining NoDevFee v7.1 on: July 28, 2017, 02:38:14 PM
Hi,

I already found out, that this program is a scam by disassembling and debugging. Plus I proposed a method to patch it, so that it will behave like we would have expected. With this modification, all Claymore's DevFeeMining will go to your own ethereum-address and the NoDevFee71-program evolves into a very nice and smooth running tool.


Hi,

I have found no evidence of virus activity in the code and no evidence for the strange redirection to the private stratum-server IP I reported. It could be a result of using the nicehash-software for some time, in between (I use it as auto-fallback, if the main poolmining has a problem).
BUT it has a random redirection to the authors mining-address 0x78.. build in. After I patched the software, all DevFee arrives at my own account, without exception.
The following submitted-shares numbers are broken down for a 100MHs mining rig for easy comparision.

Unpatched NoDevFee (24h run): mean value 176 shares per hour
Patched NoDevFee (24h run): mean value 182 shares per hour

That makes an average of 6 shares per hour mined to the authors purse.

So, dear @Millenium Falcon, thank your for programming this software, but could you please remove the undocumented mining-redirection to your purse? Or, at least, add a note to your posting regarding this topic?


How do you patching the .exe? with x64dbg? Could you add a little guide for do it please?

For the easy-goin you can open the exe with some hex-editor, then either search ASCII for 0x78 or you direct jump to address 00008EE0 (hex). There you find the authors 0x78.. address. Change it to yours and you will be fine Smiley Take care not to change any other byte but the ether-address.


Patch-Tutorial:
  • Download & Install HxD Editor from here: https://mh-nexus.de/
  • Download NoDevFee71 and unpack into a folder
  • Start HxD & use "File->Open" (Ctrl-O), browse to the NoDevFee71-Folder
  • Open the File "NoDevFee.exe"
  • Now press "Search->Replace" (Ctrl-R)
  • enter 0x783231dEBa1FaFd90b4F146fDB21a374C29737fF into the field "Search for:" and your own Ethereum-Address into field "Replace with:"
  • make sure, the selection "Datatype:" is set to "Text-string" and "Search direction"->"All" is checked
  • now press "Replace all" (Alt-A)
  • HxD should now say "Replaced 2 occurences of 0x783231dEBa1FaFd90b4F146fDB21a374C29737fF"
  • Press "Ok" and then "File->Save" (Ctrl-S)
  • Done Smiley Now all detected DevFeeMining will go to your ethereum-address.

what to do, if an error pops up, after pressing "Replace all":
  • Error "This replace operation changes file size. Do you want to proceed?" - 1st deny by pressing "No"
      .. simply check exactly, if you entered the ethereum-addresses correctly. Check, if you copied in blanks in front, or after the address and remove them
  • Error "Can't find 0x783231dEBa1FaFd90b4F146fDB21a374C29737fF"
      .. repeat the search-and-replace with address 0x69b612b2088a75054de71d7ec10dc50d3be94f55 in field "Search for:"

Regards,

borox

Code:
Donations welcome :) 
BTC 18AT1kRgSoGrw1TCPpduPnWnX7t1TK23Xo
ETH 0x3084a8657ccf9d21575e5dd8357a2deaf1904ef6


The addresses you refer are in version 7.1 (the first one) and in 5.5 (the second) .. as i'm still using v5.5 and already patched it..
What i noticed as i was surfing around.. take a look at these addresses on ethermine :

1) 0x3509f7bd9557f8a9b793759b3e3bfa2cd505ae31
2) 0x7fb21ac4cd75d9de3e1c5d11d87bb904c01880fc
3) 0xb9cf2da90bdff1bc014720cc84f5ab99d7974eba
4) 0x558d2e1a5786848dfc24080aff7928da1c7d5c3a

They all have just the classic "default" worker with that huge hashrate !! I looked for them via the hex-editor in both 7.1 and 5.5 binaries but my search didn't return anything..
Any ideas anyone ?? :/

Thank you guys !


Those could be Claymore's devfee?
17  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Ethereum Mining NoDevFee v7.1 on: July 21, 2017, 11:26:45 PM
Millenium Falcon has disappeared.

I don't blame him. He spent time and effort to make this patch and everyone wants to call him a thief. I haven't seen any real evidence of that posted here yet; just unsubstantiated claims.

If this program is stealing shares, why is that not reflected on my ethermine stats? My effective hashrate would be down if that were true.

The problem here is that there is no way to know who is shilling for who.

Is this program a scam and Falcon is shilling to keep people using it?
Does this program work and Claymore is shilling to discredit Falcon?

Use it or don't use it, I couldn't care less. Whether Falcon is a scammer or not, I don't see a reason why he would ever post here again. I wouldn't.

Why every people speak for Millenium is like new member with low activty ?

Date Registered:    July 18, 2017, 02:57:35 PM
First post : on: July 18, 2017, 03:06:34 PM


https://bitcointalk.org/index.php?action=profile;u=1072271;sa=showPosts

Just stay AWAY

Because its Falcon in disguise Smiley Well played Falcon
18  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Ethereum Mining NoDevFee v7.1 on: July 18, 2017, 01:22:41 PM
You are just replacing some "static" strings that show in the program.
There isn't anything being mined to this address.
Stop spreading misinformation.

You should follow the thread before you comment, he put in a detailed analysis by inspecting network packets.. Hope you are not Falcon in disguise Smiley

And pls do not give your opinions if you do not know the facts.. For everyone else watching the thread, the patch is very simple and it works.. Without the patch your hash rate will go down and redirected to Falcon's address intermittently.
19  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Ethereum Mining NoDevFee v7.1 on: July 15, 2017, 03:33:12 PM
Hello guys !

i've read the whole thread and i would like to ask... which version is the best to use ? 7.1 or 5.5 ??
I'm using claymore 9.5 with 5.5 at the moment (not patched yet as i just read the last pages..) which works great except the shares that go to falcon's wallet as indicated ...

Is it worth updating to 9.7 with 7.1 ? Or maybe another combination ??
Thank you all and mostly to the guys who reverse engineered this "addon" and to falcon even if he should have told the whole truth...


Best would be not to use this at all, and go with one of the proxies, there are a few.

I used python proxy for few days, it worked but too many stale shares, that made my effective rate worse than DevFee
20  Alternate cryptocurrencies / Mining (Altcoins) / Re: Claymore's Ethereum Mining NoDevFee v7.1 on: July 15, 2017, 03:31:47 PM
Hello guys !

i've read the whole thread and i would like to ask... which version is the best to use ? 7.1 or 5.5 ??
I'm using claymore 9.5 with 5.5 at the moment (not patched yet as i just read the last pages..) which works great except the shares that go to falcon's wallet as indicated ...

Is it worth updating to 9.7 with 7.1 ? Or maybe another combination ??
Thank you all and mostly to the guys who reverse engineered this "addon" and to falcon even if he should have told the whole truth...


Am using 9.7 with 7.1 no issues.. 9.7 improved hashrates for nvidia, probably Claymore got free ride improvements from ethminer..
Pages: [1] 2 3 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!