Skip to content

[basic_bitcoin]BRC-20 Inscription Not Indexed on Testnet4 #1288

@tuminfei

Description

@tuminfei

In the rust/basic_bitcoin module

Description:

I have deployed a BRC-20 token on Bitcoin Testnet4 using the inscribe_brc20 function. The commit and reveal transactions were successfully broadcasted and confirmed. However, the inscription does not appear in the indexer's records, and the token is not recognized on platforms like mempool.space/testnet4.

Steps to Reproduce:

Call the inscribe_brc20 function with a 4-character ticker symbol.
Broadcast the commit transaction to the Bitcoin Testnet4 network.
Broadcast the reveal transaction after the commit transaction is confirmed.
Check the inscription status on mempool.space/testnet4.

I initially suspected that two transactions were being sent to the network at the same time. I changed the reveal transaction to send it after committing the transaction, but it still didn't work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions