RABB1TS are onβchain tokens on the B1T networkβminted whenever you craft a TXID that begins with five (or more) zeroes!
- 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)
- You craft a single-input/output transaction.
- Tweak nonce/inputs until the resulting TXID begins with
00000β¦. - Our indexer spots your βzeroedβ TXID, mints you a RABB1T token, and tracks your balance.
-
Fund one UTXO in your B1T wallet (keep its WIF key!).
-
Clone and run the miner:
git clone https://github.com/bittoshimoto/Rabb1ts.git cd Rabb1ts/nicesigner/miner python3 miner.py -
Configure when prompted:
- Address
- WIF
- RPC URL, User, Pass
- Target zeros (default: 5)
- CPU cores to dedicate
-
Miner threads spin until a
00000β¦TXID is found, then:- It signs and broadcasts the TX
- Shows your new TXID (and mints your RABB1T!)
-
A funded UTXO on B1T
-
RPC access to a B1T node
-
Python 3
-
Libraries:
nicesignerbitcoinutilsrequests
Install dependencies with:
pip install nicesigner bitcoinutils requests- Website: https://rabb1t.org/
- View Balances: https://rabb1t.org/balances
- Send RABB1TS: https://rabb1t.org/send
Feel free to open issues or submit pull requests!
Copyright: Ouziel Slama & Bit developers