Post
Topic
Board Development & Technical Discussion
Re: bitcoin transactions size and multiple output...
by
hamdi369
on 18/12/2015, 06:53:14 UTC
DannyHamilton, Thank you Smiley
I am very grateful for your assistance.

Quote
If you are using Bitcoin Core, then you can use "listunspent" to get the list of all unspent outputs that the wallet has full control over.  You could also use "getrawtransaction" and/or "decoderawtransaction" to get information about specific transactions if you know the transactionID.

Now (7.30 AM France), my Bitcoin Core deamon is downloading the blockchain ( 345379 of 388985 blocks downloaded...),
transaction is
Quote
"block_height":387184
so I have to wait that it download that block to test it Smiley

I will have to study now,
- how to determine size of transaction before create it (to determine the appropriate fees)
- create it with CreateRawTransaction
- sign it with SignRawTransaction
- send it with SendRawTransaction

Thank you for you help Wink