Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: tonyadduci on December 09, 2017, 12:38:05 PM



Title: awesome miner: ethos
Post by: tonyadduci on December 09, 2017, 12:38:05 PM
Hello,
Can anyone share how they are monitoring ethos rigs (linux) with awesome miner?

Thank you.
Tony


Title: Re: awesome miner: ethos
Post by: toptek on December 09, 2017, 03:23:23 PM
use network scan or external miner to set it up with ethos if you want to monitor it with Awesome Miner.

all three rigs are running ethos with AM monitoring them .

https://i.imgur.com/Mir4E37.png


Title: Re: awesome miner: ethos
Post by: tonyadduci on December 10, 2017, 06:37:21 PM
Thank you. I knew it was possible but what do you have to do in the local.conf in ethos or elsewhere to allow it to listen on port 3333? I have tried placing -mport 3333 on the flags line of the config and restarting with no success.

Does not seem to be a lot of info out there on this.
Any help would be greatly appreciated.

Thank you.
Tony


Title: Re: awesome miner: ethos
Post by: toptek on December 10, 2017, 06:43:08 PM
Thank you. I knew it was possible but what do you have to do in the local.conf in ethos or elsewhere to allow it to listen on port 3333? I have tried placing -mport 3333 on the flags line of the config and restarting with no success.

Does not seem to be a lot of info out there on this.
Any help would be greatly appreciated.

Thank you.
Tony

this is all i have in the my local.conf
you wil need to change this to what ethos gives you

loc 8930cc
Quote
miner3 is whatever you want the miner name to be so you can keep track of it the number is different per copy of the soft ware or PC.
Code:
loc 8930cc miner3
globalminer claymore-zcash
maxgputemp 85
stratumproxy enabled
proxywallet nukepower
proxypool1 us-east.equihash-hub.miningpoolhub.com:17023
globalfan 85
flags -logfile noappend.txt


Title: Re: awesome miner: ethos
Post by: tonyadduci on December 10, 2017, 06:45:44 PM
thank you for the quick reply. Are you using ethos running on linux? Version? I am running 1.2.7.
I don't see any reference to specifying the port. Did you have to do anything to ethos to let awesome miner see it? When I try telnetting to the port 3333 I get no answer. Do you get an answer when you try to telnet to your rig ip 3333?

Thanks.
Tony


Title: Re: awesome miner: ethos
Post by: toptek on December 10, 2017, 06:49:33 PM
thank you for the quick reply. Are you using ethos running on linux? Version? I am running 1.2.7.
I don't see any reference to specifying the port. Did you have to do anything to ethos to let awesome miner see it? When I try telnetting to the port 3333 I get no answer. Do you get an answer when you try to telnet to your rig ip 3333?

Thanks.
Tony

no it should loud by default

all i do with Awesome miner is use external miner and put the IP with out port :3333 and it finds it . claymore should all ready load port :3333 by default.

what software miner are you using ? .

what your network address ? ..
you do mean this ethos http://ethosdistro.com/ ?  

you can try this in the local file

Code:
flags -mport 127.0.0.1:3333 -logfile noappend.txt 

 or

Code:
flags -mport 0.0.0.0:3333 -logfile noappend.txt 

the
Code:
 -logfile noappend.txt
is so you don't have a ton of log file you don't really need login.

and when you set it up with Awesome miner  make sure to use the right software miner if you don't it may not load the right port other wise can't say without seeing it .




Title: Re: awesome miner: ethos
Post by: tonyadduci on December 10, 2017, 07:01:46 PM
I am using ethos for linux... let me try this real fast.


Title: Re: awesome miner: ethos
Post by: tonyadduci on December 10, 2017, 07:08:20 PM
didn't work and I get an error...

invalid arguement -mport
genoil's ethminer 0.0.41


Title: Re: awesome miner: ethos
Post by: toptek on December 10, 2017, 07:08:46 PM
Just found this about  ethos


https://ethereum.stackexchange.com/questions/2316/whats-the-advantage-of-ethos-over-ubuntu-or-windows-mining

if were talking about the same one, I know there is or was two different version by two different Dev . the free version i could never get to work right .

did you pay for your copy/s of ethos and there all Linux based as far as i know, they all run Ubuntu 14 or were, not sure what 127 runs yet, haven't checked.


Title: Re: awesome miner: ethos
Post by: toptek on December 10, 2017, 07:09:22 PM
didn't work and I get an error...

invalid arguement -mport
genoil's ethminer 0.0.41

you not using clay more that why

use either

Code:
globalminer claymore-zcash
 for Zec mining for AMD cards only claymore Zec miner only supports AMD cards
or

Code:
globalminer claymore
 for eth for AMD or NV card, CM ETH Miner supports both .

if want to use port:3333,...  i don't think you can set it up in Awesome miner just to monitor unless you use genoil's ethminer as a Generic miner with awesome miner to monitor it ..

I don't know to much about genoil's ethminer or know how to set up a port in ethos for genoil's ethminer to use a port , how you want.

for NV cards use dstm-zcash forv ZEC mining like below and change the
Code:
 proxypool1 and proxywallet
for your setup .  leave in
Code:
flags --telemetry=0.0.0.0:2222
or you can't see it in awesome, i found out the other day troubleshooting  using dstm-zcash miner.
 

Code:
globalminer dstm-zcash
maxgputemp 85
stratumproxy enabled
proxywallet
proxypool1
globalfan 85
flags --telemetry=0.0.0.0:2222


Title: Re: awesome miner: ethos
Post by: tonyadduci on December 10, 2017, 07:19:12 PM
stand by... testing. Thanks!!!


Title: Re: awesome miner: ethos
Post by: tonyadduci on December 10, 2017, 07:45:59 PM
Wow. It works...
Key is that you define globalminer as claymore and then it allows you to use that flag.

Wow, there is nothing on this topic. I hope this helps someone else.
Thank you so much!
Tony


Title: Re: awesome miner: ethos
Post by: toptek on December 11, 2017, 12:02:25 AM
you do that for any Software miner ethos supports :) ....


some flags my not work it depends on what soft ware miner your using for the flags to work.


Title: Re: awesome miner: ethos
Post by: tonyadduci on December 11, 2017, 12:03:35 AM
but if you don't define claymore it still mines was my point.
Thanks...


Title: Re: awesome miner: ethos
Post by: toptek on December 11, 2017, 12:05:21 AM
it will default miner is genoil's ethminer :) just a tip ...

you also can see your whole set up on any brower if you use ethos OS

http://find this number.ethosdistro.com/?night=yes

like below then you can go to any browser and see all your cards and rigs ethos is using on your local network.

http://numberhere.ethosdistro.com/?night=yes



This might help you out a lot

knowledge base  for everything ethos OS deos so it's all there even about using globalminer :) ..

http://ethosdistro.com/kb/