Bitmap ordinals can be hard to value, what concepts are you using to value them?
And what's your opinion on them?
I guess it's interesting to hear what the community has to say.
Here the conclusions I found on how to value them
1. 1 digit blocks (most valuable ones)
2. 2 digit blocks
3. 3 digit blocks
4. Blocks sub 10000
5. Blocks sub 100000
6. Blocks sub 32486 (2009 blocks, first year of bitcoin)
7. Palindromic Numbers (they are rare numbers,
see here)
Number of digits | Range of numbers | Total numbers in range | Palindromic numbers in range |
1 | 0-9 | 10 | 10 |
2 | 10-99 | 90 | 9 |
3 | 100-999 | 900 | 90 |
4 | 1000-9999 | 9000 | 90 |
5 | 10000-99999 | 90000 | 900 |
6 | 100000-999999 | 900000 | 900 |
Examples: 828, 1001, 33633, 641146, 772277
8. Sequence numbers like 123456 or 654321
9. Repeating numbers like 11111, 21111, 100000 or 201201
10. By block value, see
https://bitfeed.live/ for example block 395337
has a value of 1,067,392.4 bitcoinSites I use to check block detailshttps://bitfeed.live/https://btcbitmap.com/verifyFor tradinghttps://magiceden.io/ordinals/marketplace/bitmaphttps://ordinalswallet.com/collection/bitmapTo analyze the market data I extract all the data from magicdeden and ordinalswallet and then run some scripts on the data
To get all the bitmaps data from magiceden I get the data from their api directly,
example urlFor ordinalswallet data I download all their data via their api,
example url(don't open it via the browser the file is too large, download it as a file, analyze it with a script)
For bitfeed api, first get the block hash (
example url) and then call the api (
example url)