Author

Topic: How to set the transaction fee using bitcoind? (Read 3354 times)

db
sr. member
Activity: 279
Merit: 261
Add

Code:
paytxfee=0.01

to bitcoin.conf and restart bitcoind.
full member
Activity: 238
Merit: 100
ok, got it to send by paying a 0.01 txfee and sending 0.04 BTC (totaling the 0.05 BTC that was in my account)

So, can anyone confirm that this is the correct way to send BTC, by taking into account the transaction fee and manually adding it to the amount to be sent?
full member
Activity: 238
Merit: 100
I've searched everywhere, how do I set my transaction fee to 0.01?

bitcoind --rpcconnect=127.0.0.1 --help
does not list an option to set it

I have also tried:
bitcoind --rpcconnect=127.0.0.1 -paytxfee=0.01 sendtoaddress *************** 0.05

but I get the following error:
Code:
error: {"code":-4,"message":"Error: This transaction requires a transaction fee of at least 0.01 because of its amount, complexity, or use of recently received funds  "}


what am I doing wrong?  I'm trying to send the funds I received about 2 weeks ago from bitcoin faucet to my new install that I will be using from here on out.
Jump to: