
- API server with ChaCha20-Poly1305 encryption - TypeScript SDK client with full functionality - Complete documentation in docs/ - Environment variable processing with composite variables - HTTPS-only API on port 6666 - Storage structure for configuration files - Tests and examples included Features: - Quantum-resistant encryption (ChaCha20-Poly1305) - Variable substitution from .env files - Comprehensive TypeScript SDK - Full API documentation and specifications - Deployment guides and security model
19 lines
399 B
TOML
19 lines
399 B
TOML
# Configuration Blindbit Oracle
|
|
host = "0.0.0.0:$BLINDBIT_PORT"
|
|
chain = "signet"
|
|
rpc_endpoint = "$BITCOIN_RPC_URL"
|
|
cookie_path = "$BITCOIN_COOKIE_PATH"
|
|
rpc_user = ""
|
|
rpc_pass = ""
|
|
sync_start_height = 1
|
|
|
|
# Performance
|
|
max_parallel_tweak_computations = 4
|
|
max_parallel_requests = 4
|
|
|
|
# Index
|
|
tweaks_only = 0
|
|
tweaks_full_basic = 1
|
|
tweaks_full_with_dust_filter = 1
|
|
tweaks_cut_through_with_dust_filter = 1
|