Post
Topic
Board Announcements (Altcoins)
Re: [ANN][LTZ] LitecoinZ - The true Litecoin 2.0
by
LTZ-Team
on 17/03/2018, 12:35:58 UTC
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 Smiley

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)?


At the moment this does not affect other coins because they have a default fee of 0.0001, but LTZ at the moment was the only one with a lower fee 0.00001

The change to this fee was already reverted on github source for helping z-nomp users.