Trying to send from pool wallet to miner wallet
2018-01-24 10:14:53 [payments] Error with transfer RPC request to wallet daemon {"code":-4,"message":"Transaction size is too big"}
2018-01-24 10:14:53 [payments] Payments failed to send to {"amount":5000000000000,"address":"abcd1w..............."}
2018-01-24 10:14:53 [payments] Payments splintered and 0 successfully sent, 1 failed
There are hardly any transactions in egano network, less than 2000 so far mostly from flooding tests, that's why block size and thus max transaction size is still small.
Sending 0.000005000000000000 often results in Transaction size too big error, but not always. It depends on inputs chosen and seems to be nondeterministic. Try sending slightly smaller amount (0.000004, 0.000003 and so on) two to five times with zero mixin and it will once go through. Remember that the change you get back from selected inputs is locked until the transaction is mined plus 60 blocks.
I just flooded the network with 1786 txs of 0.000001, got payments working on my pool. That amount is the maximum I can send in one tx.. I did manage to get a few 0.00005 working but only a few and then I got the tx size error.
I'm not familiar with CryptoNote, is it normal that the block rewards went down to around 0.000000124958082530 after my tx spam? I think the network needs to work out all the txs.. But why punish the miners by lowering the block reward?
Until now I set the mixins at 3 (pool default) but now it's telling me the number is too high due to the tx spam. I will set it at 0, no need for that functionality in a mining pool I guess.