denpamusic / php-bitcoinrpc

Fully unit-tested Bitcoin JSON-RPC client based on GuzzleHttp.
MIT License
282 stars 100 forks source link

$bitcoind->sendToAddress and next steps #68

Open tcolonel opened 9 months ago

tcolonel commented 9 months ago

Hello.

Tell me what to do next-after using $bitcoind-> Sendtoaddress in the case of using 3 networks:

Now I used this method (sendToAddress) in the regtest, I received the transaction Id. And then what to do - how to make sure that the transaction has confirmations? I understand correctly what I need to use with the createrawtransaction, then signrawtransactionwithwallet, and then sendrawtransaction? Or something else? How can I do this with your library?

Could you write in steps - what needs to be done.

Thanks.