Try this litlle hack to z-nomp
edit the file libs/paymentProcessor.js and change this line in this way:
-var params = [poolOptions.address, [{'address': poolOptions.zAddress, 'amount': amount}]];
+var params = [poolOptions.address, [{'address': poolOptions.zAddress, 'amount': amount}], 1 , 0.0001];
- mean old line
+ mean new line
let me know
thank you so much for your input
will that affect other coins on z-nomp?
also ... is my coin config file correct (i assume you didnt comment on it so it is)?