Post
Topic
Re: DERO: A secure, private blockchain with Smart Contracts.
by
CaptD
on 14/01/2018, 11:25:38 UTC
The question to developers, why when sending coins more than is given for a block, it can not merge several incoming transactions into one outgoing.

{"code":-4,"message":"Transaction would be too large.  try /transfer_split."}

 Are you referring to DERO or some other software ? Can you explain little more.
Where did you see that error ?

It is error from wallet-rpc

DERO wallet cannot merge more than 2 input transactions

it is from wallet-cli
[wallet dERoPo]: transfer 12 dERoPoCpHSdWsWvPZ........SWYY 40
Wallet password: ****
No payment id is included with this transaction. Is this okay?  (Y/Yes/N/No): y
Sending 40.000000000000.  Your transaction needs to be split into 3 transactions.  This will result in a transaction fee being applied to each transaction, for a total fee of 0.203298480000
Is this okay?  (Y/Yes/N/No):

In blockchain explorer (in(nonrct)/out ) I don't view transaction where "in" more than 2



You are mixing different things.  You are talking of rpc-wallet but you are pasting lines from dero-wallet-cli.
Can you paste what rpc-cmd you used in rpc-wallet.  I need exact-cmd/errors etc. to solve your problem and to recreate the scene b'cos for me and many all working fine.

Can you explain:
Code:
In blockchain explorer (in(nonrct)/out ) I don't view transaction where "in" more than 2


From above error from RPC. Below I gave an option if done through CLI
You have a problem in the coin that it does not merge the incoming transactions.
View transactions in Dero Blockchain Explorer
Try to send more than 40 coins to one addressee, and see how many transactions will be, should be one, not several.

 This is how cryptonote protocol works. It splits your transactions and send amount greater than you are transferring  and extra amount is send back to you to hide your transactions. There are always multi transactions not single for any transaction.
You are using rpc-wallet , Are you pool operator and having any issues in pool payments. Explain your scenario.