php-bitcoinrpc icon indicating copy to clipboard operation
php-bitcoinrpc copied to clipboard

$bitcoind->sendToAddress and next steps

Open tcolonel opened this issue 1 year ago • 0 comments

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.

tcolonel avatar Jan 23 '24 17:01 tcolonel