Pages:
Author

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

full member
Activity: 1264
Merit: 138
September 22, 2020, 04:12:52 PM
OK you dont set your clocks at the miner...you set them in the ethos config file (remote.conf or local.conf)

You set them using cor and mem config lines.

There is no reason to set them at the miner Ethos will handle setting them.


So if you want 1150 on the mem clock...

mem (rig id) 1150 1150 1150 1200

The above line would set gpu0 to 1150 gpu1 to 1150 gpu2 to 1150 and gpu3 to 1200


And yes ETHOS is very reliable.  Not updated since 10/9/2018 and still running like a champ with all the modern miners.  Smiley



full member
Activity: 237
Merit: 100
September 22, 2020, 10:43:46 AM
Post up the flags you are trying to set.  Ive not had this problem.

i can change the memory clocks on ETHOS commands, but using flags, to set on PM command's, look:

https://prnt.sc/ulvghj
full member
Activity: 1264
Merit: 138
September 20, 2020, 09:58:06 PM
Post up the flags you are trying to set.  Ive not had this problem.
full member
Activity: 237
Merit: 100
September 20, 2020, 08:15:47 PM
please, how can i Run phoenixminer as a root user?

I am using minermanager to install all miners that i need and it is very good, but some flags did not work becouse the miner does not run as root

Please, any good soul?
full member
Activity: 237
Merit: 100
September 17, 2020, 04:26:47 PM
please, how can i Run phoenixminer as a root user?

I am using minermanager to install all miners that i need and it is very good, but some flags did not work becouse the miner does not run as root
full member
Activity: 237
Merit: 100
September 13, 2020, 05:41:52 PM
for change only gpu3 memclock
in the local.conf or remote conf add this

mem (abc123)=workernamerig 0 0 1900 0 0 etc...

mem abc123 0 0 1900 0 0

five cards and change memory clock only for gpu 3



tks!!

problem solved!
full member
Activity: 1264
Merit: 138
September 11, 2020, 08:48:55 AM
if i want to change for example only GPU 3 MEM CLOCK's, how can i do?

http://ethosdistro.com/pool.txt

explains how its done
check your config file and will be a line starting with mem

i have checked several times this file, but it does not explain if it is possible to set only one GPU in a rig with a lot of GPU's.

I can set by worker, by Bios or globalsettings, or set one by one.. but i want to set only one GPU (the third one) on the rig.. Is this possible?

EXAMPLE:

MEM: default default 2150 default default default default default


Taken from the document i linked:

WORKER )
#
# PER-RIG STYLE CONFIG SETTINGS THAT APPLY TO INDIVIDUAL RIGS (AND THEIR RESPECTIVE INDIVIDUAL GPUS)
# NOTICE: c94e13 is a SAMPLE rig/[worker]/hostname, change it to the rig/[worker]/hostname of YOUR RIG
# NOTICE: Your rig/[worker]/hostname names are assigned automatically by the OS, do not change them
#
# SAMPLE FORMAT:
# [type] [worker] [gpu0 value] [gpu1 value] [gpu2 value] [gpu3 value] [gpu4 value]
# ------------------------------------------------------
# cor c94e13 950 1000 1050 1025 980
# mem c94e13 1250 1500 1500 1250 1250
# fan c94e13 90 80 85 100 70
# pwr c94e13 10 20 15 15 20
# vlt c94e13 0 1118 0 0 1118
# ------------------------------------------------------


It wasnt even very far into the document.   
member
Activity: 124
Merit: 10
September 11, 2020, 08:06:16 AM
for change only gpu3 memclock
in the local.conf or remote conf add this

mem (abc123)=workernamerig 0 0 1900 0 0 etc...

mem abc123 0 0 1900 0 0

five cards and change memory clock only for gpu 3
full member
Activity: 237
Merit: 100
September 10, 2020, 09:14:00 PM
if i want to change for example only GPU 3 MEM CLOCK's, how can i do?

http://ethosdistro.com/pool.txt

explains how its done
check your config file and will be a line starting with mem

i have checked several times this file, but it does not explain if it is possible to set only one GPU in a rig with a lot of GPU's.

I can set by worker, by Bios or globalsettings, or set one by one.. but i want to set only one GPU (the third one) on the rig.. Is this possible?

EXAMPLE:

MEM: default default 2150 default default default default default
full member
Activity: 1264
Merit: 138
September 10, 2020, 08:18:11 PM
if i want to change for example only GPU 3 MEM CLOCK's, how can i do?

http://ethosdistro.com/pool.txt

explains how its done
check your config file and will be a line starting with mem
full member
Activity: 237
Merit: 100
September 10, 2020, 07:27:44 PM
if i want to change for example only GPU 3 MEM CLOCK's, how can i do?
full member
Activity: 237
Merit: 100
September 06, 2020, 08:19:41 PM
Does anyone knows if there is a way to auto switch to the best profit like cudominer or NicehashOS does?
full member
Activity: 237
Merit: 100
August 29, 2020, 07:28:31 PM
Awesome. 

Ive managed to get cpu mining and fpga mining up on ethos using the screen command in crontab by adding the miner manually to /opt/miners/xmrrig in this case :

reboot sleep 15 && screen -d -m ./xmr.sh


Then os just ssh in and do a

screen -r

and it switches to the output.
be sure to ctrl a-d to exit or you will kill the process.

Also added a python script i found to reset the rig automatically if a gpu got hung...keeps a log so i can the card with intermittent issues.

👍


very nice work you've done!

Can you send this script and a guide to do this job (reset the rig )? i am very interested
full member
Activity: 1264
Merit: 138
August 23, 2020, 01:55:34 PM
Awesome. 

Ive managed to get cpu mining and fpga mining up on ethos using the screen command in crontab by adding the miner manually to /opt/miners/xmrrig in this case :

reboot sleep 15 && screen -d -m ./xmr.sh


Then os just ssh in and do a

screen -r

and it switches to the output.
be sure to ctrl a-d to exit or you will kill the process.

Also added a python script i found to reset the rig automatically if a gpu got hung...keeps a log so i can the card with intermittent issues.

👍
full member
Activity: 237
Merit: 100
August 22, 2020, 05:35:48 PM
Have you tried putting in setting whats in the start.sh file into the phoenixminer=flags like so




phoenixminer=flags -mode 1 -proto 3 -wdtimeout 300

This line comes after globalminer= phoenixminer

look at whats in the start.sh file and put in as flags...then when miner starts it will use those setiings.


hope it helps and let us know!


using

phoenixminer=flags works!!!

Thanks a lot!! now i can have full control of phoenixminer!!

You saved a miner!! Smiley
full member
Activity: 1264
Merit: 138
August 21, 2020, 01:48:28 PM
Have you tried putting in setting whats in the start.sh file into the phoenixminer=flags like so




phoenixminer=flags -mode 1 -proto 3 -wdtimeout 300

This line comes after globalminer= phoenixminer

look at whats in the start.sh file and put in as flags...then when miner starts it will use those setiings.


hope it helps and let us know!
full member
Activity: 237
Merit: 100
August 21, 2020, 11:20:38 AM
As for miners you may need to look in /opt/miners/(the miner you are using)
In the subdirectory should be the config file you need to edit.

So for say xmr-stak i would

ssh into the rig
have miner manager install xmr-stak
cd /opt/miner/xmr-stak
nano config.json
and edit the file
Then edit you remote or local.config for ethos and set xmr-stak as the globalminer and set my oc setting. 

Miner-manager needs to be installed and a link is on the web montior page foryour rigs.  Works great.

Tks for you answer... before i ask, i did exactly as you said..

But...

If i do:

1) disallow
2) cd opt/miner/phonenixminer
3) ./miner_start.sh

It starts to mine with phonenixminer config file.

But if i start with command "minestart" or "allow" on ETHOS, the system does not take the confir file on phoenixminer folder, i do not know why...

Any suggestion?
full member
Activity: 1264
Merit: 138
August 16, 2020, 11:45:46 PM
As for miners you may need to look in /opt/miners/(the miner you are using)
In the subdirectory should be the config file you need to edit.

So for say xmr-stak i would

ssh into the rig
have miner manager install xmr-stak
cd /opt/miner/xmr-stak
nano config.json
and edit the file
Then edit you remote or local.config for ethos and set xmr-stak as the globalminer and set my oc setting. 

Miner-manager needs to be installed and a link is on the web montior page foryour rigs.  Works great.
full member
Activity: 1264
Merit: 138
August 16, 2020, 11:36:38 PM
So far if you use the miner-manager (link on your rig monitor webpage) you can load most modern miners.  Easy enough and still as solid as ever. 
full member
Activity: 237
Merit: 100
August 16, 2020, 06:48:00 PM
no more news or updates about ETHOS?

I am still using ETHOS and some news about this OS will be great...



i am using too... but i am having problems when i try to config phoenixminer.. only runs with defaults config. Do you known how to config the parameters? like we do on claymore?

i try to put on standart config file, but it did not take effect
Pages:
Jump to: