Pages:
Author

Topic: ethminer-0.9.41-genoil-1.1 - page 26. (Read 397363 times)

full member
Activity: 125
Merit: 100
July 14, 2016, 12:23:11 PM
Genoil Hi, when release?  Grin
legendary
Activity: 1134
Merit: 1001
July 14, 2016, 02:35:52 AM
Genoil - Wolf0 , create one miner free for LBRY ( LBC ) , on Nvidia card please Smiley .
legendary
Activity: 1750
Merit: 1024
July 12, 2016, 03:30:09 PM
Using ethminer can I have 2 instances of it running one mining on ETH and one mining say onSia coin or will this not work I did try it but seems to crash am guessing so far can only use claymore to dual mine and not have 2 instances of ethmienr running?

It doesn't work very well. You'll get about the same results mining 50% of each or worse. Dual miner is a commonly requested feature for Nvidia developers right now in multiple areas. No one is developing one yet.

Mostly requested by you. Tongue

I've been quite vocal about it, yes. Ask a Nvidia miner if he doesn't want to make more? I don't really think it matters at all how much I've asked for it, rather that people just want it.

They're more inclined to donate if for features and performance enhancements that make them more money. Nvidia GPUs definitely have a lot of capacity available for it too.
hero member
Activity: 710
Merit: 502
July 12, 2016, 03:28:07 PM
Hi Genoil
sorry to bother you with this, but, where is the part of the code that outputs to console the stats? I wanna remove the color coding because when I redirect to syslog i get:
Code:
Jul  9 20:34:10 room2 logger: #033[32m  m  #033[35m20:34:10#033[0m#033[30m|#033[34methminer#033[0m  Mining on PoWhash #a45d0e4b#033[0m : 56.62MH/s [A4154+22:R0+0:F0]
Jul  9 20:34:12 room2 logger: #033[32m  m  #033[35m20:34:12#033[0m#033[30m|#033[34methminer#033[0m  Mining on PoWhash #a45d0e4b#033[0m : 55.05MH/s [A4154+22:R0+0:F0]
Jul  9 20:34:14 room2 logger: #033[32m  m  #033[35m20:34:14#033[0m#033[30m|#033[34methminer#033[0m  Mining on PoWhash #a45d0e4b#033[0m : 56.10MH/s [A4154+22:R0+0:F0]
and it is quite complicated to extract the megahashes to display properly on the LCD(actually i had done it as you can see in the image, but sometimes it outputs shit)
here it is when it works (90% of the time) hehe.


thanks!
indkt.

That's pretty cool.  Nice work!
Thanks Cheesy, if you are interested in doing it, i can post a guide.
legendary
Activity: 1134
Merit: 1001
July 12, 2016, 08:45:58 AM
What do you think for Nvidia gtx 1060 ? .
legendary
Activity: 1750
Merit: 1024
July 12, 2016, 07:31:54 AM
Using ethminer can I have 2 instances of it running one mining on ETH and one mining say onSia coin or will this not work I did try it but seems to crash am guessing so far can only use claymore to dual mine and not have 2 instances of ethmienr running?

It doesn't work very well. You'll get about the same results mining 50% of each or worse. Dual miner is a commonly requested feature for Nvidia developers right now in multiple areas. No one is developing one yet.
legendary
Activity: 1820
Merit: 1001
July 11, 2016, 04:54:11 PM
Using ethminer can I have 2 instances of it running one mining on ETH and one mining say onSia coin or will this not work I did try it but seems to crash am guessing so far can only use claymore to dual mine and not have 2 instances of ethmienr running?
newbie
Activity: 29
Merit: 1
July 11, 2016, 07:32:04 AM
Any news on the performances on the Pascal gpus?

I can get a stable 31MH/s per card with my 2x MSI 1070 Gaming X cards at 150w per card with OC, stock was 25MH/s, this is on Linux.


(Note: This is my gaming rig, so cards are in a case and connected straight to mobo, no risers and im running X, thus card 0 uses some overhead and has a lower clock&rate.)

That is good performance on the Linux. When will we get similar performance of the Windows. I am waiting to buy a 1070 to run in Windows.
legendary
Activity: 1134
Merit: 1001
July 11, 2016, 02:57:29 AM
Any news on the performances on the Pascal gpus?

I can get a stable 31MH/s per card with my 2x MSI 1070 Gaming X cards at 150w per card with OC, stock was 25MH/s, this is on Linux.



(Note: This is my gaming rig, so cards are in a case and connected straight to mobo, no risers and im running X, thus card 0 uses some overhead and has a lower clock&rate.)

Good Smiley . I want buy a 1070 in weekend .
hero member
Activity: 710
Merit: 502
July 10, 2016, 12:59:21 PM
Hi Genoil
sorry to bother you with this, but, where is the part of the code that outputs to console the stats? I wanna remove the color coding because when I redirect to syslog i get:
Code:
Jul  9 20:34:10 room2 logger: #033[32m  m  #033[35m20:34:10#033[0m#033[30m|#033[34methminer#033[0m  Mining on PoWhash #a45d0e4b#033[0m : 56.62MH/s [A4154+22:R0+0:F0]
Jul  9 20:34:12 room2 logger: #033[32m  m  #033[35m20:34:12#033[0m#033[30m|#033[34methminer#033[0m  Mining on PoWhash #a45d0e4b#033[0m : 55.05MH/s [A4154+22:R0+0:F0]
Jul  9 20:34:14 room2 logger: #033[32m  m  #033[35m20:34:14#033[0m#033[30m|#033[34methminer#033[0m  Mining on PoWhash #a45d0e4b#033[0m : 56.10MH/s [A4154+22:R0+0:F0]
and it is quite complicated to extract the megahashes to display properly on the LCD(actually i had done it as you can see in the image, but sometimes it outputs shit)
here it is when it works (90% of the time) hehe.


thanks!
indkt.

cpp-ethereum/libdevcore/Terminal.h

You can make the color definitions for *nix empty like WIN32 (which also doesn't support console colors like this)

I like what you are doing. Finally a good use for these displays Wink



Thank you!, done it! Smiley , i didn't look enough on the code or I will have seen it Smiley I am getting lazy, not good.

if you or someone wanna do it, I can create a thread with the howto, it's not difficult (linux only) it is a messy bash script that outputs the data from nvidia-smi and syslog formatted via serial port, then a pic 16F84 takes that and show it on the display.
newbie
Activity: 38
Merit: 0
July 10, 2016, 10:55:24 AM
Any news on the performances on the Pascal gpus?

I can get a stable 31MH/s per card with my 2x MSI 1070 Gaming X cards at 150w per card with OC, stock was 25MH/s, this is on Linux.

https://i1.someimage.com/6DnOiId.png

(Note: This is my gaming rig, so cards are in a case and connected straight to mobo, no risers and im running X, thus card 0 uses some overhead and has a lower clock&rate.)
sr. member
Activity: 428
Merit: 250
Inactivity: 8963
July 10, 2016, 08:18:21 AM
elpida+380x pulls over 21.5mh/s
23mh/s with bios mod
Can you tell something more about that bios mod? Did you modified memory straps?
sr. member
Activity: 438
Merit: 250
July 10, 2016, 04:07:37 AM
Hi Genoil
sorry to bother you with this, but, where is the part of the code that outputs to console the stats? I wanna remove the color coding because when I redirect to syslog i get:
Code:
Jul  9 20:34:10 room2 logger: #033[32m  m  #033[35m20:34:10#033[0m#033[30m|#033[34methminer#033[0m  Mining on PoWhash #a45d0e4b#033[0m : 56.62MH/s [A4154+22:R0+0:F0]
Jul  9 20:34:12 room2 logger: #033[32m  m  #033[35m20:34:12#033[0m#033[30m|#033[34methminer#033[0m  Mining on PoWhash #a45d0e4b#033[0m : 55.05MH/s [A4154+22:R0+0:F0]
Jul  9 20:34:14 room2 logger: #033[32m  m  #033[35m20:34:14#033[0m#033[30m|#033[34methminer#033[0m  Mining on PoWhash #a45d0e4b#033[0m : 56.10MH/s [A4154+22:R0+0:F0]
and it is quite complicated to extract the megahashes to display properly on the LCD(actually i had done it as you can see in the image, but sometimes it outputs shit)
here it is when it works (90% of the time) hehe.


thanks!
indkt.

cpp-ethereum/libdevcore/Terminal.h

You can make the color definitions for *nix empty like WIN32 (which also doesn't support console colors like this)

I like what you are doing. Finally a good use for these displays Wink

legendary
Activity: 2156
Merit: 1400
July 10, 2016, 01:52:53 AM
elpida+380x pulls over 21.5mh/s
23mh/s with bios mod

What bios mod, do u have a link?

380's pull same amount...my BIOS does about 21 MH @ 110w
sr. member
Activity: 350
Merit: 250
July 09, 2016, 06:53:56 PM
Any news on the performances on the Pascal gpus?
legendary
Activity: 1820
Merit: 1001
July 09, 2016, 03:53:46 PM
Is their a way to reduce the power use on 280x cards and not effect the hash rate that much. Can this be done though MSI after burn to reduce power use as I get no options so am guessing need other software to achieve this or some modded bios for the gpus.
legendary
Activity: 1096
Merit: 1021
July 09, 2016, 03:20:36 PM
Hi Genoil
sorry to bother you with this, but, where is the part of the code that outputs to console the stats? I wanna remove the color coding because when I redirect to syslog i get:
Code:
Jul  9 20:34:10 room2 logger: #033[32m  m  #033[35m20:34:10#033[0m#033[30m|#033[34methminer#033[0m  Mining on PoWhash #a45d0e4b#033[0m : 56.62MH/s [A4154+22:R0+0:F0]
Jul  9 20:34:12 room2 logger: #033[32m  m  #033[35m20:34:12#033[0m#033[30m|#033[34methminer#033[0m  Mining on PoWhash #a45d0e4b#033[0m : 55.05MH/s [A4154+22:R0+0:F0]
Jul  9 20:34:14 room2 logger: #033[32m  m  #033[35m20:34:14#033[0m#033[30m|#033[34methminer#033[0m  Mining on PoWhash #a45d0e4b#033[0m : 56.10MH/s [A4154+22:R0+0:F0]
and it is quite complicated to extract the megahashes to display properly on the LCD(actually i had done it as you can see in the image, but sometimes it outputs shit)
here it is when it works (90% of the time) hehe.


thanks!
indkt.

That's pretty cool.  Nice work!
hero member
Activity: 710
Merit: 502
July 09, 2016, 02:53:03 PM
Hi Genoil
sorry to bother you with this, but, where is the part of the code that outputs to console the stats? I wanna remove the color coding because when I redirect to syslog i get:
Code:
Jul  9 20:34:10 room2 logger: #033[32m  m  #033[35m20:34:10#033[0m#033[30m|#033[34methminer#033[0m  Mining on PoWhash #a45d0e4b#033[0m : 56.62MH/s [A4154+22:R0+0:F0]
Jul  9 20:34:12 room2 logger: #033[32m  m  #033[35m20:34:12#033[0m#033[30m|#033[34methminer#033[0m  Mining on PoWhash #a45d0e4b#033[0m : 55.05MH/s [A4154+22:R0+0:F0]
Jul  9 20:34:14 room2 logger: #033[32m  m  #033[35m20:34:14#033[0m#033[30m|#033[34methminer#033[0m  Mining on PoWhash #a45d0e4b#033[0m : 56.10MH/s [A4154+22:R0+0:F0]
and it is quite complicated to extract the megahashes to display properly on the LCD(actually i had done it as you can see in the image, but sometimes it outputs shit)
here it is when it works (90% of the time) hehe.


thanks!
indkt.
member
Activity: 81
Merit: 1002
It was only the wind.
July 05, 2016, 03:50:34 PM
On 280x I get over 25% more hashrate for Exp than for ETH,
on 370 likewise,
but on 380 and 380x (4gb) hashrate for Exp is equal with Eth hashrate..
whether the cause is cards architecture or something else?


I think it's due to how it accesses memory.

280x and 380 are different generations of GCN.

Of course - I think Tahiti accesses memory differently than Tonga, as well.
legendary
Activity: 1750
Merit: 1024
July 09, 2016, 10:43:14 AM
Whats wrong with 1.1.7?

No temp monitoring, no temp control, no xintensity/rawintensity/intensity, no API, no per-card hashrate readout, no cutoff on high temps...

No, I'm fucking with you, I don't expect you to do all that, I just wanted to show this (NSFW):

https://ottrbutt.com/miner/wolf-eth-sgminer-WIP-07072016-2.png

and

https://ottrbutt.com/miner/wolf-eth-sgminer-WIP-07072016-3.png

I pulled the other cards from Mithra to test my new 380 by itself!

Nice. Are you planning to open source it (with stock kernel)? Then I can finally move on to something else Smiley

I... actually hadn't planned on it, but I might. If I do, I'll need to modify your kernel to work with it.

IF I CAN BELIEVE MY EYES--

You have developed an SGminer-compatible Ethereum kernel.  Is this correct?  That is fantastic if so!       --scryptr

I pretty much had to rewrite LARGE parts of SGMiner to get it to work. Then, I used my own kernels with it. So it's not that I developed an SGMiner-compatible kernel, it's that I developed an Eth-compatible SGMiner.

ARE THE OTHER KERNELS STILL COMPATIBLE? --

That is a great accomplishment.  Does ithe rewrite break the other kernels?       --scryptr

I did my VERY best to leave those intact. You would not believe how many if(algorithm.type == ALGO_ETHASH) statements I had to write to do that.

Weird... Bugs... Maybe you should've switched to a different miner.

I know you're trying to be your normal, sarcastic-yet-stupid self, but actually, you happen to be correct.

Genoil's ethminer was far too limited for me, so you know what I did? I put in work to make something for myself that would suit my needs. Also fixing the bugs now.

EDIT: Proof of some bugs fixed already (NSFW): https://ottrbutt.com/miner/wolf-eth-sgminer-WIP-07082016-3.png

And thank you for proving what I was talking about. Don't fix bugs, just switch to a different miner. That fixes all the bugs... right...

No 100% .

But windows 10 is the present and future .

Ethbabies fricking everywhere. You don't just switch OS's because one is having a rough day. If one was a lost cause, then sure, like mining on XP. But mining still works on 7/8/10. I personally used 8.1 because it gave the best hashrate. Some people still use W7 as it gives them better hashrate depending on the hardware they're using (some AMD for instance). W10 I used for a bit, but stopped because of worse hashrate as I mentioned before. It really has nothing to do with the 'lifetime of the OS' or 'what is the future', it has everything to do with profits, both in short term and long term.

If W10 turns out to be great for mining, I'll switch to it. But right now, that's simply not the case. Just because there is one bug does not mean the OS is 'dead' or that you should switch off of it. Mining has been happening for years. Bugs get fixed, chill the fuck out.

Some of you seem like you're all of the age of 15-16 and spent your lunch money on a 960 to mine with.

You're a damned fool. I rewrote major parts of this one because it had MORE support for what I needed already than Genoil's. The point is, I'm willing to put some work in.

That's neat and if we're going to extend your comparison, I'm still on Windows because it has more support, less bugs, and more tools available for my usage, much like a lot of other people.

I never said you were unwilling to put work in. I'm glad you've at least admitted to there being bugs in both 'miners' though. That's a start. Smiley
Pages:
Jump to: