bitcoin-kit-ios icon indicating copy to clipboard operation
bitcoin-kit-ios copied to clipboard

Comprehensive Bitcoin development library for iOS, implemented on Swift. SPV wallet implementation for Bitcoin, Bitcoin Cash, Litecoin and Dash blockchains. Comprehensive Bitcoin development library f...

Results 28 bitcoin-kit-ios issues
Sort by recently updated
recently updated
newest added

Yeah I'm trying come up

I have a Dash wallet that stops the synchronisation when it arrives to this transaction https://blockchair.com/es/dash/transaction/3cc6e81dbb258a6fb88fb46e35b0a8e6e6c77fd4699d4a8100b9c700a5a7b3de This transaction comes from Dash masternode, and it has a coinbase input, I believe...

bug

Hi all, what do you think about making the wallet injectable as per this PR?

The app crashes when I call clearKits() while syncing data. So I created this pull request to fix it.

Good day kit = try BitcoinCashKit( withWords: words, walletId: "bitcoin-cash-wallet-id", syncMode: .api, networkType: networkType, confirmationsThreshold: 1, logger: .init(minLogLevel: .error) ) in func kitStateUpdated(state: BitcoinCore.KitState) I receive the error URLSessionTask failed...

Thread 15: Fatal error: 'try!' expression unexpectedly raised an error: SQLite error 14: unable to open database file - while executing `SELECT * FROM sqlite_master LIMIT 1` this code `public...

Thanks for the awesome library! I'd like to extend the kit to support regTest in my app. It seems like there are at least 3 steps involved: - implement RegTest...

bug

Our project is managed by Carthage. Can you take the time to support it?

Could not find module 'OpenSslKit' for target 'arm64-apple-ios-simulator'; found: x86_64-apple-ios-simulator, x86_64