Skip to content
New issue

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

Publish scripts and instructions for moving ordinals around manually #241

Closed
casey opened this issue Jul 16, 2022 · 1 comment · Fixed by #238
Closed

Publish scripts and instructions for moving ordinals around manually #241

casey opened this issue Jul 16, 2022 · 1 comment · Fixed by #238

Comments

@casey
Copy link
Collaborator

casey commented Jul 16, 2022

Maybe a blog post is best.

Steps look something like this:

  1. Find an output you control
  2. Find an ordinal in that output using signet.ordinals.com
  3. Figure out input and outputs that will move that ordinal where you want
  4. Create and sign a raw transaction using bitcoin-cli
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`
@casey
Copy link
Collaborator Author

casey commented Jul 18, 2022

In progress here: https://github.com/casey/ord/pull/238

@casey casey transferred this issue from casey/degenerate Jul 18, 2022
@casey casey linked a pull request Jul 18, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant