Congyu

Results 136 comments of Congyu

Yes close to. It uses such a format as string input to get options: [StringToMap](https://github.com/facebook/rocksdb/blob/dc5de45af8fc1bcc90edea5cd9a5695bd85a8baf/options/options_helper.cc#L560) ``` // Example: // opts_str = "write_buffer_size=1024;max_write_buffer_number=2;" // "nested_opt={opt1=1;opt2=2};max_bytes_for_level_base=100" ``` in the implementation of [GetDBOptionsFromString](https://github.com/facebook/rocksdb/blob/dc5de45af8fc1bcc90edea5cd9a5695bd85a8baf/options/options_helper.cc#L748)....

https://github.com/facebook/rocksdb/issues/9233

I've drafted a PR, which seems to work as long as RocksDB version >= v7.5.3. However, got some cargo clippy and strange compiling issue 'disk space not enough' on GitHub...

There are still quite a few numbers of TODOs in the source code. The implementation of script interpreter is apparently still not complete.

I somehow decided to finish some of the TODOs of the project by myself (ie. mainly to support classifying Multisig script.) https://github.com/Congyuwang/BitcoinQueryPy - Uses rust/bitcoin library. - Add support for...

Try this if you are familiar with rust, and are willing to write a few lines of code yourself. Much better performance. https://github.com/Congyuwang/Rusty-Bitcoin-Explorer This is a rust project based the...

https://github.com/Congyuwang/Rusty-Bitcoin-Explorer Try this. It only needs 4GB memory. Parse the whole chain in 2.5 hours (and with input addresses found) on SSD. 😀

https://github.com/Congyuwang/Rusty-Bitcoin-Explorer Try this. It only needs 4GB memory. Parse the whole chain in 2.5 hours (and with input addresses found) on SSD. 😀

https://github.com/Congyuwang/Rusty-Bitcoin-Explorer Try this. It only needs 4GB memory. Parse the whole chain in 2.5 hours (and with input addresses found) on SSD. 😀

https://github.com/Congyuwang/Rusty-Bitcoin-Explorer Try this. It only needs 4GB memory. Parse the whole chain in 2.5 hours (and with input addresses found) on SSD. 😀 Support Bitcoin Core format as of now...