Post
Topic
Board Announcements (Altcoins)
Re: Official Anoncoin chat thread (including history)
by
K1773R
on 12/10/2014, 00:00:12 UTC
This was a good review of the problem - thanks for compiling this.  Looks like if the transaction size is too big it will fail to confirm regardless of the the fee included. Can we get a dev response?  Are you guys trying to identify this bug?  The doesn't seem like it should be a very difficult thing to fix, probably just a couple lines of code.
I posted that they shouldnt change fee settings and/or also shouldnt patch the client o allow such huge txs (txs are limited to 100KB normaly).
Nothing from our side to be done  as there is nothing to fix. If someone dosnt want to play according to the rules, they shouldnt wonder why things break. Thats the beauty of a decentralized system.

I guess what I don't understand is: Cryptsy claims they are compiling directly from source, so why is the wallet creating transactions above 100KB by default?  

I imagine that their house wallet contains squillions of sub 1 ANC coins; to make  my withdrawal they needed 400 inputs - all nickel and dime amounts and the size.

EDIT: not exactly sub 1 ANC but relatively small when compared to what is a reasonably sized parcel of ANC to trade

This was it here: http://ancblockchain.com/tx/f615e8772e65dcf1da14154a9926df7e07f30b534745ce980760ff0b3a17aee6

./anoncoin/src/anoncoind getrawtransaction f615e8772e65dcf1da14154a9926df7e07f30b534745ce980760ff0b3a17aee6 | wc
      1       1  143393
( ie: 143kB )


That's my understanding, but shouldn't the wallet be able to handle this by adding a larger mining fee so that the txn gets confirmed?
The default wallet dosnt create transaction bigger than 100KB, https://github.com/Anoncoin/anoncoin/blob/master/src/main.h#L33
Everything above is non-standard and not mined with default settings/codebase.