Pages:
Author

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

jr. member
Activity: 212
Merit: 6
8.1.0 is broken - cant install, shows error something about cant start service. Worst thing - it removed previous perfectly working version.
legendary
Activity: 3346
Merit: 1094
@Patrike

please add default params for Lolminer for Cortex algorithm: C30CTX
Yes, done!
legendary
Activity: 3346
Merit: 1094
If I uncheck it and close AM, after starting AM again its still checked.
Hi and thanks for the feedback.

When the profit switcher is running, it will check the Profit Profile for this Managed Profit Miner and adjust the Admin-property based on how the most profitable algorithm is configured (in the Profit Profile, Algorithm specific settings). So if the Managed Profit Miner Properties dialog is showing the Admin-property being checked - is the related Profit Profile configured to update the Admin-property for any of the algorithms?

I assume that if you manually make a change to the Admin-property on the Managed Profit Miner and save/close the dialog, it looks fine if you re-open the dialog again right away? However, if you wait for a while and let the profit switcher make a decision for the miner, it will change based on how the Profit Profile is configured for the specific algorithm. Does this match what happens? If not, please let me know if I misunderstood your question.
legendary
Activity: 1753
Merit: 1007
@Patrike

please add default params for Lolminer for Cortex algorithm: C30CTX
legendary
Activity: 1753
Merit: 1007
Can you write detailed instructions on how to install on top of HiveOS - Awesome Miner?
Please see this guide as a starting point:
https://support.awesomeminer.com/support/solutions/articles/35000086210-remote-agent-for-linux
after installing of Am on Hive, run this command:
ldconfig /hive/lib/

otherwise not all miners will work properly

https://ibb.co/sRg2WPy
https://ibb.co/BnJSBM2
https://ibb.co/jh8sQ4T
https://ibb.co/HxTxQmV
https://ibb.co/P6QLvq1
https://ibb.co/rsDfhpt
https://ibb.co/NxKgjTv
https://ibb.co/RQg9dqS
https://ibb.co/DKNyyq5
https://ibb.co/qrmsWd8
https://ibb.co/ZNtfSBm
https://ibb.co/mqQMdHr
https://ibb.co/NY9MYR0
https://ibb.co/Jc1sj8V

"""Use ssh [email protected] from Linux or Mac. Windows users can use Putty ssh client. The default password is "1". Once logged in, run sudo -s to become root. Start or stop miners, agent, etc. produced only from the root user
If you prefer a graphical interface, then a VNC server is at your service. Use VNC Viewer or any other VNC client to connect to the IP address vnc: //192.168.0.xxx: 5900.
The ShellInABox server is running in the rig. You can open https://192.168.0.xxx:4200/ in your browser for web access.
The default login is user password 1."""

Do I need to register the command after logging in through Putty, do I need to write "sudo -s" to get root, what command should I write?
Small quide how to prepare & configure HiveOS USB stick and AwesomeMiner:

configure BIOS of your rig to use extern GPU as primary video output
put USB stick with fresh HIveOS installation in your mining rig.
connect hdmi monitor to GPU which is connected to main PCE slot
switch on rig power
after HiveOS loaded do following commands:
hivepasswd somepassword
diskexpand
selfupgrade
wget http://www.awesomeminer.com/download/setup/awesomeminer-remoteagent.tar.xz
tar xvJf awesomeminer-remoteagent.tar.xz
cd awesomeminer-remoteagent
sudo ./service-install.sh
ldconfig /hive/lib/

now you can access your rig linux console from remote computer over: ssh user@yourRigIP

you can install a new NVIDIA driver. (preffered) This upgrade you must do over remote console!
Login to rig over ssh and do this commands:
logs-on
reboot

after rebooting:
cd awesomeminer-remoteagent
*stop*
killall xinit
nvidia-driver-update

after driver installation complete (need some time) do this commands:

logs-off
reboot

now you can use HiveOS+AM together

P.S. Very important! Do not assign any flightsheets or set any watchdogs, autofan, overclocks in Hive Web interface for this rig. This will cause a conflict between AM and Hive! Only put rig.conf file on USB stcik (Better if you simple create a fresh rig instance on Hive website for this setup) All what we need from Hive is only configured Linux and cuda libs, nothing more. AM remote agent will do the rest.

Enjoy.

He-he, i see you use AMD cards, then you can skip a step with NVDIA driver update. I see you have installed AM remote agent. If you cant connect to rig over AM, then check:
If you marked in AM the rig host as a Linux host
check windows firewall
member
Activity: 418
Merit: 21
Hi Patrik,

I think I found a bug in the new admin privileges.

I had the admin privileges in the "Properties" before. After the newest update 8.1, I deactivated it in the "Properties" and activated it directly in the "Profit Profile". On most miners it works perfectly. But on one miner it will not save the unchecked box in the "Properties".

If I uncheck it and close AM, after starting AM again its still checked. If I start AM in administrator mode, uncheck it, close AM and restart it again in administrator mode, it is unchecked (sometimes, not always). But if I close AM and start it in normal mode, it is checked again. Even if I just stop/start the miner or after a few minutes running, it will switch from uncheck to checked. No matter what I try, it wont be saved forever, but only on this one miner. Do you have an idea what could be the reason or what I can do to finally deactivate it in the "Properties"?

EDIT: I also tried to delete the ConfigData.xml.bck and tmp before, between and after closing/restarting AM, it doesnt helped. Still the same bug.

Thank you!
newbie
Activity: 18
Merit: 0
Can you write detailed instructions on how to install on top of HiveOS - Awesome Miner?
Please see this guide as a starting point:
https://support.awesomeminer.com/support/solutions/articles/35000086210-remote-agent-for-linux
after installing of Am on Hive, run this command:
ldconfig /hive/lib/

otherwise not all miners will work properly

https://ibb.co/sRg2WPy
https://ibb.co/BnJSBM2
https://ibb.co/jh8sQ4T
https://ibb.co/HxTxQmV
https://ibb.co/P6QLvq1
https://ibb.co/rsDfhpt
https://ibb.co/NxKgjTv
https://ibb.co/RQg9dqS
https://ibb.co/DKNyyq5
https://ibb.co/qrmsWd8
https://ibb.co/ZNtfSBm
https://ibb.co/mqQMdHr
https://ibb.co/NY9MYR0
https://ibb.co/Jc1sj8V

"""Use ssh [email protected] from Linux or Mac. Windows users can use Putty ssh client. The default password is "1". Once logged in, run sudo -s to become root. Start or stop miners, agent, etc. produced only from the root user
If you prefer a graphical interface, then a VNC server is at your service. Use VNC Viewer or any other VNC client to connect to the IP address vnc: //192.168.0.xxx: 5900.
The ShellInABox server is running in the rig. You can open https://192.168.0.xxx:4200/ in your browser for web access.
The default login is user password 1."""

Do I need to register the command after logging in through Putty, do I need to write "sudo -s" to get root, what command should I write?
legendary
Activity: 1753
Merit: 1007
Can you write detailed instructions on how to install on top of HiveOS - Awesome Miner?
Please see this guide as a starting point:
https://support.awesomeminer.com/support/solutions/articles/35000086210-remote-agent-for-linux
after installing of Am on Hive, run this command:
ldconfig /hive/lib/

otherwise not all miners will work properly
newbie
Activity: 18
Merit: 0
Can you write detailed instructions on how to install on top of HiveOS - Awesome Miner?
Please see this guide as a starting point:
https://support.awesomeminer.com/support/solutions/articles/35000086210-remote-agent-for-linux

That's just the point, I installed the hiveos version hiveos-beta-0.6-157@200909 under 5700, I go over the local network to the rig via PuTTY, I connect, through the console I enter in order:
wget http://www.awesomeminer.com/download/setup/awesomeminer-remoteagent.tar.xz
tar xvJf awesomeminer-remoteagent.tar.xz
cd awesomeminer-remoteagent

sudo ./service-install.sh

./AwesomeMiner.RemoteAgent.Linux

sudo ./service-install.sh

./service-start.sh

I see an active one in the console, I go AM, I find it, I connect, then in the AM window the service is offline. It seems to be connected, but it does not work

https://ibb.co/VHpqqH1
legendary
Activity: 3346
Merit: 1094
Can you write detailed instructions on how to install on top of HiveOS - Awesome Miner?
Please see this guide as a starting point:
https://support.awesomeminer.com/support/solutions/articles/35000086210-remote-agent-for-linux
legendary
Activity: 3346
Merit: 1094
Awesome Miner version 8.1

 Features
  - Quick filter box in the Find toolbar to find miner or miners by IP address or description
  - Miner property filter for IP address or description
  - Heat map: Filtering for list of miners
  - Heat map: The dialog for configuring the heat map size also includes a setting if the column and row headers should be displayed
  - Heat map: Web interface support
  - Heat map: General improvements
  - Improved sorting of miners in the list of available miners for a heat map
  - The information column can display the MAC address of a miner
  - Proft Profile can be configured to run mining software with administrator privileges, configurable per algorithm
  - Introduce varable [tags] to get a comma separated list of all tags for a miner
 Integration
  - Wallet balance feature can be configured to send custom HTTP headers when requesting balance from a block explorer
 Changes
  - External Miners in Disabled state will no longer consume a license
  - Introduce a one second delay when making multiple calls to the same block explorer for wallet balance of multiple addresses
 Mining software
  - SrbMiner 0.5.2, including support for more algorithms
  - T-Rex 0.17.3, including support for Nicehash pool Ethereum mining and use of PCI Bus ID device order
  - NbMiner 32.0, including more fleixble support for specifying pool protocol for Ethereum
  - WildRig 0.27.5
  - XmRig 6.3.4
  - Gminer 2.26
  - TeamRedMiner 0.7.11
  - Nanominer 1.11.0
  - Bminer 16.3.1
 Corrections
  - Correction to Zergpool region URLs
  - Correction to Graviex exchange balance
  - Correction to list of groups when moving miners in web interface
  - Correction to tooltip display for miners in the heat map
newbie
Activity: 18
Merit: 0
Can you write detailed instructions on how to install on top of HiveOS - Awesome Miner?
legendary
Activity: 3346
Merit: 1094
Hi Patrike
found some small bugs:
Prefiks for MiningPoolHub for algo Ethash default value must be changeg from stratum+tcp:// to startum2+tcp:// (can be changed manualy in "Online Services" section)
unable connect with NBMiner to MiningPoolHub Ethash, due wrong protocol prefiks. NBminer use ethproxy+tcp://, but must be startum2+tcp:// (I dont understand why NBMiner ignore prefiks value from "Online Services" where i have manually changed to startum2+tcp:// )

regards
Right now ethproxy is enforced as it works for most pools, but I agree this is incorrect behavior. If you define you custom protocol, that one should be used instead.

However, If I'm setting the protocol to stratum2+tcp:// for NbMiner, it will not start.
Error format URL: stratum2+tcp://europe.ethash-hub.miningpoolhub.com:20535
member
Activity: 180
Merit: 10
Hi Patrike
found some small bugs:
Prefiks for MiningPoolHub for algo Ethash default value must be changeg from stratum+tcp:// to startum2+tcp:// (can be changed manualy in "Online Services" section)
unable connect with NBMiner to MiningPoolHub Ethash, due wrong protocol prefiks. NBminer use ethproxy+tcp://, but must be startum2+tcp:// (I dont understand why NBMiner ignore prefiks value from "Online Services" where i have manually changed to startum2+tcp:// )

regards

Hmm. I'm using MiningPoolHub mining Eth at this very moment. I haven't had any issues (yet.) I'll refer to this if I do though. Thanks!
The only issue that I discovered is that I set the port for mining ETC and it still mines ETH. That's probably a MiningPoolHub issue though, not an AM issue.
legendary
Activity: 1753
Merit: 1007
Patrike, you need implement a download queue for mining software after AM upgrading. If user have a lot of miners and rigs on the LTE network and all this rigs want download software at the same time, its come to huge mining downtime. Regards
legendary
Activity: 1753
Merit: 1007
Hi Patrike
found some small bugs:
Prefiks for MiningPoolHub for algo Ethash default value must be changeg from stratum+tcp:// to startum2+tcp:// (can be changed manualy in "Online Services" section)
unable connect with NBMiner to MiningPoolHub Ethash, due wrong protocol prefiks. NBminer use ethproxy+tcp://, but must be startum2+tcp:// (I dont understand why NBMiner ignore prefiks value from "Online Services" where i have manually changed to startum2+tcp:// )

regards
legendary
Activity: 3346
Merit: 1094
Awesome Miner version 8.0.4 (Development preview of 8.1)

 Features
  - Heat map improvements
  - Proft Profile can be configured to run mining software with administrator privileges, configurable per algorithm
  - Introduce varable [tags] to get a comma separated list of all tags for a miner
 Changes
  - Introduce a one second delay when making multiple calls to the same block explorer for wallet balance of multiple addresses
 Mining software
  - T-Rex 0.17.3
  - TeamRedMiner 0.7.11
  - WildRig 0.27.3
  - Gminer 2.24
 Corrections
  - Correction to Zergpool region URLs
  - Correction to Graviex exchange balance
legendary
Activity: 3346
Merit: 1094
Hi Patrike
I have some suggestion how you can made AM more interesting for people who dont have a mining rigs. You need to add a possibilty for renting a hashpower from other AM users, ofcouse if this rigs will be marked as available for renting. I know this is a huge thing, but you can grab some extra profit from this new created market.
You can implement Lightning network for payment between users and for AM fee. This will be very good for Bitcoin and crypto.

Regards
Thanks for the suggestion. This is a quite large project as you point out, but we will see if this could be something for the future.
legendary
Activity: 1753
Merit: 1007
hello

I want to know how can i edit (where can i edit) the phoenixminer options like MCLOK or CCLOK (on command line).

i tryed to input on managed miner properties / command line but the miner did not take effect.

Also, i have the professional license that does not allow me to edit the clocks.

tks
try: Miner context menu (right mouse click) -> Properties->Advanced and add Variable+params
or Propierties->Command Line section, put there your variables+value
or same in Profit Profile for the miner "Command line parameters"
full member
Activity: 237
Merit: 100
hello

I want to know how can i edit (where can i edit) the phoenixminer options like MCLOK or CCLOK (on command line).

i tryed to input on managed miner properties / command line but the miner did not take effect.

Also, i have the professional license that does not allow me to edit the clocks.

tks
Pages:
Jump to: