Post
Topic
Board Bitcoin Technical Support
Re: Using the bitcoin-qt debug window
by
Liam W
on 25/03/2013, 21:46:12 UTC
I'm using bitcoin-qt v0.8.0-beta for Mac. I'm trying to send bitcoin via the debug window.

I've tried the following where is the address I'm sending to and is the amount.

sendtoaddress

But I get:

Error: This transaction requires a transaction fee of at least 0.002 because of its amount, complexity, or use of recently received funds! (code -4)

So i type settxfee .002 and try to send again, but I get the same error.

Can anyone tell me what I'm doing wrong? Thanks.

Have you tried:

Code:
settxfee 0.002

and then

Code:
sendtoaddress

Make sure it says true when you enter the settxfee command Smiley