Post
Topic
Board Bitcoin Technical Support
Re: Help! how to send a specific address to others?
by
achow101
on 08/10/2016, 13:35:22 UTC
Should I touch bitcoind scrypt? But I don't know C. Huh
Bitcoin scripts are not C or C++. They are an entirely different language specifically for Bitcoin scripts.

Now I try to generate row transaction, but I don't understand TXid generation.
I TryTrytrytry.....
The txid is generated from the transaction. You create the transaction and then hash it in order to get the txid.

With bitcoind, you can use the createrawtransaction rpc to create the raw transaction. Read the help for that command and it explains everything. Then you must sign that transaction using the signrawtransaction rpc and then you can send it with sendrawtransaction.