We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maybe a blog post is best.
Steps look something like this:
bitcoin-cli \ createrawtransaction \ '[{"txid": "19649b8066ceb7724573e4907fd6a1d8d8e62c5efaa858f792eff95a42c2ca6d", "vout":0}]' \ '[{"tb1qgtdh2mlgrmq28gnaqg38tjyfaasrwsdnajteyx": 0.00006186}]' > unsigned.hex bitcoin-cli -rpcwallet=NAME signrawtransactionwithwallet `cat unsigned.hex` > signed.json bitcoin-cli sendrawtransaction `cat signed.json | jq '.hex' --raw-output`
The text was updated successfully, but these errors were encountered:
In progress here: https://github.com/casey/ord/pull/238
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Maybe a blog post is best.
Steps look something like this:
The text was updated successfully, but these errors were encountered: