export interface BitcoinCoreConfig { network: string; username: string; password: string; host: string; port: number; wallet?: string; }