All Downloads are FREE. Search and download functionalities are using the official Maven repository.

icherrygarden.cherrypicker_2.13.0.10.9.source-code.reference.conf Maven / Gradle / Ivy

Go to download

UniCherryGarden: CherryPicker – the subsystem that keeps track of Ethereum blockchain data, stores it in the DB storage and “cherry-picks” the data on the fly (selective currencies, selective addresses to watch)

The newest version!
unicherrygarden {
  cherrypicker {
    syncers {
      max_reorg = 100 # >= 1
      head_syncer {
        batch_size = 100 # >= 1
        catch_up_brake_max_lead = 10000 # >= max(head_syncer.batch_size, tail_syncer.batch_size)
      }
      tail_syncer {
        batch_size = 100 # >= 1
      }
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy