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