ok so is anyone having issues sending large amounts on my dime coin core wallet that I'm testing i removed the limit and I'm testing about a 100 million dime coin checking transactions speed
[1/18/15, 1:16:34 PM] Dmitry A: // Limit size
unsigned int nBytes = ::GetSerializeSize(*(CTransaction*)&wtxNew, SER_NETWORK, PROTOCOL_VERSION);
if ((nBytes + 4000 >= MAX_STANDARD_TX_SIZE) ||
(wtxNew.vin.size() >= 160))
{
strFailReason = _("Transaction too large");
return false;
}
[1/18/15, 1:16:36 PM] Dmitry A: where
[1/18/15, 1:16:42 PM] Dmitry A: MAX_STANDARD_TX_SIZE is
[1/18/15, 1:16:49 PM] Dmitry A: /** The maximum size for transactions we're willing to relay/mine */
static const unsigned int MAX_STANDARD_TX_SIZE = 100000;
is anyone getting suspended form the network or having trouble moving close to a billion or so i haven't check the block explorers maybe i should lol