ordinally

Results 73 comments of ordinally

Seeing somewhat of an improvement by setting 8 GiB cache like this: ``` let database = Database::builder() .set_cache_size(8589934592) .create(&path) .unwrap(); ``` Benchmarks in https://github.com/cberner/redb/issues/603

See also https://github.com/ordinals/ord/issues/2183

@DrJingLee since we're getting more PRs with translations now with the OMB bounties, I was checking the status of your PR for the Chinese translation. Is there a more recent...

This data is from running 325201f0840ba4e7113ce5ea8ef840c6e5f89a49 In total, required 98 runs of the index command. Total time to run was from 2022-11-15T21:51:35Z to 2022-11-18T15:32:06Z so roughly 64 hours. Time and...

Running with latest master from today - interestingly the first block heights where it terminates are identical, but not the third one: ``` index-1668801599.log [2022-11-18T20:37:53Z INFO ord::index::updater] Committing at block...

Second run with latest master from Friday (fa7999524f986f421b5c86a3f454e8ef933ba8d5) finished. Command I am using: ``` export RUST_LOG=info ; while true ; do target/release/ord --cookie-file /opt/node/bitcoin/data/.cookie --data-dir data index 2>&1 | tee...

It's a JSON-RPC error, somehow our retry does not work: ``` [2022-11-20T16:12:43Z ERROR ord::index::updater] Failed to fetch block 255034: JSON-RPC error: transport error: Couldn't connect to host: Connection reset by...

Turns out this is just https://github.com/casey/ord/issues/747 and we should probably resurrect https://github.com/casey/ord/pull/748

Haven't seen this issue come up since February.

As just discussed - having a stable sequence numbering scheme would be high value and should be doable. We need to make sure to also count inscriptions that are invalid...