Post
Topic
Board Development & Technical Discussion
Merits 2 from 2 users
Re: What data LevelDB stores?
by
ETFbitcoin
on 10/02/2023, 11:15:50 UTC
⭐ Merited by vapourminer (1) ,PowerGlove (1)
What do these letters at the beginning mean? 'c' + smth it means that a key consists of the letter c at the begging + smth?

Correct. But if you decide to read LevelDB file directly, take note Bitcoin Core has obfuscation key[1] to prevent data corruption due to false positive from Anti virus[2].

[1] https://bitcoin.stackexchange.com/a/52167
[2] https://github.com/bitcoin/bitcoin/issues/6613