Ok lets clear this up once and for all.
I have NOT modified our daemon in anyway. We have built directly from source with no changes. Anoncoind is creating these transaction and paying the large fee required. yet they are not being accepted into the chain. As you can see by my previous post.
Hello everyone,
Im currently investigating an issue with our ANC wallet where the blockchain isnt picking up the majority of our send transactions. We apologize it took us so long to spot the issue. But we are working hard on correcting it and getting the unconfirmed transactions pushed to the blockchain
Some of them get confirmed after a simple restart of the daemon but others do not/ Ill keep everyone informed when I find the solution
Thank you for your patience

UPDATE:
I think it comes down to transaction sizes. Our daemon is sending transactions that are too large to be accpeted into the chain. Im basing this on the fact that all unconfirmed send transactions have unusually high fees paid. Our default Txfee is .01 ANC and the mean over the last 1000 transactions is 0.10169169169169 which is why our withdrawal fee is set to .1 ANC
anoncoind listtransactions "" 1000 | grep -A 1 -B 4 '"confirmations" : 0,' | grep fee
"fee" : -0.82000000,
"fee" : -0.90000000,
"fee" : -0.98000000,
"fee" : -0.65000000,
"fee" : -0.69000000,
"fee" : -0.72000000,
"fee" : -0.74000000,
"fee" : -0.76000000,
"fee" : -0.77000000,
"fee" : -0.81000000,
"fee" : -1.00000000,
"fee" : -0.68000000,
"fee" : -0.72000000,
"fee" : -0.73000000,
"fee" : -0.74000000,
"fee" : -0.74000000,
"fee" : -0.74000000,
"fee" : -0.75000000,
"fee" : -0.75000000,
"fee" : -0.75000000,
"fee" : -0.75000000,
"fee" : -0.75000000,
"fee" : -0.75000000,
"fee" : -0.75000000,
"fee" : -0.75000000,
"fee" : -0.76000000,
"fee" : -0.76000000,
"fee" : -0.77000000,
"fee" : -0.77000000,
"fee" : -0.77000000,
"fee" : -0.78000000,
"fee" : -0.79000000,
"fee" : -0.85000000,
"fee" : -0.96000000,
"fee" : -0.64000000,
"fee" : -0.66000000,
"fee" : -0.67000000,
"fee" : -0.69000000,
"fee" : -0.71000000,
"fee" : -0.72000000,
"fee" : -0.73000000,
"fee" : -0.74000000,
"fee" : -0.75000000,
"fee" : -0.77000000,
"fee" : -0.79000000,
"fee" : -0.84000000,
"fee" : -0.87000000,
"fee" : -0.92000000,
"fee" : -0.95000000,
"fee" : -0.98000000,
"fee" : -0.63000000,
"fee" : -0.64000000,
"fee" : -0.65000000,
"fee" : -0.66000000,
"fee" : -0.68000000,
"fee" : -0.68000000,
"fee" : -0.69000000,
"fee" : -0.70000000,
"fee" : -0.71000000,
"fee" : -0.71000000,
"fee" : -0.72000000,
"fee" : -0.73000000,
"fee" : -0.74000000,
"fee" : -0.74000000,
"fee" : -0.74000000,
"fee" : -0.74000000,
"fee" : -0.74000000,
"fee" : -0.75000000,
"fee" : -0.75000000,
"fee" : -0.75000000,
"fee" : -0.75000000,
"fee" : -0.76000000,
"fee" : -0.78000000,
"fee" : -0.80000000,
"fee" : -0.83000000,
"fee" : -0.88000000,
"fee" : -0.92000000,
"fee" : -0.99000000,
"fee" : -0.98000000,
"fee" : -0.97000000,
"fee" : -0.87000000,
"fee" : -0.81000000,
"fee" : -0.86000000,
Our daemon is up to date so ill be going over the source to see if I can find anything that would cause this
anoncoind listtransactions "" 1000 | grep -A 1 -B 4 '"confirmations" : 0,' | grep fee
I grabbed the last 1000 transactions and searched for any with "confirmations" : 0, and grabbed the fee for the transaction.
All of the unconfirmed transactions in our wallet paid a high fee suggesting its due to block size.
To counteract this until the issue is resolved by the developers i have merged any input in our wallet less than .1 anc ( about 50k of them ) into inputs over 1 ANC. These may have broken down to some smaller ones now so ill likely have to run it again
In conclusion this is not a problem with cryptsy or "craptsy" as it is being called. It seems meeh and k1773R are aware and getting these transactions to confirm eventually so i see no reason to suspend the wallet as suggested above