Pages:
Author

Topic: ethOS - Ethereum Mining Platform - page 18. (Read 94462 times)

full member
Activity: 180
Merit: 100
September 09, 2017, 11:13:59 AM
I have updated and clean ethos, but I can't get it to mine with 1050ti graphics, supposedly the minefield and the reading of the drivers should be automatic, but it tells me that it doesn't detect available drivers..
legendary
Activity: 1274
Merit: 1068
September 09, 2017, 11:08:42 AM
thanks

do you know power usage ? (i mean real - from socket)

i tried ethOS and i just get very high power consumption in comparasion to windows mining

you can use globalpowertune option or set each rig with pwr switch

globalpowertune 90 (means performance level state  max 90 watt for nvidia gpu series)
globalpowertune 2 (means dpmstate for amd gpu series)
or
for a1b2c3 rig name
you can use

pwr a1b2c3 90 90 90 90 90 90 (6 nvidia gpu max 90 power consumption)
pwr a1b2c3 2 2 2 2 2 2 2 (6 amd gpu dpmstate)
member
Activity: 70
Merit: 10
September 07, 2017, 03:20:02 PM
thanks

do you know power usage ? (i mean real - from socket)

i tried ethOS and i just get very high power consumption in comparasion to windows mining
hero member
Activity: 672
Merit: 500
September 07, 2017, 02:48:43 PM
config?

globalcore ??
globalmem ??
powertune ??



btw i just checked gtx1070

windows7 mem +725 (4500) 32mhash @ claymore
ethOS mem (4800) 31mhash @ethermine/claymore - same speeds

core 1550/1600 (-400) or 1700(-200) doesnt change anything



cor 1675
mem 5275
ptune 2

its stable. been running like that for 52 hours


newbie
Activity: 18
Merit: 0
September 07, 2017, 09:07:44 AM
I see the following has been added to latest release. Has anyone had any success with RX voltage. Ive tried but it seems the powerstage/powertune trumps it?!?!? Can anyone tell me how the voltage works with the RX Cards  (i use 570,580 cards). 

-Added ability to set voltage for RX series GPUs.
member
Activity: 70
Merit: 10
September 06, 2017, 11:25:13 PM
I wish there was a trial of this OS.  I'd hate to spend $39 and not be able to get it work.

if you make a little digging you can download it free,
I did that and after week of testing i bought it Wink


1.2.4 was a RX dag fix, but for some reason it also made my 1070's faster... was hashing at 30.2 now its going at 32.23... they probably fixed the tables which dictate the overclock speed.

config?

globalcore ??
globalmem ??
powertune ??



btw i just checked gtx1070

windows7 mem +725 (4500) 32mhash @ claymore
ethOS mem (4800) 31mhash @ethermine/claymore - same speeds

core 1550/1600 (-400) or 1700(-200) doesnt change anything





hero member
Activity: 672
Merit: 500
September 06, 2017, 10:40:26 PM
1.2.4 was a RX dag fix, but for some reason it also made my 1070's faster... was hashing at 30.2 now its going at 32.23... they probably fixed the tables which dictate the overclock speed.
member
Activity: 72
Merit: 10
September 03, 2017, 10:16:22 PM
hi everyone,

i just bought ETHOS 1.2.4

I have a bunch of 1070 but they are not recongnize by Ethos,
they are detected (show in boot)  that's it.

They clearly say they support NVDIA now but maybe im missing somehing ?
full member
Activity: 154
Merit: 100
www.valuebetting.org
September 03, 2017, 07:59:21 PM
Now that 1.2.4 is out and it uses the new AMD drivers does that mean I can use my VEGA 64 cards to mine with on ethos?

The update was mainly for RX cards by looking at the change log. It did fix the DAG issue at least on my rigs.

Not sure if anyone is running VEGA 64 on it, but, when rx560's first came out I ran them on ethos before official update and they worked. Ethos just didn't recognize their names. Kept saying unknown for card names but they hashed correctly.
newbie
Activity: 13
Merit: 0
September 03, 2017, 04:33:36 PM
I wish there was a trial of this OS.  I'd hate to spend $39 and not be able to get it work.
newbie
Activity: 20
Merit: 0
September 03, 2017, 03:55:07 PM
Now that 1.2.4 is out and it uses the new AMD drivers does that mean I can use my VEGA 64 cards to mine with on ethos?
full member
Activity: 154
Merit: 100
www.valuebetting.org
August 24, 2017, 08:39:44 AM
# autoreboot:           set to a number (autoreboot 3), allow rigs to autoreboot if they soft crash (max of 3 reboots, run clear-thermals to reset counter)

Looks like you can set the autoreboot at either 1,2,3 or false; having it set to false it same as not having it in the config.

ex;

autoreboot false
autoreboot true
autoreboot 3 

if set at true I'm assuming it will just keep rebooting everytime
newbie
Activity: 3
Merit: 0
August 24, 2017, 07:56:02 AM
3) set autoreboot true in conf

just autoreboot true without any numbers?
full member
Activity: 254
Merit: 100
I solve problems
August 24, 2017, 07:47:02 AM
3) set autoreboot true in conf
newbie
Activity: 3
Merit: 0
August 24, 2017, 04:07:51 AM
Hello. I have some questions.
1) Are you able to add new miner? CCminer?

2) And what about some notifications when miner falls or rig not online? For example to telegram.

3) What about option to automatic reboot when miner or card fall? 
copper member
Activity: 27
Merit: 1
July 18, 2017, 04:33:29 AM
NVIDIA support was added so I switches to ethOS. I now have 6 ASUS 1070GTX cards working on Z270 without issues, but NVIDIA support is buggy and I hope someone from ethos is reading this:

Scripts for setting mem clock and gpu clock are written in a way where baseline Mhz is read and difference is calculated. But there is a problem with gpu clock!

My cards without overclock run on ~1560Mhz as reported by "nvidia-smi -q -d CLOCK", but when system starts somehow this clock gets bumped to MAX of ~1920Mhz for a brief moment, but long enough that ethOS writes this WRONG values to /var/run/ethos/defaultcore.file. Now the problem is, that you can't set clocks anymore. For example if I write "cor 1650" this will result in scripts setting totally wrong clocks as they calculate the difference between defaultcore and config core, which would wrongly result in 1650-1920 = -270 which is out of range and wrong anyhow. The correct result would be "1650-1560 = 90". This is all to the fact that nvidia-seettings use OFFSET for setting clocks and not raw value....

So my suggestion is to get the default clock somewhere else....ethos-oc-nvidia get's it with "/opt/ethos/sbin/ethos-readdata core" which now correctly reads the values:

1582 1582 1556 1594 1569 1544

but somehow during bootup this values are written in  /var/run/ethos/defaultcore.file:

1911 1911 1949 1936 1936 1949

My suspicion is that you should have longer delay before reading default clocks, since some other process influences them in between....Or as I said, read theme somewhere else....

I can help you out with testing as I am many decades Linux user if you need any help....

PS: Also to notice that memclock overclocking is also not straightforward....as +100 does not mean +100Mhz...rougly +50....so you have to use approximately double value...but this is nvidia-settings issue not ethOS scripts....
newbie
Activity: 10
Merit: 0
July 05, 2017, 09:35:30 PM
Nvidia support provided. My congratulations! But there is a problem in Claimore-zcash:
.....AMD OpenCL platform not found
No AMD OPENCLGPUs found, exit....

optiminer-zcash: [error] Found no matching devices! Quitting!

Please, help Guys!


Even though I havent tried EthOS yet, I think u will find some mining software on it only supports AMD cards, try use EWBF for nvidia cards.
newbie
Activity: 1
Merit: 0
July 05, 2017, 03:30:12 PM
Nvidia support provided. My congratulations! But there is a problem in Claimore-zcash:
.....AMD OpenCL platform not found
No AMD OPENCLGPUs found, exit....

optiminer-zcash: [error] Found no matching devices! Quitting!

Please, help Guys!
hero member
Activity: 770
Merit: 523
June 29, 2017, 10:30:56 AM
Claymore works great with Awesome Miner as a monitor.
Shows start hashing speed at max much faster than the ethos interface.
I use both. Ethos rocks. So does Awesome Miner Monitor.
hero member
Activity: 770
Merit: 523
June 29, 2017, 10:18:25 AM
Using z270a-pro Motherboard with latest bios (120) and crypto mining enabled in the bios.

Trying to use a cradlepoint cellular  modem connected to verizon wireless to mine ethereum. Running Claymore v9.6

If I switch the RJ45 from my cable modem to the cell modem on the fly it runs for a bit then mining stops.

If I switch my Antminer S9 from the cable modem to the cell modem works great and has been for a week.

Any clues?
Pages:
Jump to: