Expressions
Enter either a text that will be assigned to all the miners or include variables for including a unique number.
[Number] will return a unique number for each miner
[NumberWithPadding] will return a unique number for each miner and make sure all miners are getting the same number of digits (e.g. 5, 29, 143 -> 005, 029, 143).
[ActiveWorkerName] will return the full pool user name and worker name. Example: myaccount.001
[ActiveMinerWorker] will return the miner specific worker name. Example: 001
[IP1], [IP2], [IP3], [IP4] represents each four parts of the miner IP address.
[MAC1], [MAC2] , [MAC3] , [MAC4] , [MAC5] , [MAC6] represents each six parts of the miner MAC address.
Example:
RemoteMiner-[Number]
will result in the following, if the unique number is 10 for the miner:
RemoteMiner-10