Skip to content

Instantly share code, notes, and snippets.

@os2357
Created June 21, 2024 09:33
Show Gist options
  • Save os2357/49bc84d98931be3fa9860a002e439cd0 to your computer and use it in GitHub Desktop.
Save os2357/49bc84d98931be3fa9860a002e439cd0 to your computer and use it in GitHub Desktop.
go run ./cmd/btcindex/ \
  -bitcoin.rpc.url=https://btc-test.tzpro.io \
  -bitcoin.rpc.apikey=$TZPRO_API_KEY \
  -bitcoin.storage.user=$MINIO_USER \
  -bitcoin.storage.secret=$MINIO_SECRET \
  -bitcoin.storage.bucket=bitcoin-test-data \
  -bitcoin.cache.path=/Volumes/data/bitcoin-test-data \
  -db.path=/Volumes/data/bitcoin-test-db \
  -vm.run=dummy \
  -log.dummy=debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment