As is well-known, it is difficult to transfer large amounts of QRK. This bug needs to be fixed asap.
Until this is done, I use a batch file (Windows). I figured you might find it useful too.
FOR /L %%A IN (1,1,10) DO (
quarkcoind sendtoaddress ### 8192
ping -n 1 127.0.0.1 > nul
)
Copy and paste into notepad, replace
### with a valid Quarkcoin address save as for example
sendmany.bat, then double click to run it.
This scripts sends 8192 QRK x 10 to the specified address, with a one second wait instruction between each transfer. Amend it as you see fit.
Any linux geek could likely come up with something very similar for for example Ubuntu.