php-bitcoinrpc
php-bitcoinrpc copied to clipboard
$bitcoind->sendToAddress and next steps
Hello.
Tell me what to do next-after using $bitcoind-> Sendtoaddress in the case of using 3 networks:
- regtest
- testnet
- mainnet
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.