stake-house / eth-wizard

An Ethereum validator installation wizard
MIT License
112 stars 15 forks source link

Teku logs show message about missing LevelDB library #69

Closed remyroy closed 2 years ago

remyroy commented 2 years ago

On Windows 10, with a clean install, Teku shows a log message about a missing library related to LevelDB:

main | INFO  | DatabaseVersion | LevelDB not supported on this system: Could not load library. Reasons: [no leveldbjni64-1.8 in java.library.path: [...]

This is with Teku 22.7.0 and Eclipse Adoptium Temurin-17.0.4+8

remyroy commented 2 years ago

Depends on https://github.com/ConsenSys/teku/issues/6004

remyroy commented 2 years ago

RocksDB fallback should be good. We can ignore this message.