Author

Topic: Using the bitcoin-qt debug window (Read 2185 times)

newbie
Activity: 34
Merit: 0
March 25, 2013, 06:01:39 PM
#4
Yeah, I did try that, didn't work. I think I actually figured it out though:

What did work:

Code:
sendtoaddress 0.17291295 paytxfee .0005

Edit:
Actually I lied. Yes, the transaction went through, but it used the recommended .002 fee, not what I had specified.
full member
Activity: 182
Merit: 100
March 25, 2013, 05:46:12 PM
#3
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
newbie
Activity: 34
Merit: 0
March 25, 2013, 05:11:09 PM
#2
bump
newbie
Activity: 34
Merit: 0
March 25, 2013, 09:28:18 AM
#1
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.
Jump to: