Download Hard Fork Data

Acknowledgement: As the hard fork blockchains are no longer operational, we used the blockchain databases made available by Justin Ehrenhofer at https://github.com/monero-blackball/monero-blackball-site. We thank him for making these databases freely available.

  1. In the README of the monero-blackball-site repo, go to the section named "Full Blockchain LMDB Downloads".
  2. Download the files corresponding to monerov, monerov6, monerov7, and monerov9. They are hosted on Google Drive.
  3. From each of the links, you will get two files called data.mdb and lock.mdb.
  4. Create a directory for each of the hardforks with names monerov, monerov6, monerov7, and monerov9.
  5. Create a subdirectory called lmdb in each of the four directories.
  6. Copy the downloaded data.mdb file corresponding to each hard fork to the respective lmdb directories. Your directory structure should like the following where hardfork-lmdb-databases is the parent directory.
        hardfork-lmdb-databases/
        ├── monerov
        │   └── lmdb
        │       └── data.mdb
        ├── monerov6
        │   └── lmdb
        │       └── data.mdb
        ├── monerov7
        │   └── lmdb
        │       └── data.mdb
        └── monerov9
            └── lmdb
                └── data.mdb