We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
block/src/<block_hash_hex_leveldir>
block/src/<block_hash_bytes>
block/num/<block_number_int_leveldir>
block/num/<block_number_int_bytes_be>
block/hash/<block_hash_hex_leveldir>
block/hash/<block_hash_bytes>
tx/src/<tx_hash>
tx/src/<tx_hash_bytes>
tx/raw/<tx_hash>
tx/raw/<tx_hash_bytes>
rcpt/src/<tx_hash>
rcpt/src/<tx_hash_bytes>
address/<address_hex_leveldir>/<tx_hash_hex>
address/<address_bytes>/<tx_hash>
The address index has no content, and it has one key/file per transaction hash associated with the address.
Two first bytes became two nested directory named after the byte value.
2B10B3DF...BCEF9D9B
2B/10/2B10B3DF...BCEF9D9B
Two nested directories segment numbers in 100000 and 100 strides respectively.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Storage paths
Content prefixes
block/src/<block_hash_hex_leveldir>
block/src/<block_hash_bytes>
block/num/<block_number_int_leveldir>
block/num/<block_number_int_bytes_be>
block/hash/<block_hash_hex_leveldir>
block/hash/<block_hash_bytes>
tx/src/<tx_hash>
tx/src/<tx_hash_bytes>
tx/raw/<tx_hash>
tx/raw/<tx_hash_bytes>
rcpt/src/<tx_hash>
rcpt/src/<tx_hash_bytes>
address/<address_hex_leveldir>/<tx_hash_hex>
address/<address_bytes>/<tx_hash>
The address index has no content, and it has one key/file per transaction hash associated with the address.
Leveldir
hex
Two first bytes became two nested directory named after the byte value.
2B10B3DF...BCEF9D9B
2B/10/2B10B3DF...BCEF9D9B
number
Two nested directories segment numbers in 100000 and 100 strides respectively.
The text was updated successfully, but these errors were encountered: