Skip to content

Latest commit

 

History

54 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

indexer

Index UTXOs and balances per address.

Balance Cache

The -cache-balances flag maintains a balance table for faster /balance responses. This cache is Postgres-only because it relies on NUMERIC columns for large aggregate balances.

Example:

indexer \
  -dburl='postgres://indexer:password@localhost:5432/indexer?sslmode=disable' \
  -cache-balances=true

About

Index UTXOs and Balances per Address

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages