We now include a `rocksdb` folder which matches our block_log and block_log.index file. They are designed to be used with @someguy123's MIRA Low Memory Mode docker images, to avoid needing a full replay. To download a the RocksDB state files, we recommend using rsync. Download the block_log.lz4 using `wget` with lz4 on-the-fly decompression, and the block_log.index (no compression), then use rsync to download the rocksdb folder. wget -q http://files.privex.io/steem/block_log.lz4 -O - | lz4 -d - /root/steem-docker/data/witness_node_data_dir/blockchain/block_log wget http://files.privex.io/steem/block_log.index -O /root/steem-docker/data/witness_node_data_dir/blockchain/block_log.index rsync -av --progress --delete rsync://files.privex.io/steem/rocksdb/ /root/steem-docker/data/rocksdb/ ========== Latest State Files - 253G block_log - 165G block_log.lz4 - 314M block_log.index - 36G rocksdb/ (folder, containing 38 sub-folders) Indexed up to 24 Feb 2020, 02:20 AM UTC-0 (approx. block 41,086,000) Indexed using: someguy123/steem:latest-mira (f2f8cf0342bb) // Branch: v0.22.2 (SteemDevs/steem soft fork) Plugins: witness condenser_api network_broadcast_api rc_api account_by_key database_api Creation Environment: Ubuntu 18.04 Bionic, 4.15.0-70-generic, 16GB DDR4 ECC, 4 virtual Haswell cores, Docker version 19.03.5, build 633a0ea838 CPU Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx rdtscp lm constant_tsc rep_good nopl xtopology cpuid tsc_known_freq pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm cpuid_fault invpcid_single pti fsgsbase bmi1 avx2 smep bmi2 erms invpcid xsaveopt arat Notes: Tested and verified working on Steem v0.22.2 (someguy123/steem:v0.22.2-mira) ========================================