Post
Topic
Board Bitcoin Technical Support
Re: Help needed writing script for send bitcoins from command line - will pay reward
by
loquitus_of_borg
on 29/11/2013, 20:32:19 UTC
bitcoind lets you set the fee but I recall it had limits how low you could set it.

Raw lets you do it to any level. Even zero, I guess.

bitcoind settxfee 0.0001
bitcoind sendtoaddress somebitcoinaddress 0.0001

That will very likely cause a fee of 0.0001 to be used, unless you have way too many, and only, dust.

wow is it that simple, just use 2 seperate commands ?
i tried to use it all in 1 command.

ill try it out asap Smiley