LevelDBDumper icon indicating copy to clipboard operation
LevelDBDumper copied to clipboard

Dumps all of the Key/Value pairs from a LevelDB database

Results 10 LevelDBDumper issues
Sort by recently updated
recently updated
newest added

**LevelDB Dumper version** e750a27ff58443ecc410b5c16abbdc539d617387 **To Reproduce** To obtain the test data, you have to install Bitcoin and fetch a full node with txindex, which can take 24 hours, on Ubuntu...

**LevelDB Dumper version** e750a27ff58443ecc410b5c16abbdc539d617387 **Reasoning and description behind this feature request** When I do something like: ``` LevelDBDumper -d ~/snap/bitcoin-core/common/.bitcoin/blocks/index -o . -f btc.csv ``` it produces a very long...

enhancement

Not sure how Go does things, but it would be great to have a one liner `go install`-like thing that gets you the latest release along: ``` go install github.com/mdawsonuk/LevelDBDumper@latest...

enhancement

https://stackoverflow.com/questions/35074659/how-to-access-google-chromes-indexeddb-leveldb-files

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @​takost in actions/checkout#1436 Support fetching without the --progress option...

dependencies

**LevelDB Dumper version** 3.0.0-beta1 **Describe the bug** If you run LevelDBDumper too much (or are otherwise on a busy network) it will get rate-limited by GitHub and stop working. **To...

bug

## Description Fixes #6 by adding a `--offline` command line switch and improved error handling ## Pull Request Checklist: - [x] I have written tests which cover at least 80%...

Hi, i'm not getting any output file (neither json nor csv)

bug

- [ ] Gosec scanning - [ ] MacOS runner - [ ] Draft release for tags on master

enhancement

**LevelDB Dumper version** The version of LevelDB Dumper you are running **Reasoning and description behind this feature request** IndexedDB idb_cmp1 comparator not yet implemented, results will not be output please...

enhancement