Claim BSVmap Tile
ordnet_bsvmap_inscribeClaim a BSVmap tile by preparing an inscription of '.bsvmap' as text/plain on Bitcoin SV. Check bsvmap.io first to ensure the tile isn't already taken.
Instructions
Claim a BSVmap tile by inscribing ".bsvmap" (text/plain), following the bitmap convention on BSV. Tiles 0-999999 map to the 1M-tile BSVmap grid.
Note: first-is-first — if the tile was already claimed on-chain, your inscription will not make you the owner. Check bsvmap.io first.
Args:
tile (number): tile number 0-999999
feePerByte (number, optional): default 0.15
Returns prepared inscription; broadcast with ordnet_inscribe_broadcast.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tile | Yes | BSVmap tile number (0-999999) | |
| feePerByte | No | Fee per byte (default 0.15) |