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 04/12/2013, 01:42:25 UTC
Yes. Sending out the transaction using the raw API, instead of using the higher level commands.

If you don't put in enough fee or violate other "rules", your TX may not propagate right away and/or might get delayed in being confirmed.

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

raw ?