You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: