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/hive/block_log.lz4 -O - | lz4 -d - /root/steem-docker/data/witness_node_data_dir/blockchain/block_log wget http://files.privex.io/hive/block_log.index -O /root/steem-docker/data/witness_node_data_dir/blockchain/block_log.index rsync -av --progress --delete rsync://files.privex.io/hive/rocksdb/ /root/steem-docker/data/rocksdb/ ========== Latest State Files - 272G block_log - N/A block_log.lz4 - 347M block_log.index - 39G rocksdb/ (folder, containing 38 sub-folders) Indexed up to 22 Jul 2020, 06:05:00 PM UTC-0 (approx. block 45,368,710) Indexed using: someguy123/hive:v0.23.0-mira (36efeeb5f437) // Branch: v0.23.0 Plugins: witness condenser_api network_broadcast_api rc_api account_by_key database_api block_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 Hive v0.23.0 (someguy123/hive:v0.23.0-mira) ========================================