I have successfully created a new coin based on the ForkNote process...

I'd like to setup a pool to use with my new coin but I am unsure of which pool will work with it.
Any suggestions on a good ForkNote Pool software?
I did find the FORKNOTE-POOL located here
https://github.com/forknote/forknote-poolI have it installed and it's working as I would have expected... With one exception!
EXCEPTION - All of the payments that are being generated from the pool have 0.00 transaction value. I have played with the settings in the payments section of the config.json file but none of these settings appear to have any impact on the payment values.
"payments": {
"enabled": true,
"interval": 600,/how often to run in seconds
"maxAddresses": 50,/split up payments if sending to more than this many addresses
"mixin": 3,/number of transactions yours is indistinguishable from
"transferFee": 5000000000,/fee to pay for each transaction
"minPayment": 100000000000,/miner balance required before sending payment
"maxTransactionAmount": 0,/split transactions by this amount(to prevent "too big transaction" error)
"denomination": 100000000000/truncate to this precision and store remainder
},
Does anyone have any suggestions of what I can look at?