Can you please give an example, illustrating the above statement, sorry i didn't quite get that to be honest.
So, this as well just a general explanation (not just for you but for any new miners to understand) of how actually 1bash, 0miner or 3main works.
We add all the coin details and they are stored/attached to variables.
We call those variables in 3main or 0miner and shape them up according to how pool expects.
We follow the same procedure for every single coin.
Feel free to ask any further questions you have.
[/quote]
Well the etn pools use the following syntax:
To add the workername to an address but not setting the miner to a fixed diff one could use the "+" sign between the etn address and the workername. I tried to implement this into my 0main but failed because of my limited linux knowledge. I think that the + sign has a meaning when used with variables in a bash script but i could not get it to work.
ADDR=$((ETN_ADDRESS+$ETN_WORKER)) gave me a value too great for base error (error token = the expression of my workername)
Then again it is not that important i just liked to use the telegram script in nvOC and to differentiate between future machines i gave them significant names. By now we know that my name starting with the 19 used with the stock 0main in the community release led to my problem with the fixed diff so i do not know how to implement this correctly into the 0main script but again i think there is more important stuff for you guys than this.