Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

Packages

Contributors

Languages