payments error!"transaction is too big"
2014-07-31 10:02:55 [payments] Payments sent via wallet daemon {"tx_hash":"
2014-07-31 10:02:57 [payments] Error with transfer RPC request to wallet daemon {"code":-4,"message":"transaction is too big"} 2014-07-31 10:02:57 [payments] Payments failed to send to {"amount":50905000000000,"address":"294JbzHbWA8JLzsULCmDEvb3aHWD8UT5HXkdvhWttPVKVovH2ag5fHQ8a86bqmiFju7SjUxR3GPgjKoZ9wWFfpTyPhyJzUQ"} 2014-07-31 10:02:57 [payments] Payments splintered and 3 successfully sent, 2 failed
Is This BCN Coin My configuration is as follows:
"payments": {
"enabled": true,
"interval": 600,
"maxAddresses": 1,
"mixin": 5,
"transferFee": 1000000000,
"minPayment": 1000000000000,
"denomination": 100000000000
},
to fix you need to manually split the transaction, I do this via json and then manually adjust redis to match the miners balance and paid amounts.
@dayas How to operate, there are tutorial? In addition, for this problem, you fix the code?
start wallet manualy. And speend all amount unlock to address to pool for reduce number transaction spendable .
After restart wallet in rpc and restart node-payout
This is a BUG! But I've been through the modified code fixes this BUG, in the configuration file, add the coins to support a large number of variables to send most settings.
For example BCN: The maximum amount of support is sent MAXTransactions = 10000000.0
This problem is fixed in fancoder/cryptonote-universal-pool fork, see last item in https://github.com/fancoder/cryptonote-universal-pool#extra-features list. It will work with BCN with "maxTransactionAmount": 5000000000000.
yes. use these codes I fix these BUG, so that the issue I raised is a BUG
I had the same issue and fixed it by editing mixin 3, to mixin 1 at first, and with top big fix.
Than run pool a while and set back to mixin 3 or 5.
Hope it helps