Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [QRK] Quark | Super secure hashing | CPU mining
by
tomtommy
on 16/10/2013, 13:15:38 UTC
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.

Code:
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.

How do you do this if the wallet is encrypted?
These work in console, you may have to experiment with batch file.
Make sure you clear history or wipe batch file when done.

Unlock your wallet for 600 seconds.
walletpassphrase "your password or phrase" 600

Lock your wallet when done or wait for time to elapse.
walletlock

Thank You   Smiley

But any over 500 gives a error:-4 transaction too large.