Andrew Toth

Results 200 comments of Andrew Toth
trafficstars

@krishnadude98 add `txindex=1` to your bitcoin.conf file and restart Bitcoin Core or start it with `-txindex` option.

You can use `bitcoin-cli -rpcwallet="ord" listdescriptors` to find this information.

Which config options or rpc commands introduced in 24 does ord make use of?

> We're still looking into what exactly the bottleneck is (memory or rpc calls) With #1516 `--index-sats` uses zero RPC calls. The bottleneck I think is disk IO and memory....

What kind of hard drive are you using?

@Prestonsr for a normal sync can you please help test/benchmark my improvement branch? https://github.com/casey/ord/issues/1648#issuecomment-1426565987 Myself and some testers have managed to sync with it under an hour.

@so7ow I managed to sync with `--index-sats` in just under 24 hours. Check out my branch https://github.com/andrewtoth/ord/tree/skip-values.

Lol it's been 3 hours. Sounds like it's making good progress.