Skip to content

πŸš€ Batch Inscribe & Reinscribe Bitcoin Ordinals with Ease This repository provides a powerful Ordinal Batch Inscription & Reinscription tool, allowing users to mint multiple Bitcoin Ordinals in a single transaction while also supporting reinscription on the same satoshi.

Notifications You must be signed in to change notification settings

love-luca/Ordinal-Batch-Reinscription

Repository files navigation

Ordinal Batch Inscription & Reinscription πŸš€

Overview

This repository provides a batch inscription and reinscription tool for Bitcoin Ordinals, allowing users to efficiently inscribe multiple assets in a single transaction and reinscribe data on existing ordinals.

Features πŸ”₯

  • βœ… Batch Inscription – Mint multiple Ordinals efficiently in a single transaction.
  • βœ… Reinscription Support – Modify and reinscribe data on existing Ordinals.
  • βœ… Flexible Output Modes – Supports same-sat, satpoints, separate-outputs, and shared-output.
  • βœ… Optimized for Fees – Reduce gas costs with bulk inscriptions.
  • βœ… Simple YAML Configuration – Easily customize inscriptions with batch.yaml.

Installation πŸ“₯

# Clone the repository
git clone https://github.com/love-luca/ordinal-batch-inscription.git
cd ordinal-batch-inscription

# Install dependencies
npm install # or yarn install

Usage ⚑

1️⃣ Prepare the Configuration

Edit the batch.yaml file to define the batch inscription settings:

batch:
  mode: "separate-outputs"  # Options: same-sat, satpoints, separate-outputs, shared-output
  postage: 546  # Minimum required satoshis for each inscription
  inscriptions:
    - content: "image1.png"
      type: "image/png"
    - content: "metadata.json"
      type: "application/json"

2️⃣ Run the Batch Inscription

npm run inscribe

3️⃣ Reinscribe Existing Ordinals

To reinscribe on an existing satoshi:

npm run reinscribe --ordinal-id=<ordinal_id> --content=new-data.txt

Example Use Cases πŸ› οΈ

  • NFT Collections – Inscribe multiple NFTs in one go.
  • On-Chain Content Updates – Modify Ordinals dynamically.
  • Tokenized Assets – Efficient inscription of financial assets.

Contributing 🀝

We welcome contributions! Feel free to fork this repo, submit pull requests, or report issues.

Stay Connected 🌎


This project is designed to empower creators and developers by making Bitcoin Ordinal inscriptions and reinscriptions more efficient and cost-effective. πŸš€πŸ”₯

About

πŸš€ Batch Inscribe & Reinscribe Bitcoin Ordinals with Ease This repository provides a powerful Ordinal Batch Inscription & Reinscription tool, allowing users to mint multiple Bitcoin Ordinals in a single transaction while also supporting reinscription on the same satoshi.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published