what am I missing, when I setup a zcash pool the box to add in a wallet addr is blocked out.
Note: I found you make the RIG name the wallet plus Rig name
I find it odd you would make the worker name a property of the pool and not the miner.
by making it the pool property you can not name the rigs different workers and pass up to the pool which is silly, you are removing the basic options of the miner by doing this.
the Rig should have a worker Name and that's able to report up to the pool per rig and provide the wallet address on the pool config.
Hi,
For most miner types (zcash just happens to be an exception right now), you have access to the 'Advanced' settings for the miner, where you specify a 'Worker suffix' that will be appended after the worker name. So if the pool is configured with a worker name 'MyWorker', and you give a miner the suffix '1' and another miner the suffix '2', the worker name being used for the miners will be MyWorker.1 and MyWorker.2.
For the Zcash miner type that just was introduced, I do see that the Advanced section of the miner configuration is disabled, simply because most settings doesn't apply. What I will look at for next release is to move this setting to make it more visible and also accessible for zcash mining. Thanks for the feedback
I'm struggling with the following setup which is fairly basic and odd that its either not working or just pain to setup
AutoStart Miner after miner reboot.
Things tried:
Rule
Trigger: Detect offline + Detect miner API connection established
Match all
Actions:
Notification
Wait 15s
Start miner
Expected result : Miner starts after reboot, power loss, BSOD or any thing else that would cause the miner to reboot/power down and up again.
Actual result: miner never starts automatically
Manually running the rule results in the miner starting.
First of all, there are two types of Remote feature. Remote Agent and Remote Service. More info here:
http://www.awesomeminer.com/help/remoteagent.aspxThe option 'Autostart miner' should automatically start a Managed Miner as soon as the Remote Agent/Service is started. However, if you are using the Remote Agent option, you need to have automatic login configured in Windows, otherwise Remote Agent will not start, and the mining will not automatically start. You find information about this on the link above.