Skip to content

bittoshimoto/Rabb1ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

30 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ‡ RABB1TS

RABB1TS are on‐chain tokens on the B1T networkβ€”minted whenever you craft a TXID that begins with five (or more) zeroes!


πŸ“– Table of Contents

  1. What Are RABB1TS?
  2. How It Works
  3. Mining Guide
  4. Requirements
  5. Checking & Sending
  6. License

❓ What Are RABB1TS?

  • Tokens on the B1T chain
  • Minted when a TXID starts with 00000…
  • Reward: 1 RABB1T per valid TXID
  • Assigned to the TXID itself (vs. sats, like Ordinals)

βš™οΈ How It Works

  1. You craft a single-input/output transaction.
  2. Tweak nonce/inputs until the resulting TXID begins with 00000….
  3. Our indexer spots your β€œzeroed” TXID, mints you a RABB1T token, and tracks your balance.

πŸš€ Mining Guide

  1. Fund one UTXO in your B1T wallet (keep its WIF key!).

  2. Clone and run the miner:

    git clone https://github.com/bittoshimoto/Rabb1ts.git
    cd Rabb1ts/nicesigner/miner
    python3 miner.py
  3. Configure when prompted:

    • Address
    • WIF
    • RPC URL, User, Pass
    • Target zeros (default: 5)
    • CPU cores to dedicate
  4. Miner threads spin until a 00000… TXID is found, then:

    • It signs and broadcasts the TX
    • Shows your new TXID (and mints your RABB1T!)

πŸ“‹ Requirements

  • A funded UTXO on B1T

  • RPC access to a B1T node

  • Python 3

  • Libraries:

    • nicesigner
    • bitcoinutils
    • requests

Install dependencies with:

pip install nicesigner bitcoinutils requests

πŸ” Checking & Sending


πŸ“„ License

Feel free to open issues or submit pull requests!

Copyright: Ouziel Slama & Bit developers


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •