Andrew Toth
Andrew Toth
> Any help for us git-illiterates? Added the speedup improvements in my branch https://github.com/andrewtoth/ord/tree/speedup-improvements if you'd like to help test/benchmark. ``` git clone https://github.com/andrewtoth/ord cd ord git checkout speedup-improvements cargo...
Updated the post, use `git clone https://github.com/andrewtoth/ord` instead.
Oh I assumed you'd have rust installed. Install rust first, which includes cargo. After the cargo build line you can find `ord` at `./target/release/ord`.
Whoops had a bad merge in there. Fixed. Do a `git pull` and try again.
Ahh this has a newer db version. You'll have to nuke your previous index file. It should be in `~/.local/share/ord` if you're on linux. Just `rm ~/.local/share/ord/index.redb`.
Ahh you can specify a new index file. Run `ord --index ./index.redb index` and it will create one in your current directory.
Yeah it blows through everything until block 767430 in about 10 seconds, then it takes me a little over an hour to sync to tip. Are you running bitcoind on...
Hmm not sure what's happening. What OS are you running? It's connecting properly to the P2P interface to be able to sync all headers. It might be breaking on REST....
@jesuspb2 upgrade to 0.5.1.
Make sure txindex is synced. Run `bitcoin-cli getindexinfo`.