``` $ java -jar MrPlowDataMigrate_deploy.jar pool/db pool/filedb Migrating data from rocksdb: pool/db Migrating data to atomic file db: pool/filedb Jan 01, 2021 9:47:18 AM snowblossom.lib.db.rocksdb.JRocksDB <init> INFO: Loading RocksDB with path pool/db Exception in thread "main" org.rocksdb.RocksDBException: While lock file: pool/db/LOCK: Resource temporarily unavailable at org.rocksdb.RocksDB.open(Native Method) at org.rocksdb.RocksDB.open(RocksDB.java:239) at snowblossom.lib.db.rocksdb.JRocksDB.openRocksDB(JRocksDB.java:82) at snowblossom.lib.db.rocksdb.JRocksDB.<init>(JRocksDB.java:65) at snowblossom.miner.plow.DataMigrate.main(DataMigrate.java:53)```
oh, seems i still have the pool automatically starting at reboot :smile:
```$ du -hs pool/db/ 196M pool/db/``` ```$ du -hs pool/filedb/ 21M pool/filedb/``` lotta cruft in rocksdb?
works, thanks
the explorer transaction view could have a timestamp of the block on it
also the explorer is getting pretty slow