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

Is there a detailed tutorial on Batch Inscribing? #2661

Closed
Glory-dog opened this issue Nov 12, 2023 · 1 comment
Closed

Is there a detailed tutorial on Batch Inscribing? #2661

Glory-dog opened this issue Nov 12, 2023 · 1 comment

Comments

@Glory-dog
Copy link

I tried Batch Inscribing
Regardless of whether there are separate-outputs or shared-output, it has n outputs, but in the end only one will succeed in Inscribing. Everything else has disappeared.
How should I write batch.yaml if I need to Inscribe something like {"p":"brc-20","op":"mint","tick":"xxx","amt":"10"}.
The configuration file I fiddled with is as follows:

`# example batch file

there are two modes:

- separate-outputs: place all inscriptions in separate postage-sized outputs

- shared-output: place inscriptions in a single output separated by postage

mode: shared-output

parent inscription:

parent: 69a53a2e8a5f8309ce315f2d4a1f368d1b4797c6831e94acb93ec182f2a19396i0

inscriptions to inscribe

each inscription has the following fields:

inscription: path to inscription contents

metadata: inscription metadata (optional)

metaprotocol: inscription metaprotocol (optional)

inscriptions:

  • file: /root/bear.json
    metaprotocol: brc-20
  • file: /root/bear.json
    metaprotocol: brc-20`

In addition, how do I inscribe N inscriptions to the one address?

@raphjaph
Copy link
Collaborator

I did a workshop in Amsterdam about it: https://youtu.be/MOU4vURaCmA?si=Au86wzI__bzV7jIY&t=1593

Might do a better recorded one soon though

N inscriptions to one address can't be done yet but working on it here: #2701

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

No branches or pull requests

2 participants