- SgMiner-gm with Zcash mining and CryptoNight (Monero) support
- Device issue detection can include disabled devices
- Added context menu items for miner list to move miners to another group and to sort miners by name
- Claymore's Zcash Miner 9.0
- Minor corrections
Hi Patrike,
I am using Awesome miner premium and I really like your program, but I dont know how to connect Innosilicon A4 dominator with managed miner feature.
I was able to get priviliged access to the A4 external miner via Putty and ssh, but this does not allow me to use coin profitability switching feature.
When I try to setup new managed miner host: IP 192.168.1.211:4028 I get Failed to connect to remote service
When I try to setup a new device profile: mining engine scrypt, software Cgminer FPGA, ASIC (avtomatic download) and select a pool, the miner status is "service offline"
Are there any other environment or command line properties I need to enter?
Please advise,
Best regards
Download putty.exe program and use ssh (ip of the miner, port 22)
user: pi
Password:raspberry
commands:
cd .
cd var
cp index-en.php index-en_old.php
vi index-en.php
find the function cg_stop();
press insert key scroll before --api-network and insert: --api-allow W:192.168.1.0/16,W:127.0.0.1
press ESC key (to finish editing)
type: qw (to save changes)
press enter
-------------------------------
Now use your miner ip and in top right use english version to restart a miner and you should have priviliged access:
Regards,