Pages:
Author

Topic: [Awesome Miner] - Powerful Windows GUI to manage and monitor up to 200000 miners - page 87. (Read 703512 times)

legendary
Activity: 3346
Merit: 1094
Awesome Miner version 7.8.5

 ASIC mining
  - Managed Hosts used as Remote Proxies will include the number of External Miners using it
 GPU mining
  -  GPU selection improved for systems with a mix of AMD and nVidia GPUs when mining with NbMiner and WildRig Miner
 Rules
  - A rule can be configured to execute the list of actions of another rule
  - A rule can be configured to execute the actions for a fixed list of miners instead of using the triggered miners
  - Adding a new user defined rule will enable it by default
 Integration
  - Updated block explorer for BTCP for wallet balance
  - Added Nicehash Cuckarooz29 pool
 Mining software
  - Bminer 16.2.12
  - Gminer 2.20
  - XmRig 6.3.1
  - TeamRedMiner 0.7.9
  - Nanominer 1.9.6
 Corrections
  - Correction to display for number of active miners in the group summary
full member
Activity: 1148
Merit: 132
why do i get mining interface offline when the card is mining and awesomeminer agent is running?  its happening now on phoeniexminer
"Interface offline" indicates that Awesome Miner doesn't get any monitoring information from the mining software. Can you please select the miner and send me the API report (toolbar: Tools -> API Report), and I can verify if Phoenix Miner is giving any updates.

Do you see any error messages in the Phoenix Miner window when it's starting?

thats the api report

Version: 7.8.4 (40)
API command: miner_getstat2


I see zero errors in phoeniexminer
Thanks for the details. This indicates PhoenixMiner doesn't respond anything to the monitoring requests.

I don't have any solution to this, but based on previous experience it might make sense to check if this issue only happens when you run the mining with many mining devices. Do you get the same issue if you start Phoenix Miner with a single GPU?
its only one gpu on that rig , still baffles on  this issue
full member
Activity: 1148
Merit: 132
yet another issue

trying a new pool Ziliqua and Etheruem

PhoenixMiner.exe -pool stratum1+tcp://eu.ezil.me:5555 -proto 2 -wal 0xa57EeFabb76Bfd1E9E6ee606999b76BD123aFe32.zil1lnren9q53zp4a3rr6zx4f3p53v3nuyq0 qgey5f -worker WORKER


thats the - wal address

Awesomeminer for some reason removes the seccond part  zil1lnren9q53zp4a3rr6zx4f3p53v3nuyq0qgey5f   from the address so i cannot connect to the pool.  Why won't the miner just respect the full wallet address i placed in the wallet

why is it stripping out and using just the 0xa57EeFabb76Bfd1E9E6ee606999b76BD123aFe32 ? and how do i disable that ?  I tried removing it completely and  adding -wal 0xa57EeFabb76Bfd1E9E6ee606999b76BD123aFe32.zil1lnren9q53zp4a3rr6zx4f3p53v3nuyq0 qgey5f
as a command line option and now nothing is used.

Mine works fine... But, I use Team Red Miner over that phoney Phoenix miner.
you put the whole wallet address in the account textbox?
I created a pool like this in Awesome Miner:
URL: stratum1+tcp://eu.ezil.me:5555
Worker name: myworker
Wallet address: 0xa57EeFabb76Bfd1E9E6ee606999b76BD123aFe32.zil1lnren9q53zp4a3rr6zx4f3p53v3nuyq0 qgey5f

When starting Phoenix Miner, I get the following generated by Awesome Miner (verified using the Diagnostics). Is the below the expected output?

POOL: stratum1+tcp://eu.ezil.me:5555, WAL: 0xa57EeFabb76Bfd1E9E6ee606999b76BD123aFe32.zil1lnren9q53zp4a3rr6zx4f3p53v3nuyq0 qgey5f, WORKER: myworker, PASS: x, PROTO: 2, ALLPOOLS: 1

yeah thats the correct output, ill take a look on my end and see if it works
legendary
Activity: 2254
Merit: 2419
EIN: 82-3893490

The instructions on the web site says that you need to edit the configuration file, but it didn't specifically tell how to do it. This is why you need to use the 'vi' command to edit the file.

will try it out - just hopefully not brick my miner.
You can make a copy of the original configuration file. Make a copy using:
cp /home/inno_py/inno_config.py /home/inno_py/inno_config.backup

when I did vi /home/inno_py/inno_config.py

I got :

Code:
#!/usr/bin/env python3                                                                                                  # -*- coding: utf-8 -*-                                                                                                                                                                                                                         import platform                                                                                                                                                                                                                                 #################################### json...... ###################################                                     gInnoJsonIndent = 2                                                                                                                                                                                                                             #################################### cgi...... ####################################                                     gInnoVersionPath = '/build_log'                                                                                         gInnoPassWordPath = '/home/www/conf/password'                                                                           gInnoResolvPath = '/etc/resolv.conf'                                                                                    gInnoInterfacePath ='/etc/network/interfaces'                                                                           gInnoTypePath   = '/tmp/type'                                                                                           gInnoHWVerPath  = '/tmp/hwver'                                                                                          gInnoRunShPath  = '/tmp/run.sh'                                                                                         gInnoAutoSchLockPath = '/tmp/autosch_lock'                                                                              gInnoMinerConfPath = '/home/www/conf/miner.conf'                                                                        gInnoDnaDevicePath = '/dev/dna'                                                                                         gInnoDnaFilePath = '/innocfg/dna'                                                                                       gInnoAnalysLogPath = '/tmp/log/analys%d.log'                                                                            gInnoVolLogPath = '/tmp/log/volAnalys%d.log'                                                                            gInnoLogoPath = '/home/www/static/logo/logo.png'                                                                        gInnoUserLogoPath = '/home/www/conf/logo.png.user'                                                                      gInnoInnoLogoPath = '/home/www/static/images/logo.png.inno'                                                             gInnoDmLogoPath = '/home/www/static/images/logo.png.dm'                                                                 gInnoBlankLogoPath = '/home/www/static/images/blank-logo.png'                                                           gInnoSysLogPath = '/innocfg/log/miner.log'                                                                              gInnoDefVidPath = '/home/www/conf/defaultVID'                                                                           gInnoNewDefVidPath = '/home/www/conf/defVID'                                                                            gInnoDefPllPath = '/home/www/conf/defPLL'                                                                               gInnoDhcpPidPath = '/var/run/udhcpc.eth0.pid'                                                                           gInnoLogoFileSize = 512 * 1024     # 512K                                                                                                                                                                                                       ##################################### network ####################################                                      gInnoGetDhcpCmd = "cat %s | grep ^iface | sed -n '$p' | awk '{print $4}'" % (gInnoInterfacePath)                        gInnoGetIpCmd   = "ifconfig | grep inet | sed -n '1p' | awk '{print $2}' | awk -F ':' '{print $2}'"                     gInnoGetNetmask = "ifconfig |grep inet| sed -n '1p'|awk '{print $4}'|awk -F ':' '{print $2}'"                           gInnoGetGateway = "route -n | grep eth0 | grep UG | awk '{print $2}'"                                                                                                                                                                           gInnoIpaddrDef  = '192.168.1.254'                                                                                       gInnoNetmaskDef = '255.255.255.0'                                                                                       gInnoGatewayDef = '192.168.1.1'                                                                                         gInnoDnsDef     = ['8.8.8.8', '114.114.114.114']                                                                                                                                                                                                ##################################### ............... ####################################                              gInnoRexWebPwd   = r'^[a-zA-Z0-9 ~!@#$%^&*\_=+;:,.?<>\-]{8}$'                                                           gInnoRexPoolUrl  = r'^[a-zA-Z0-9~!@#$%&*_=+;:,.?\-\'\[\]()/]+$'                                                         gInnoRexPoolUser = r'^[a-zA-Z0-9 ~!@#$%^&*_=+;:,.<>?\-]+$'                                                              gInnoRexPoolPwd  = r'^\"?[a-zA-Z0-9 ~!@#$%^&*_=+;:,.<>?\-]+\"?$'                                                        gInnoRexIpAddr   = r'^\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}$'                                                              gInnoRexFreq     = r'^[0-9]{1,4}$'                                                                                      gInnoRexVid      = r'^[0-9]{1,3}$'                                                                                                                                                                                                              ##################################### json... ####################################                                      gInnoCallBackKey    = 'callback'                                                                                        I /home/inno_py/inno_config.py [Modified] 1/196 0%  

it doesnt copy over here very well

I am going to have to wait until someone who has done it can walk me thru lol
legendary
Activity: 3346
Merit: 1094
yet another issue

trying a new pool Ziliqua and Etheruem

PhoenixMiner.exe -pool stratum1+tcp://eu.ezil.me:5555 -proto 2 -wal 0xa57EeFabb76Bfd1E9E6ee606999b76BD123aFe32.zil1lnren9q53zp4a3rr6zx4f3p53v3nuyq0 qgey5f -worker WORKER


thats the - wal address

Awesomeminer for some reason removes the seccond part  zil1lnren9q53zp4a3rr6zx4f3p53v3nuyq0qgey5f   from the address so i cannot connect to the pool.  Why won't the miner just respect the full wallet address i placed in the wallet

why is it stripping out and using just the 0xa57EeFabb76Bfd1E9E6ee606999b76BD123aFe32 ? and how do i disable that ?  I tried removing it completely and  adding -wal 0xa57EeFabb76Bfd1E9E6ee606999b76BD123aFe32.zil1lnren9q53zp4a3rr6zx4f3p53v3nuyq0 qgey5f
as a command line option and now nothing is used.

Mine works fine... But, I use Team Red Miner over that phoney Phoenix miner.
you put the whole wallet address in the account textbox?
I created a pool like this in Awesome Miner:
URL: stratum1+tcp://eu.ezil.me:5555
Worker name: myworker
Wallet address: 0xa57EeFabb76Bfd1E9E6ee606999b76BD123aFe32.zil1lnren9q53zp4a3rr6zx4f3p53v3nuyq0 qgey5f

When starting Phoenix Miner, I get the following generated by Awesome Miner (verified using the Diagnostics). Is the below the expected output?

POOL: stratum1+tcp://eu.ezil.me:5555, WAL: 0xa57EeFabb76Bfd1E9E6ee606999b76BD123aFe32.zil1lnren9q53zp4a3rr6zx4f3p53v3nuyq0 qgey5f, WORKER: myworker, PASS: x, PROTO: 2, ALLPOOLS: 1
legendary
Activity: 3346
Merit: 1094

The instructions on the web site says that you need to edit the configuration file, but it didn't specifically tell how to do it. This is why you need to use the 'vi' command to edit the file.

will try it out - just hopefully not brick my miner.
You can make a copy of the original configuration file. Make a copy using:
cp /home/inno_py/inno_config.py /home/inno_py/inno_config.backup
legendary
Activity: 2254
Merit: 2419
EIN: 82-3893490

The instructions on the web site says that you need to edit the configuration file, but it didn't specifically tell how to do it. This is why you need to use the 'vi' command to edit the file.

will try it out - just hopefully not brick my miner.
legendary
Activity: 3346
Merit: 1094
anyone using an innosilicon A6 LTCMaster? I cannot get AM to read that it is even on my network.

edit: I finally got it to see it - it was the port, it wasnt searching port 8100

So, then I got it added but the API access is denied.

I tried the instructions of using telnet but cant get past a certain point - I can get up to where it tells me to edit the config but when I run the command provided the config does not open for me to edit.

Let me state this - this is my first Innosilicon miner.
I don't have too much experience with Innosilicon miners. What you need to do is to use a file editor available on the Linux system on the miner. Unfortunately only 'vi' is available as far as I know and that one is a bit complicated.
Run:
vi /home/inno_py/inno_config.py
You will have to press the 'i' key to be able to make modifications to the file after you opened it. Once you made the changes, you need to press 'ESC' followed by ':wq' (as in Write and Quit).

i tried to follow the instructions you had on the website - just couldnt get past that one part  - it stops at "/home/inno_py/inno_config.py" full text from your site below.

Code:
Make the file system writable:
mount / -o rw,remount
Edit the three highlighted lines in the file below, where "--api-listen" is replaced with "--api-listen --api-network --api-allow W:0/0"
/home/inno_py/inno_config.py
gInnoInitCmdStr = 'innominer_%s -o %s -u %s -p %s --A1Pll1 %s --A1Pll2 %s --A1Pll3 %s --A1Pll4 %s --A1Vol %s --api-listen --api-network --api-allow W:0/0 > /dev/null 2>&1'
gInnoBtcName    = 'T1'
gInnoBtcPool    = 'stratum+tcp://btc.s.innomining.com:1800'
gInnoBtcUser    = 'inno.btc'
gInnoBtcPwd     = 'x'
gInnoBtcFreq    = 1332
gInnoBtcVid     = 10
gInnoInitBtcCmd = gInnoInitCmdStr % (gInnoBtcName, gInnoBtcPool, gInnoBtcUser, gInnoBtcPwd, gInnoBtcFreq, gInnoBtcFreq, gInnoBtcFreq, gInnoBtcFreq, gInnoBtcVid)
gInnoLtcName    = 'T2'
gInnoLtcPool    = 'stratum+tcp://ltc.s.innomining.com:1900'
gInnoLtcUser    = 'inno.ltc'
gInnoLtcPwd     = 'x'
gInnoLtcFreq    = 1044
gInnoLtcVid     = 25
gInnoInitLtcCmd = gInnoInitCmdStr % (gInnoLtcName, gInnoLtcPool, gInnoLtcUser, gInnoLtcPwd, gInnoLtcFreq, gInnoLtcFreq, gInnoLtcFreq, gInnoLtcFreq, gInnoLtcVid)
gInnoDashName   = 'T3'
gInnoDashPool   = 'stratum+tcp://dash.s.innomining.com:2000'
gInnoDashUser   = 'inno.dash'
gInnoDashPwd    = 'x'
gInnoDashFreq   = 1100
gInnoDashVid    = 12
gInnoInitDashCmd= gInnoInitCmdStr % (gInnoDashName, gInnoDashPool, gInnoDashUser, gInnoDashPwd, gInnoDashFreq, gInnoDashFreq, gInnoDashFreq, gInnoDashFreq, gInnoDashVid)
gInnoXmrName    = 'T4'
gInnoXmrPool    = 'stratum+tcp://a8.s.innomining.com:19333'
gInnoXmrUser    = 'inno.001'
gInnoXmrPwd     = 'x'
gInnoXmrFreq    = 1000
gInnoXmrVid     = 175
gInnoInitXmrCmd = gInnoInitCmdStr % (gInnoXmrName, gInnoXmrPool, gInnoXmrUser, gInnoXmrPwd, gInnoXmrFreq, gInnoXmrFreq, gInnoXmrFreq, gInnoXmrFreq, gInnoXmrVid)
gInnoCmd1Pool   = gInnoInitCmdStr
gInnoCmd2Pool   = 'innominer_%s -o %s -u %s -p %s -o %s -u %s -p %s --A1Pll1 %s --A1Pll2 %s --A1Pll3 %s --A1Pll4 %s --A1Vol %s --api-listen --api-network --api-allow W:0/0 >/dev/null 2>&1'
gInnoCmd3Pool   = 'innominer_%s -o %s -u %s -p %s -o %s -u %s -p %s -o %s -u %s -p %s --A1Pll1 %s --A1Pll2 %s --A1Pll3 %s --A1Pll4 %s --A1Vol %s --api-listen --api-network --api-allow W:0/0 >/dev/null 2>&1'
    
                    
Reboot the miner

The instructions on the web site says that you need to edit the file '/home/inno_py/inno_config.py', but it didn't specifically tell how to do it. This is why you need to use the 'vi' command to edit the file.
legendary
Activity: 2254
Merit: 2419
EIN: 82-3893490
anyone using an innosilicon A6 LTCMaster? I cannot get AM to read that it is even on my network.

edit: I finally got it to see it - it was the port, it wasnt searching port 8100

So, then I got it added but the API access is denied.

I tried the instructions of using telnet but cant get past a certain point - I can get up to where it tells me to edit the config but when I run the command provided the config does not open for me to edit.

Let me state this - this is my first Innosilicon miner.
I don't have too much experience with Innosilicon miners. What you need to do is to use a file editor available on the Linux system on the miner. Unfortunately only 'vi' is available as far as I know and that one is a bit complicated.
Run:
vi /home/inno_py/inno_config.py
You will have to press the 'i' key to be able to make modifications to the file after you opened it. Once you made the changes, you need to press 'ESC' followed by ':wq' (as in Write and Quit).

yea this is my first innosilicon miner

i tried to follow the instructions you had on the website - just couldnt get past that one part  - it stops at "/home/inno_py/inno_config.py" full text from your site below.

Code:
Make the file system writable:
mount / -o rw,remount
Edit the three highlighted lines in the file below, where "--api-listen" is replaced with "--api-listen --api-network --api-allow W:0/0"
/home/inno_py/inno_config.py
gInnoInitCmdStr = 'innominer_%s -o %s -u %s -p %s --A1Pll1 %s --A1Pll2 %s --A1Pll3 %s --A1Pll4 %s --A1Vol %s --api-listen --api-network --api-allow W:0/0 > /dev/null 2>&1'
gInnoBtcName    = 'T1'
gInnoBtcPool    = 'stratum+tcp://btc.s.innomining.com:1800'
gInnoBtcUser    = 'inno.btc'
gInnoBtcPwd     = 'x'
gInnoBtcFreq    = 1332
gInnoBtcVid     = 10
gInnoInitBtcCmd = gInnoInitCmdStr % (gInnoBtcName, gInnoBtcPool, gInnoBtcUser, gInnoBtcPwd, gInnoBtcFreq, gInnoBtcFreq, gInnoBtcFreq, gInnoBtcFreq, gInnoBtcVid)
gInnoLtcName    = 'T2'
gInnoLtcPool    = 'stratum+tcp://ltc.s.innomining.com:1900'
gInnoLtcUser    = 'inno.ltc'
gInnoLtcPwd     = 'x'
gInnoLtcFreq    = 1044
gInnoLtcVid     = 25
gInnoInitLtcCmd = gInnoInitCmdStr % (gInnoLtcName, gInnoLtcPool, gInnoLtcUser, gInnoLtcPwd, gInnoLtcFreq, gInnoLtcFreq, gInnoLtcFreq, gInnoLtcFreq, gInnoLtcVid)
gInnoDashName   = 'T3'
gInnoDashPool   = 'stratum+tcp://dash.s.innomining.com:2000'
gInnoDashUser   = 'inno.dash'
gInnoDashPwd    = 'x'
gInnoDashFreq   = 1100
gInnoDashVid    = 12
gInnoInitDashCmd= gInnoInitCmdStr % (gInnoDashName, gInnoDashPool, gInnoDashUser, gInnoDashPwd, gInnoDashFreq, gInnoDashFreq, gInnoDashFreq, gInnoDashFreq, gInnoDashVid)
gInnoXmrName    = 'T4'
gInnoXmrPool    = 'stratum+tcp://a8.s.innomining.com:19333'
gInnoXmrUser    = 'inno.001'
gInnoXmrPwd     = 'x'
gInnoXmrFreq    = 1000
gInnoXmrVid     = 175
gInnoInitXmrCmd = gInnoInitCmdStr % (gInnoXmrName, gInnoXmrPool, gInnoXmrUser, gInnoXmrPwd, gInnoXmrFreq, gInnoXmrFreq, gInnoXmrFreq, gInnoXmrFreq, gInnoXmrVid)
gInnoCmd1Pool   = gInnoInitCmdStr
gInnoCmd2Pool   = 'innominer_%s -o %s -u %s -p %s -o %s -u %s -p %s --A1Pll1 %s --A1Pll2 %s --A1Pll3 %s --A1Pll4 %s --A1Vol %s --api-listen --api-network --api-allow W:0/0 >/dev/null 2>&1'
gInnoCmd3Pool   = 'innominer_%s -o %s -u %s -p %s -o %s -u %s -p %s -o %s -u %s -p %s --A1Pll1 %s --A1Pll2 %s --A1Pll3 %s --A1Pll4 %s --A1Vol %s --api-listen --api-network --api-allow W:0/0 >/dev/null 2>&1'
    
                    
Reboot the miner
legendary
Activity: 3346
Merit: 1094
anyone using an innosilicon A6 LTCMaster? I cannot get AM to read that it is even on my network.

edit: I finally got it to see it - it was the port, it wasnt searching port 8100

So, then I got it added but the API access is denied.

I tried the instructions of using telnet but cant get past a certain point - I can get up to where it tells me to edit the config but when I run the command provided the config does not open for me to edit.

Let me state this - this is my first Innosilicon miner.
I don't have too much experience with Innosilicon miners. What you need to do is to use a file editor available on the Linux system on the miner. Unfortunately only 'vi' is available as far as I know and that one is a bit complicated.
Run:
vi /home/inno_py/inno_config.py
You will have to press the 'i' key to be able to make modifications to the file after you opened it. Once you made the changes, you need to press 'ESC' followed by ':wq' (as in Write and Quit).
legendary
Activity: 3346
Merit: 1094
why do i get mining interface offline when the card is mining and awesomeminer agent is running?  its happening now on phoeniexminer
"Interface offline" indicates that Awesome Miner doesn't get any monitoring information from the mining software. Can you please select the miner and send me the API report (toolbar: Tools -> API Report), and I can verify if Phoenix Miner is giving any updates.

Do you see any error messages in the Phoenix Miner window when it's starting?

thats the api report

Version: 7.8.4 (40)
API command: miner_getstat2


I see zero errors in phoeniexminer
Thanks for the details. This indicates PhoenixMiner doesn't respond anything to the monitoring requests.

I don't have any solution to this, but based on previous experience it might make sense to check if this issue only happens when you run the mining with many mining devices. Do you get the same issue if you start Phoenix Miner with a single GPU?
legendary
Activity: 3346
Merit: 1094
How to show correct price for BEAM? Coin tab shows Revenue $21,779. Coin properties appear to be correct.
When I'm looking at Beam from WhatToMine right now, it looks fine and a hashrate of 50H/s gives ~$2.7/day. Are you using all default values in the Coin Properties? Do you still experience this issue or was it only temporary?

In the 'Miners' Tab BEAM coin shows $0.00 per day

In the 'Coins' Tab BEAM is at the top of the list when sorting by Revenue at $961,115 and using the Default Coin Properties values:

Difficulty: 26,530,270.00
Block reward:  40.0
Exchange rate: 0.00003320 BTC
Block time 60 s
Calculation: Difficulty, Block reward and Block time
What is the hashrate you configured (Profile hashrate)?
Please also select Beam on the Coins tab, right click and select "Open calculator on WhatToMine.com". This will make it possible to compare the revenue calculators.
full member
Activity: 1148
Merit: 132
yet another issue

trying a new pool Ziliqua and Etheruem

PhoenixMiner.exe -pool stratum1+tcp://eu.ezil.me:5555 -proto 2 -wal 0xa57EeFabb76Bfd1E9E6ee606999b76BD123aFe32.zil1lnren9q53zp4a3rr6zx4f3p53v3nuyq0 qgey5f -worker WORKER


thats the - wal address

Awesomeminer for some reason removes the seccond part  zil1lnren9q53zp4a3rr6zx4f3p53v3nuyq0qgey5f   from the address so i cannot connect to the pool.  Why won't the miner just respect the full wallet address i placed in the wallet

why is it stripping out and using just the 0xa57EeFabb76Bfd1E9E6ee606999b76BD123aFe32 ? and how do i disable that ?  I tried removing it completely and  adding -wal 0xa57EeFabb76Bfd1E9E6ee606999b76BD123aFe32.zil1lnren9q53zp4a3rr6zx4f3p53v3nuyq0 qgey5f
as a command line option and now nothing is used.

Mine works fine... But, I use Team Red Miner over that phoney Phoenix miner.
you put the whole wallet address in the account textbox?
jr. member
Activity: 195
Merit: 4
yet another issue

trying a new pool Ziliqua and Etheruem

PhoenixMiner.exe -pool stratum1+tcp://eu.ezil.me:5555 -proto 2 -wal 0xa57EeFabb76Bfd1E9E6ee606999b76BD123aFe32.zil1lnren9q53zp4a3rr6zx4f3p53v3nuyq0 qgey5f -worker WORKER


thats the - wal address

Awesomeminer for some reason removes the seccond part  zil1lnren9q53zp4a3rr6zx4f3p53v3nuyq0qgey5f   from the address so i cannot connect to the pool.  Why won't the miner just respect the full wallet address i placed in the wallet

why is it stripping out and using just the 0xa57EeFabb76Bfd1E9E6ee606999b76BD123aFe32 ? and how do i disable that ?  I tried removing it completely and  adding -wal 0xa57EeFabb76Bfd1E9E6ee606999b76BD123aFe32.zil1lnren9q53zp4a3rr6zx4f3p53v3nuyq0 qgey5f
as a command line option and now nothing is used.

Mine works fine... But, I use Team Red Miner over that phoney Phoenix miner.
full member
Activity: 1148
Merit: 132
yet another issue

trying a new pool Ziliqua and Etheruem

PhoenixMiner.exe -pool stratum1+tcp://eu.ezil.me:5555 -proto 2 -wal 0xa57EeFabb76Bfd1E9E6ee606999b76BD123aFe32.zil1lnren9q53zp4a3rr6zx4f3p53v3nuyq0 qgey5f -worker WORKER


thats the - wal address

Awesomeminer for some reason removes the seccond part  zil1lnren9q53zp4a3rr6zx4f3p53v3nuyq0qgey5f   from the address so i cannot connect to the pool.  Why won't the miner just respect the full wallet address i placed in the wallet

why is it stripping out and using just the 0xa57EeFabb76Bfd1E9E6ee606999b76BD123aFe32 ? and how do i disable that ?  I tried removing it completely and  adding -wal 0xa57EeFabb76Bfd1E9E6ee606999b76BD123aFe32.zil1lnren9q53zp4a3rr6zx4f3p53v3nuyq0 qgey5f
as a command line option and now nothing is used.
legendary
Activity: 2254
Merit: 2419
EIN: 82-3893490
anyone using an innosilicon A6 LTCMaster? I cannot get AM to read that it is even on my network.

edit: I finally got it to see it - it was the port, it wasnt searching port 8100

So, then I got it added but the API access is denied.

I tried the instructions of using telnet but cant get past a certain point - I can get up to where it tells me to edit the config but when I run the command provided the config does not open for me to edit.

Let me state this - this is my first Innosilicon miner.
full member
Activity: 1148
Merit: 132
why do i get mining interface offline when the card is mining and awesomeminer agent is running?  its happening now on phoeniexminer
"Interface offline" indicates that Awesome Miner doesn't get any monitoring information from the mining software. Can you please select the miner and send me the API report (toolbar: Tools -> API Report), and I can verify if Phoenix Miner is giving any updates.

Do you see any error messages in the Phoenix Miner window when it's starting?

thats the api report

Version: 7.8.4 (40)
API command: miner_getstat2




http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  46
  false
  0
 
 
      -cclock 1300  -cvddc 825  -mclock 1800  -tstop 75  -hstats 2  -mt 2
 -wdog 1 -rmode 0 -cdm 2 -cdmport 4028

    POOL: stratum+tcp://eth-us-west1.nanopool.org:9999, WAL: 0xa57EeFabb76Bfd1E9E6ee606999b76BD123aFe32.91, PASS: x, PROTO: 2, ALLPOOLS: 1

==========

    4020
    2020-07-27T18:10:50.6853188Z
    1
    197034
 

 
    Microsoft Windows 10 Pro 64-bit
    DESKTOP-IE1C2TE
    false
    false
    34905
    262453
    4.8
   
     
        Intel Pentium G4400
        2
        1
       
         
            903.33660888671875
            3312.234130859375
         

         
            1003.7073364257813
            3312.234130859375
         

       

       
          38
          48
       

       
         
            32
            46
         

         
            30
            48
         

       

       
          2.3219823837280273
          100
       

       
         
            3.4055769443511963
            100
         

         
            1.2383878231048584
            100
         

       

       
          1.1713352203369141
          18.590593338012695
       

       
          0.37799051403999329
          17.793333053588867
       

     

   

   
     
        AMD Radeon RX 5700 XT
        MSI
        false
        5
        0
        0
       
          134.12502283912
          136
       

       
          0.831
          0.831
       

       
          1265
          1273
       

       
          1800
          1800
       

       
          69
          74
       

       
          99
          99
       

       
          0
          1656
       

       
          30
          30
       

        PCI_VEN_1002&DEV_731F&SUBSYS_38161462&REV_C1_6&1A84F085&0&000000DBA
     

   

   
      2704887808
      5841481728
   

   
     
        Local Disk (C:\)
        153496141824
        239462248448
     

   

    20.4.2
    445.87
    1C1B0DA917AA
    false
 

  false
 
    true
 




http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  Executing
  Disconnected
  false
  false
 
  None
  1
  false



http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  46
  Managed
  91 Amd Test Box
  true
  PhoenixMiner
  Disabled
  0
  Ethereum
  5
  3
  0
  -mi 14 -wdog 0 -cclock 1230 -cvddc 755 -mclock 1870 -tstop 75 -tstart 60 -hstats 2 -tt -30 -mt 2..

trying this stable
-wd 0 -gt 100  -cclock 1550 -cvddc 900 -mclock 1900 -tstop 75 -tstart 60 -hstats 2 

was stable on all
 -cclock 1340  -cvddc 900 -mclock 1820 -tstop 75 -tstart 60 -hstats 2 

try 810 on last now to lower power use and lsightly higer meme
 -cclock 1340  -cvddc 825,825,750  -mclock 1800,1840,1840 -tstop 75 -tstart 60 -hstats 2 

  None
 
  true
  91
  22
  false
  false
  Single
  -1
 
  1C1B0DA917AA
  false
 
   
 

  true
  52
  Single
  848
  -1
  GPU_FORCE_64BIT_PTR 0
GPU_MAX_HEAP_SIZE 100
GPU_USE_SYNC_OBJECTS 1
GPU_MAX_ALLOC_PERCENT 100
GPU_SINGLE_ALLOC_PERCENT 100

  -cclock 1300  -cvddc 825  -mclock 1800  -tstop 75  -hstats 2  -mt 2

  false
 
  false
 
  false
 
  false
 
 
  ConsoleFormat
  Normal
 
  true
  false
 
  false
 
  false
 
  0
  false
  0
 
    true
    PhoenixMiner
   
    Ethereum
    Disabled
    false
   
 

  2020-07-27T18:10:49.5747578Z
 
 
  false
 
 
 
  false
  true
  116
  Single
  false
  -1
  Single
  All
 
  false
  false
  true
 
    1
    0
    2
 

  true
  false
  AMD ethereum Nanopool -5700
  false
  true
  true
 
 
  false
  0
  Single
  false
  0
  Single
  1


I see zero errors in phoeniexminer

newbie
Activity: 52
Merit: 0
How to show correct price for BEAM? Coin tab shows Revenue $21,779. Coin properties appear to be correct.
When I'm looking at Beam from WhatToMine right now, it looks fine and a hashrate of 50H/s gives ~$2.7/day. Are you using all default values in the Coin Properties? Do you still experience this issue or was it only temporary?

In the 'Miners' Tab BEAM coin shows $0.00 per day

In the 'Coins' Tab BEAM is at the top of the list when sorting by Revenue at $961,115 and using the Default Coin Properties values:

Difficulty: 26,530,270.00
Block reward:  40.0
Exchange rate: 0.00003320 BTC
Block time 60 s
Calculation: Difficulty, Block reward and Block time
legendary
Activity: 3346
Merit: 1094
why do i get mining interface offline when the card is mining and awesomeminer agent is running?  its happening now on phoeniexminer
"Interface offline" indicates that Awesome Miner doesn't get any monitoring information from the mining software. Can you please select the miner and send me the API report (toolbar: Tools -> API Report), and I can verify if Phoenix Miner is giving any updates.

Do you see any error messages in the Phoenix Miner window when it's starting?
legendary
Activity: 2254
Merit: 2419
EIN: 82-3893490
all my profit profiles disappeared and when i go to edit them there is only one to select from... Ethereum.

it is like this for all my miners/rigs
Please open the Options dialog, Algorithms section and see if you have unchecked most algorithms. Your profit profile will only list the algorithms that are enabled on a global level (Options dialog, Algorithms section).


yes that was it - though I never unchecked it. i was sitting here watching it and all of a sudden all my miners went to not showing their power usage or profit margin - but this fixed it. not sure how they got all unchecked.
Pages:
Jump to: