Bitcoin Forum
May 22, 2024, 03:58:48 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 [97] 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 ... 233 »
  Print  
Author Topic: [ANN] sgminer v5 - optimized X11/X13/NeoScrypt/Lyra2RE/etc. kernel-switch miner  (Read 877797 times)
go6ooo1212
Legendary
*
Offline Offline

Activity: 1512
Merit: 1000


quarkchain.io


View Profile
October 08, 2014, 10:00:25 AM
 #1921

Wolf0, you could set your kernels mining with some constant percent for you. This would guarantee you profit from those who are using your work. Just an idea...

I've said it before, they get reverse engineered. Not to mention - it'd actually harm the community. If I increase hashrate 30%, diff goes up 30% in under a day. You make the same amount, except you're now paying me a fee - so you're making less.

This makes sence , you have a point...
I_AM_AT_WORK_NOW_
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
October 08, 2014, 10:09:14 AM
 #1922

Can someone explain why sgminer automatically forces a terminal window to be open?

I really hate having the terminal open while I'm using the pc, so I was using the following vbs script to hide cgminer:

Code:
CreateObject("Wscript.Shell").Run "F:\miner.bat", 0, True

It works perfectly fine with cgminer and runs the .bat file without issue, and without a CMD window, but whenever I try using it with sgminer it will force open a CMD window. The above vbs script will open the sgminer bat file without issue, and sgminer will run without issue, but it will sit there in a CMD window.

Any way to get this to work similar to cgminer, without a CMD window?
MaxDZ8
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500



View Profile
October 08, 2014, 11:17:40 AM
 #1923

Any way to get this to work similar to cgminer, without a CMD window?
There's no way. When Windows starts the application it looks into it and sees it's a console application. It pops up a console. This is the correct behavior.

Yes, it would be possible to modify it so there would be a sgminer-noconsole and yes, it's also possible to modify it so it spawns a console only on request but most people isn't interested in moving the miner that way.
bullus
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
October 08, 2014, 02:21:18 PM
 #1924

Wolf0, you could set your kernels mining with some constant percent for you. This would guarantee you profit from those who are using your work. Just an idea...

I've said it before, they get reverse engineered. Not to mention - it'd actually harm the community. If I increase hashrate 30%, diff goes up 30% in under a day. You make the same amount, except you're now paying me a fee - so you're making less.

Not if u rent out the rig (30% - fee)

btc 16LWhms487bzCxQWq5oeW8SMDPmU2rvQjf
MaxDZ8
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500



View Profile
October 08, 2014, 05:27:56 PM
 #1925

Not impossible - if you know C, call CreateProcess() with CREATE_NO_WINDOW flag.
Just call WinMain.
lbr
Sr. Member
****
Offline Offline

Activity: 423
Merit: 254


View Profile
October 08, 2014, 05:49:30 PM
 #1926

Can someone explain why sgminer automatically forces a terminal window to be open?

I really hate having the terminal open while I'm using the pc, so I was using the following vbs script to hide cgminer:

Code:
CreateObject("Wscript.Shell").Run "F:\miner.bat", 0, True

It works perfectly fine with cgminer and runs the .bat file without issue, and without a CMD window, but whenever I try using it with sgminer it will force open a CMD window. The above vbs script will open the sgminer bat file without issue, and sgminer will run without issue, but it will sit there in a CMD window.

Any way to get this to work similar to cgminer, without a CMD window?

Scheduled Tasks: start on logon -> inv.cmd:
Quote
wscript.exe "C:\Coins\invisible.vbs" "C:\Coins\start_miner_bg.cmd"
exit
-> invisible.vbs:
Quote
CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False
+ start_miner_bg.cmd:
Quote
@echo off
cd "C:\Coins\sgminer-5.0-daily-20140712-15-win32\"
6950_7950_Powercolor_Stock-p8h6v_BG.cmd
+ 6950_7950_Powercolor_Stock-p8h6v_BG.cmd:
Quote
@echo off
....date crap...
sgminer -c 6950_7950_Powercolor_Stock-p8h6v_multi_BG.conf 2>c:\log\sgminer_%ldt%_bg.log
exit

Works for me on Win7.

BTC: 18ozhbkfHneX8tnPgHJuTizyBmspM5Vgpa  LTC: LgVc7KdedPGZyDXHXEH9G7z6AoTmTvDdWb
cgminer 2.11.13 x64 portable for Mac OS X 10.6.8
6+ GPUs driver mod for Windows
bullus
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
October 08, 2014, 08:42:55 PM
 #1927

Wolf0, you could set your kernels mining with some constant percent for you. This would guarantee you profit from those who are using your work. Just an idea...

I've said it before, they get reverse engineered. Not to mention - it'd actually harm the community. If I increase hashrate 30%, diff goes up 30% in under a day. You make the same amount, except you're now paying me a fee - so you're making less.

Not if u rent out the rig (30% - fee)

Wouldn't rig renting be just as impacted? When you make hashrate effectively cheaper, then people sell it for less.

I think u see it to big, just check some renting rigs and check the hashrates of 7950/280x/290x..a lot don't even get high hashrates. It doesn't mean that every miner will know ur +30% minersoftware if u spread it. Not all miners are reading this topic/site. I am not saying u should just spread ur software.

btc 16LWhms487bzCxQWq5oeW8SMDPmU2rvQjf
nsimmons
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250


View Profile
October 08, 2014, 08:50:45 PM
 #1928

Wolf0, you could set your kernels mining with some constant percent for you. This would guarantee you profit from those who are using your work. Just an idea...

I've said it before, they get reverse engineered. Not to mention - it'd actually harm the community. If I increase hashrate 30%, diff goes up 30% in under a day. You make the same amount, except you're now paying me a fee - so you're making less.

Not if u rent out the rig (30% - fee)

Wouldn't rig renting be just as impacted? When you make hashrate effectively cheaper, then people sell it for less.

I think u see it to big, just check some renting rigs and check the hashrates of 7950/280x/290x..a lot don't even get high hashrates. It doesn't mean that every miner will know ur +30% minersoftware if u spread it. Not all miners are reading this topic/site. I am not saying u should just spread ur software.

The last time there was a major speed increase for x11 it took miners 2 days to notice and rental prices to increased accordingly.

bullus
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
October 08, 2014, 09:25:44 PM
 #1929

If the prices were increase is good tho.  Grin ,but didn't knew it was so fast..

btc 16LWhms487bzCxQWq5oeW8SMDPmU2rvQjf
I_AM_AT_WORK_NOW_
Newbie
*
Offline Offline

Activity: 17
Merit: 0


View Profile
October 09, 2014, 01:37:23 AM
 #1930

Can someone explain why sgminer automatically forces a terminal window to be open?

I really hate having the terminal open while I'm using the pc, so I was using the following vbs script to hide cgminer:

Code:
CreateObject("Wscript.Shell").Run "F:\miner.bat", 0, True

It works perfectly fine with cgminer and runs the .bat file without issue, and without a CMD window, but whenever I try using it with sgminer it will force open a CMD window. The above vbs script will open the sgminer bat file without issue, and sgminer will run without issue, but it will sit there in a CMD window.

Any way to get this to work similar to cgminer, without a CMD window?

Scheduled Tasks: start on logon -> inv.cmd:
Quote
wscript.exe "C:\Coins\invisible.vbs" "C:\Coins\start_miner_bg.cmd"
exit
-> invisible.vbs:
Quote
CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False
+ start_miner_bg.cmd:
Quote
@echo off
cd "C:\Coins\sgminer-5.0-daily-20140712-15-win32\"
6950_7950_Powercolor_Stock-p8h6v_BG.cmd
+ 6950_7950_Powercolor_Stock-p8h6v_BG.cmd:
Quote
@echo off
....date crap...
sgminer -c 6950_7950_Powercolor_Stock-p8h6v_multi_BG.conf 2>c:\log\sgminer_%ldt%_bg.log
exit

Works for me on Win7.

Thanks, turned out what I needed to do was get rid of the bat file and run sgminer.exe direct through the vbs script, with a config file.

I have no idea why, but it works fine. Thanks
lbr
Sr. Member
****
Offline Offline

Activity: 423
Merit: 254


View Profile
October 09, 2014, 06:37:33 AM
 #1931

I have no idea why, but it works fine. Thanks

weird..

Maybe cause of "True"?

Code:
CreateObject("Wscript.Shell").Run "F:\miner.bat", 0, True
-> invisible.vbs:
Quote
CreateObject("Wscript.Shell").Run """" & WScript.Arguments(0) & """", 0, False

Quote
bWaitOnReturn
Optional. Boolean value indicating whether the script should wait for the program to finish executing before continuing to the next statement in your script. If set to true, script execution halts until the program finishes, and Run returns any error code returned by the program. If set to false (the default), the Run method returns immediately after starting the program, automatically returning 0 (not to be interpreted as an error code).
http://msdn.microsoft.com/en-us/library/d5fk67ky(v=vs.84).aspx

BTC: 18ozhbkfHneX8tnPgHJuTizyBmspM5Vgpa  LTC: LgVc7KdedPGZyDXHXEH9G7z6AoTmTvDdWb
cgminer 2.11.13 x64 portable for Mac OS X 10.6.8
6+ GPUs driver mod for Windows
MaxDZ8
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500



View Profile
October 09, 2014, 11:12:43 AM
 #1932

Not impossible - if you know C, call CreateProcess() with CREATE_NO_WINDOW flag.
Just call WinMain.

No, he wants to launch SG with no window.
WinMain does not spawn a window FYI.
patlaka2000
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
October 09, 2014, 11:53:36 AM
 #1933

Come on people, please help me with this. How can I achieve 3.6 mh on x11 with 270x and what version of sgminer, driver, card config, etc.

I currently managed to get 2.9 and 4.3 on 270x and 280x

Thank you.
patlaka2000
Newbie
*
Offline Offline

Activity: 21
Merit: 0


View Profile
October 09, 2014, 06:12:17 PM
 #1934

Come on people, please help me with this. How can I achieve 3.6 mh on x11 with 270x and what version of sgminer, driver, card config, etc.

I currently managed to get 2.9 and 4.3 on 270x and 280x

Thank you.

That is about it, even badman74's repo isn't going to get you any higher than those numbers for those cards.

I see. Thanks for the info.
platinum4
Sr. Member
****
Offline Offline

Activity: 547
Merit: 250



View Profile
October 09, 2014, 10:07:15 PM
 #1935

Your mom is good with my code.

Ha, seriously? Are you 12 years old or something??

It got removed. ;(  All those configs all those speed hacks all are acceptable - one mom joke - nope.
semajjames
Hero Member
*****
Offline Offline

Activity: 528
Merit: 500


View Profile
October 09, 2014, 10:50:18 PM
 #1936

is there a place to direct questions specifically about nice hash ??

cheers
semajjames
Hero Member
*****
Offline Offline

Activity: 528
Merit: 500


View Profile
October 14, 2014, 01:22:34 AM
Last edit: October 14, 2014, 01:37:34 AM by semajjames
 #1937

Right
         I am using cgwatcher to monitor 3 rigs, so i can see nice hash open and close ports ready for switching to BUT WHY do i not see the same ports open or closed on all the rig's at the same time ?

example ,, at this present time cgwatcher is saying NH has x11 and x13 alive on 2 of my rig's but the third rig only show's x13 as alive

cheers
Rabinovitch
Legendary
*
Offline Offline

Activity: 2030
Merit: 1076


BTCLife.global participant


View Profile
October 17, 2014, 04:32:18 AM
 #1938

I made, and released, miners that were several times faster than the best public one for XMR. I barely got anything in donations. Making the same mistake twice is called stupidity.
If you are so mercantile, why don't you insert a liiiitle donation percent in your optimized miners? Not 5% like Claymore do. 0.5 as maximum. That's all. You have your donations, miners has their hashrates. You better look at ckolivas' behavior. He doesn't whining... But I made a donation to him for S3's cgminer update.  Roll Eyes

p.s. oh, I see, you have answered to such ideas already...

From Siberia with love! Hosting by Rabinovitch!
Fundraising for BOINC Farm
Пpoфeccиoнaльнo зaнимaюcь paзвёpтывaниeм фepм (ASIC, GPU, BURST, STORJ, Filecoin), oбopyдoвaниeм пoмeщeний для мaйнингa.
grendel25
Legendary
*
Offline Offline

Activity: 2282
Merit: 1031



View Profile
October 17, 2014, 04:51:52 AM
 #1939

Won't devs just charge what they think is fair and what brings them money?  If they charge too much then folks won't pay.  Who knows how they find a happy medium or that sweet spot where they charge what most people will pay.

..EPICENTRAL .....
..EPIC: Epic Private Internet Cash..
.
.
▄▄█████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄████████████████▀▀█████▄
▄████████████▀▀▀    ██████▄
████████▀▀▀   ▄▀   ████████
█████▄     ▄█▀     ████████
████████▄ █▀      █████████
▀████████▌▐       ████████▀
▀████████ ▄██▄  ████████▀
▀█████████████▄███████▀
▀█████████████████▀
▀▀█████████▀▀
.
▄▄█████████▄▄
▄█████████████████▄
▄█████████████████████▄
▄████████▀█████▀████████▄
▄██████▀  ▀     ▀  ▀██████▄
██████▌             ▐██████
██████    ██   ██    ██████
█████▌    ▀▀   ▀▀    ▐█████
▀█████▄  ▄▄     ▄▄  ▄█████▀
▀██████▄▄███████▄▄██████▀
▀█████████████████████▀
▀█████████████████▀
▀▀█████████▀▀
.
.
[/center]
Hippie Tech
aka Amenstop
Legendary
*
Offline Offline

Activity: 1624
Merit: 1001


All cryptos are FIAT digital currency. Do not use.


View Profile WWW
October 17, 2014, 04:54:51 AM
 #1940

Come on people, please help me with this. How can I achieve 3.6 mh on x11 with 270x and what version of sgminer, driver, card config, etc.

I currently managed to get 2.9 and 4.3 on 270x and 280x

Thank you.

That is about it, even badman74's repo isn't going to get you any higher than those numbers for those cards.

I see. Thanks for the info.

Have you tried this version ?  https://www.westhash.com/software/sgminer-5.0-badman74-mod-win32.zip

280x - 4.45 mhash, 1120/1500, powertune 0%, -w 128, -i 16, -g 2

edit

7870 - 2.22 mhash, 1150/1200, 0%, -w 128, -i 13/ desktop, -g 2

Pages: « 1 ... 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 [97] 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 ... 233 »
  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!