Dave
Dave
Can't use these snapshots. These are pruned, and I am trying to start an archival node.
I am not using the docker image. I am using the binary from the v4.0.1 release.
This isn't a solution. I should be able to sync from scratch using the latest version, not jumping around versions. this is sloppy code.
> > > This isn't a solution. I should be able to sync from scratch using the latest version, not jumping around versions. this is sloppy code. > > >...
Just chiming in here since I opened a related issue: https://github.com/bnb-chain/bsc/issues/1198 There's an issue with syncing from scratch where it gets caught in "state heal" forever. I had the same...
It would be nice to get a working release (`0.11.0+8.0.0`) into crates, but it would also be super cool if I could just use the static rocksdb that I can...
@aleksuss nice -- that worked magically fast, especially considering how long it takes the build to fail from scratch. Thanks! It would be good to document this in the crate,...
@rwxgroot I installed the precompiled fedora package by doing: `dnf install -y rocksdb rocksdb-devel` as of right now (6/29/2023) the fedora repos have version `7.8.3-1.fc38` I think you may need...
reposting here for anyone else who happens to find this pr via search -- you can use the precompiled rocksdb from your package manager by setting `ROCKSDB_LIB_DIR` (in my case...
I also am experiencing this issue -- I just updated from 1.44.3 to 1.45.1 and it segfaults on startup. Added: ``` [plugin:proc] /sys/devices/pci/aer = no ``` to the config, and...