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
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
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 postagemode: shared-output
parent inscription:
parent: 69a53a2e8a5f8309ce315f2d4a1f368d1b4797c6831e94acb93ec182f2a19396i0
inscriptions to inscribe
each inscription has the following fields:
inscription
: path to inscription contentsmetadata
: inscription metadata (optional)metaprotocol
: inscription metaprotocol (optional)inscriptions:
metaprotocol: brc-20
metaprotocol: brc-20`
In addition, how do I inscribe N inscriptions to the one address?
The text was updated successfully, but these errors were encountered: