z-classic / z-nomp

z-nomp is mining pool software for Zcash and Zclassic so you can create internet money in your home!
MIT License
288 stars 441 forks source link

BTCZ payment problem #296

Open lewpio opened 6 years ago

lewpio commented 6 years ago

Hello,

I had problem with btcz payment processor, so i've started pool without it. I've put addres, z_address and t_address to pool config.

Today i got 2 blocks and managed to run payment processor. But i'm getting such errors: Error sending payments {"code":-6,"message":"Insufficient funds, coinbase funds can only be spent after they have been sent to a zaddr"

Shielding operation failed opid-dd653f27-5d87-4f4b-842a-b039477b773e -4, Change 12449.9999 not allowed. When protecting coinbase funds, the wallet does not allow any change as there is currently no way to specify a change address in z_sendmany

Any idea how to fix it and get my coins?

MCrypto commented 6 years ago

Im having the same error with LTZ

this is what i have for the coin file (litecoinz.json):

{ "name": "litecoinz", "symbol": "ltz", "algorithm": "equihash", "requireShielding": true, "txfee": 0.0004 }

and this is the error im getting in z-nomp:

2018-03-09 16:28:07 [Payments] [litecoinz] Shielding operation failed opid-5f5d5d69-2bbe-4f87-8588-839485c2ea97 -4, Change 0.00009 not allowed. When protecting coinbase funds, the wallet does not allow any change as there is currently no way to specify a change address in z_sendmany

thebestbaduser commented 6 years ago

Same problem...

[Payments] [litecoinz] Shielding operation failed opid-d829e847-34ec-4a83-8bb6-21891d858da6 -4, Change 0.00009 not allowed. When protecting coinbase funds, the wallet doe s not allow any change as there is currently no way to specify a change address in z_sendmany.

cannonballdex commented 6 years ago

When protecting coinbase funds, the wallet does not allow any change as there is currently no way to specify a change address in z_sendmany. Same here.